| Age | Commit message (Expand) | Author |
| 2025-09-18 | pg_restore: Fix security label handling with --no-publications/subscriptions. | Fujii Masao |
| 2025-09-17 | Calculate agglevelsup correctly when Aggref contains a CTE. | Tom Lane |
| 2025-09-16 | Add missing EPQ recheck for TID Scan | David Rowley |
| 2025-09-16 | Fix pg_dump COMMENT dependency for separate domain constraints. | Noah Misch |
| 2025-09-16 | pg_dump: Fix dumping of security labels on subscriptions and event triggers. | Fujii Masao |
| 2025-09-16 | pg_restore: Fix comment handling with --no-publications / --no-subscriptions. | Fujii Masao |
| 2025-09-15 | jit: fix build with LLVM-21 | Peter Eisentraut |
| 2025-09-13 | Amend recent fix for SIMILAR TO regex conversion. | Tom Lane |
| 2025-09-11 | Fix description of WAL record blocks in hash_xlog.h | Michael Paquier |
| 2025-09-10 | Fix memory leakage in nodeSubplan.c. | Tom Lane |
| 2025-09-04 | Fix compiler error introduced by 5386bfb9c1f. | Dean Rasheed |
| 2025-09-04 | Fix replica identity check for INSERT ON CONFLICT DO UPDATE. | Dean Rasheed |
| 2025-09-03 | Fix planner error when estimating SubPlan cost | Richard Guo |
| 2025-08-26 | Put "excludeOnly" GIN scan keys at the end of the scankey array. | Tom Lane |
| 2025-08-26 | Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. | Tom Lane |
| 2025-08-23 | Rewrite previous commit's test for TestUpgradeXversion compatibility. | Noah Misch |
| 2025-08-23 | Sort DO_DEFAULT_ACL dump objects independent of OIDs. | Noah Misch |
| 2025-08-22 | Ignore temporary relations in RelidByRelfilenumber() | Michael Paquier |
| 2025-08-21 | doc: Improve description of wal_compression | Michael Paquier |
| 2025-08-20 | Fix assertion failure with replication slot release in single-user mode | Michael Paquier |
| 2025-08-19 | Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. | Masahiko Sawada |
| 2025-08-19 | Fix self-deadlock during DROP SUBSCRIPTION. | Amit Kapila |
| 2025-08-13 | Don't treat EINVAL from semget() as a hard failure. | Tom Lane |
| 2025-08-11 | Stamp 13.22.REL_13_22 | Tom Lane |
| 2025-08-11 | Last-minute updates for release notes. | Tom Lane |
| 2025-08-11 | Fix MSVC pg_upgrade test. | Nathan Bossart |
| 2025-08-11 | Restrict psql meta-commands in plain-text dumps. | Nathan Bossart |
| 2025-08-11 | Convert newlines to spaces in names written in v11+ pg_dump comments. | Noah Misch |
| 2025-08-11 | Translation updates | Peter Eisentraut |
| 2025-08-11 | Fix security checks in selectivity estimation functions. | Dean Rasheed |
| 2025-08-10 | Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. | Tom Lane |
| 2025-08-10 | Remove, from stable branches, the new assertion of no pg_dump OID sort. | Noah Misch |
| 2025-08-08 | Fix incorrect lack of Datum conversion in _int_matchsel() | Peter Eisentraut |
| 2025-08-08 | Fix oversight in FindTriggerIncompatibleWithInheritance. | Etsuro Fujita |
| 2025-08-08 | pg_upgrade: Add missing newline in output, another one | Peter Eisentraut |
| 2025-08-08 | Disallow collecting transition tuples from child foreign tables. | Etsuro Fujita |
| 2025-08-07 | pg_upgrade: Make format strings consistent | Peter Eisentraut |
| 2025-08-07 | pg_upgrade: Add missing newline in output | Peter Eisentraut |
| 2025-08-07 | doc: add float as an alias for double precision. | Tom Lane |
| 2025-08-07 | Fix checkpointer shared memory allocation | Alexander Korotkov |
| 2025-08-07 | Revert "Clarify documentation for the initcap function" | Alexander Korotkov |
| 2025-08-07 | Update ICU C++ API symbols | John Naylor |
| 2025-08-07 | pg_upgrade: Improve message indentation | Peter Eisentraut |
| 2025-08-04 | Fix typo in create_index.sql. | Dean Rasheed |
| 2025-08-04 | doc: mention unusability of dropped CHECK to verify NOT NULL | Álvaro Herrera |
| 2025-08-02 | Doc: clarify the restrictions of AFTER triggers with transition tables. | Etsuro Fujita |
| 2025-07-31 | Sort dump objects independent of OIDs, for the 7 holdout object types. | Noah Misch |
| 2025-07-31 | pg_dump: provide a stable sort order for rules. | Tom Lane |
| 2025-07-30 | Fix ./configure checks with __cpuidex() and __cpuid() | Michael Paquier |
| 2025-07-29 | Don't put library-supplied -L/-I switches before user-supplied ones. | Tom Lane |