| 2025-03-21 |  Tom Lane | Fix plpgsql's handling of simple expressions in scrolla... | commit | commitdiff | tree | snapshot | 
| 2025-03-21 |  Fujii Masao | doc: Remove incorrect description about dropping replic... | commit | commitdiff | tree | snapshot | 
| 2025-03-13 |  Tom Lane | Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvec... | commit | commitdiff | tree | snapshot | 
| 2025-03-13 |  Tom Lane | Repair commits 317aba70e et al for -DWRITE_READ_PARSE_P... | commit | commitdiff | tree | snapshot | 
| 2025-03-12 |  Heikki Linnakangas | Handle interrupts while waiting on Append's async subplans | commit | commitdiff | tree | snapshot | 
| 2025-03-12 |  Tom Lane | Build whole-row Vars the same way during parsing and... | commit | commitdiff | tree | snapshot | 
| 2025-03-12 |  Tom Lane | Preserve RangeTblEntry.relid when expanding a view... | commit | commitdiff | tree | snapshot | 
| 2025-03-11 |  Álvaro Herrera | BRIN: be more strict about required support procs | commit | commitdiff | tree | snapshot | 
| 2025-03-10 |  Heikki Linnakangas | Fix a few more redundant calls of GetLatestSnapshot() | commit | commitdiff | tree | snapshot | 
| 2025-03-10 |  Heikki Linnakangas | Fix snapshot used in logical replication index lookup | commit | commitdiff | tree | snapshot | 
| 2025-03-10 |  Tom Lane | Doc: improve description of window function processing. | commit | commitdiff | tree | snapshot | 
| 2025-03-08 |  Tom Lane | Clear errno before calling strtol() in spell.c. | commit | commitdiff | tree | snapshot | 
| 2025-03-07 |  John Naylor | Doc: correct aggressive vacuum threshold for multixact... | commit | commitdiff | tree | snapshot | 
| 2025-03-06 |  Tom Lane | Fix some performance issues in GIN query startup. | commit | commitdiff | tree | snapshot | 
| 2025-03-05 |  Andres Freund | ci: Upgrade FreeBSD image | commit | commitdiff | tree | snapshot | 
| 2025-03-04 |  Álvaro Herrera | Fix ALTER TABLE error message | commit | commitdiff | tree | snapshot | 
| 2025-03-03 |  Tom Lane | Fix broken handling of domains in atthasmissing logic. | commit | commitdiff | tree | snapshot | 
| 2025-03-01 |  Tom Lane | Fix pg_strtof() to not crash on NULL endptr. | commit | commitdiff | tree | snapshot | 
| 2025-02-27 |  Michael Paquier | pg_amcheck: Fix inconsistency in memory freeing | commit | commitdiff | tree | snapshot | 
| 2025-02-21 |  Tom Lane | Fix pg_dumpall to cope with dangling OIDs in pg_auth_me... | commit | commitdiff | tree | snapshot | 
| 2025-02-21 |  Bruce Momjian | doc:  clarify default checksum behavior in non-master... | commit | commitdiff | tree | snapshot | 
| 2025-02-20 |  Michael Paquier | Fix FATAL message for invalid recovery timeline at... | commit | commitdiff | tree | snapshot | 
| 2025-02-20 |  Michael Paquier | test_escape: Fix output of --help | commit | commitdiff | tree | snapshot | 
| 2025-02-19 |  Andres Freund | tests: BackgroundPsql: Fix potential for lost errors... | commit | commitdiff | tree | snapshot | 
| 2025-02-19 |  Andres Freund | backport: Extend background_psql() to be able to start... | commit | commitdiff | tree | snapshot | 
| 2025-02-19 |  Andres Freund | backport: Improve handling of empty query results in... | commit | commitdiff | tree | snapshot | 
| 2025-02-19 |  Tom Lane | Avoid null pointer dereference crash after OOM in Snowb... | commit | commitdiff | tree | snapshot | 
| 2025-02-19 |  Richard Guo | Fix unsafe access to BufferDescriptors | commit | commitdiff | tree | snapshot | 
| 2025-02-19 |  Michael Paquier | test_escape: Fix handling of short options in getopt_long() | commit | commitdiff | tree | snapshot | 
| 2025-02-17 |  Tom Lane | Stamp 15.12.  REL_15_12 | commit | commitdiff | tree | snapshot | 
| 2025-02-17 |  Álvaro Herrera | Translation updates | commit | commitdiff | tree | snapshot | 
| 2025-02-16 |  Tom Lane | Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. | commit | commitdiff | tree | snapshot | 
| 2025-02-16 |  Tom Lane | In fmtIdEnc(), handle failure of enlargePQExpBuffer(). | commit | commitdiff | tree | snapshot | 
| 2025-02-15 |  Tom Lane | Make escaping functions retain trailing bytes of an... | commit | commitdiff | tree | snapshot | 
| 2025-02-14 |  Andres Freund | Fix PQescapeLiteral()/PQescapeIdentifier() length handling | commit | commitdiff | tree | snapshot | 
| 2025-02-14 |  Daniel Gustafsson | Fix assertion on dereferenced object | commit | commitdiff | tree | snapshot | 
| 2025-02-13 |  Michael Paquier | Fix MakeTransitionCaptureState() to return a consistent... | commit | commitdiff | tree | snapshot | 
| 2025-02-12 |  John Naylor | Doc: Fix punctuation errors | commit | commitdiff | tree | snapshot | 
| 2025-02-10 |  Tom Lane | Stamp 15.11.  REL_15_11 | commit | commitdiff | tree | snapshot | 
| 2025-02-10 |  Tom Lane | Last-minute updates for release notes. | commit | commitdiff | tree | snapshot | 
| 2025-02-10 |  Tom Lane | Adapt appendPsqlMetaConnect() to the new fmtId() encodi... | commit | commitdiff | tree | snapshot | 
| 2025-02-10 |  Andres Freund | Fix type in test_escape test | commit | commitdiff | tree | snapshot | 
| 2025-02-10 |  Andres Freund | docs: EUC_TW can be up to four bytes wide, not three | commit | commitdiff | tree | snapshot | 
| 2025-02-10 |  Andres Freund | Add test of various escape functions | commit | commitdiff | tree | snapshot | 
| 2025-02-10 |  Andres Freund | Fix handling of invalidly encoded data in escaping... | commit | commitdiff | tree | snapshot | 
| 2025-02-10 |  Andres Freund | Specify the encoding of input to fmtId() | commit | commitdiff | tree | snapshot | 
| 2025-02-10 |  Andres Freund | Add pg_encoding_set_invalid() | commit | commitdiff | tree | snapshot | 
| 2025-02-10 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2025-02-09 |  Tom Lane | Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. | commit | commitdiff | tree | snapshot | 
| 2025-02-07 |  Tom Lane | Fix pgbench performance issue induced by commit af35fe501. | commit | commitdiff | tree | snapshot | 
| 2025-02-07 |  Tom Lane | Doc: clarify behavior of timestamptz input some more. | commit | commitdiff | tree | snapshot | 
| 2025-02-05 |  Daniel Gustafsson | doc: Update links which returned 404 | commit | commitdiff | tree | snapshot | 
| 2025-02-04 |  Alexander Korotkov | pg_controldata: Fix possible errors on corrupted pg_control | commit | commitdiff | tree | snapshot | 
| 2025-02-04 |  Nathan Bossart | vacuumdb: Add missing PQfinish() calls to vacuum_one_da... | commit | commitdiff | tree | snapshot | 
| 2025-02-02 |  Michael Paquier | Mention jsonlog in description of logging_collector... | commit | commitdiff | tree | snapshot | 
| 2025-01-31 |  Michael Paquier | Fix comment of StrategySyncStart() | commit | commitdiff | tree | snapshot | 
| 2025-01-30 |  Tom Lane | Avoid integer overflow while testing wal_skip_threshold... | commit | commitdiff | tree | snapshot | 
| 2025-01-29 |  Tom Lane | Handle default NULL insertion a little better. | commit | commitdiff | tree | snapshot | 
| 2025-01-29 |  Tom Lane | Avoid breaking SJIS encoding while de-backslashing... | commit | commitdiff | tree | snapshot | 
| 2025-01-25 |  Noah Misch | At update of non-LP_NORMAL TID, fail instead of corrupt... | commit | commitdiff | tree | snapshot | 
| 2025-01-25 |  Noah Misch | Test ECPG decadd(), decdiv(), decmul(), and decsub... | commit | commitdiff | tree | snapshot | 
| 2025-01-25 |  Tom Lane | Doc: recommend "psql -X" for restoring pg_dump scripts. | commit | commitdiff | tree | snapshot | 
| 2025-01-25 |  Tomas Vondra | Use the correct sizeof() in BufFileLoadBuffer | commit | commitdiff | tree | snapshot | 
| 2025-01-23 |  Tom Lane | Don't ask for bug reports about pthread_is_threaded_np... | commit | commitdiff | tree | snapshot | 
| 2025-01-22 |  Tom Lane | Repair incorrect handling of AfterTriggerSharedData... | commit | commitdiff | tree | snapshot | 
| 2025-01-21 |  Álvaro Herrera | Fix detach of a partition that has a toplevel FK to... | commit | commitdiff | tree | snapshot | 
| 2025-01-20 |  Tom Lane | Update time zone data files to tzdata release 2025a. | commit | commitdiff | tree | snapshot | 
| 2025-01-20 |  Tom Lane | Avoid using timezone Asia/Manila in regression tests. | commit | commitdiff | tree | snapshot | 
| 2025-01-20 |  Michael Paquier | Fix header check for continuation records where standby... | commit | commitdiff | tree | snapshot | 
| 2025-01-18 |  Thomas Munro | Fix readlink() for non-PostgreSQL junction points on... | commit | commitdiff | tree | snapshot | 
| 2025-01-18 |  Thomas Munro | Fix stat() for recursive junction points on Windows. | commit | commitdiff | tree | snapshot | 
| 2025-01-17 |  Michael Paquier | Revert recent changes related to handling of 2PC files... | commit | commitdiff | tree | snapshot | 
| 2025-01-17 |  Tom Lane | Fix setrefs.c's failure to do expression processing... | commit | commitdiff | tree | snapshot | 
| 2025-01-16 |  Michael Paquier | Move routines to manipulate WAL into PostgreSQL::Test... | commit | commitdiff | tree | snapshot | 
| 2025-01-14 |  Tom Lane | Avoid symbol collisions between pqsignal.c and legacy... | commit | commitdiff | tree | snapshot | 
| 2025-01-14 |  Fujii Masao | ecpg: Restore detection of unsupported COPY FROM STDIN. | commit | commitdiff | tree | snapshot | 
| 2025-01-14 |  Heikki Linnakangas | Fix catcache invalidation of a list entry that's being... | commit | commitdiff | tree | snapshot | 
| 2025-01-14 |  Michael Paquier | Fix potential integer overflow in bringetbitmap() | commit | commitdiff | tree | snapshot | 
| 2025-01-12 |  Daniel Gustafsson | Fix HBA option count | commit | commitdiff | tree | snapshot | 
| 2025-01-12 |  Dean Rasheed | Fix XMLTABLE() deparsing to quote namespace names if... | commit | commitdiff | tree | snapshot | 
| 2025-01-11 |  Tom Lane | Repair memory leaks in plpython. | commit | commitdiff | tree | snapshot | 
| 2025-01-10 |  Daniel Gustafsson | Fix missing ldapscheme option in pg_hba_file_rules() | commit | commitdiff | tree | snapshot | 
| 2025-01-09 |  Thomas Munro | Fix off_t overflow in pg_basebackup on Windows. | commit | commitdiff | tree | snapshot | 
| 2025-01-09 |  Thomas Munro | Provide 64-bit ftruncate() and lseek() on Windows. | commit | commitdiff | tree | snapshot | 
| 2025-01-08 |  Thomas Munro | Fix C error reported by Oracle compiler. | commit | commitdiff | tree | snapshot | 
| 2025-01-07 |  Thomas Munro | Restore smgrtruncate() prototype in back-branches. | commit | commitdiff | tree | snapshot | 
| 2025-01-03 |  Andrew Dunstan | Document strange jsonb sort order for empty top level... | commit | commitdiff | tree | snapshot | 
| 2025-01-01 |  Bruce Momjian | Update copyright for 2025 | commit | commitdiff | tree | snapshot | 
| 2024-12-30 |  Michael Paquier | Fix memory leak in pgoutput with relation attribute map | commit | commitdiff | tree | snapshot | 
| 2024-12-29 |  Michael Paquier | Fix handling of orphaned 2PC files in the future at... | commit | commitdiff | tree | snapshot | 
| 2024-12-28 |  Tom Lane | Exclude parallel workers from connection privilege... | commit | commitdiff | tree | snapshot | 
| 2024-12-28 |  Noah Misch | In REASSIGN OWNED of a database, lock the tuple as... | commit | commitdiff | tree | snapshot | 
| 2024-12-23 |  Michael Paquier | Fix memory leak in pgoutput with publication list cache | commit | commitdiff | tree | snapshot | 
| 2024-12-21 |  Heikki Linnakangas | Update TransactionXmin when MyProc->xmin is updated | commit | commitdiff | tree | snapshot | 
| 2024-12-20 |  Thomas Munro | Fix corruption when relation truncation fails. | commit | commitdiff | tree | snapshot | 
| 2024-12-20 |  Michael Paquier | Replace durable_rename_excl() by durable_rename(),... | commit | commitdiff | tree | snapshot | 
| 2024-12-19 |  David Rowley | Fix Assert failure in WITH RECURSIVE UNION queries | commit | commitdiff | tree | snapshot | 
| 2024-12-17 |  Nathan Bossart | Accommodate very large dshash tables. | commit | commitdiff | tree | snapshot | 
| 2024-12-16 |  Heikki Linnakangas | Make 009_twophase.pl test pass with recovery_min_apply_... | commit | commitdiff | tree | snapshot | 
| 2024-12-15 |  Tom Lane | pgbench: fix misprocessing of some nested \if constructs. | commit | commitdiff | tree | snapshot | 
| next |