Commits

Showing commits that first shipped in 19 (backpatches included). Clear

DateSubjectAuthorReleases
2026-06-18 doc PG 19 relnotes: fix "standard_conforming_strings = off text Bruce Momjian 19 (unreleased)
2026-06-18 Avoid division-by-zero when calculating autovacuum MXID score. Nathan Bossart 19 (unreleased)
2026-06-18 doc: Fix "Prev" link, take 2. Nathan Bossart 19 (unreleased)
2026-06-18 Revert non-text output formats for pg_dumpall Andrew Dunstan 19 (unreleased)
2026-06-18 Create TOAST table for partitions made by MERGE/SPLIT PARTITION Alexander Korotkov 19 (unreleased)
2026-06-18 Make GetSnapshotData() more resilient on out-of-memory errors Michael Paquier 19 (unreleased)
2026-06-18 Avoid stale slot access after dropping obsolete synced slots. Amit Kapila 19 (unreleased)
2026-06-18 Fix PANIC with track_functions due to concurrent drop of pgstats entries Michael Paquier 19 (unreleased)
2026-06-18 Doc: Clarify that publication exclusions track table identity. Amit Kapila 19 (unreleased)
2026-06-18 doc PG 19 relnotes: update to current Bruce Momjian 19 (unreleased)
2026-06-18 doc PG 19 relnotes: remove VALIDATE CONSTRAINT lock item Bruce Momjian 19 (unreleased)
2026-06-18 Fix ALTER DOMAIN VALIDATE CONSTRAINT locking Fujii Masao 19 (unreleased)
2026-06-17 doc PG 19 relnotes: mention pg_dump{all} & standard_conforming_strings Bruce Momjian 19 (unreleased)
2026-06-17 Avoid errors during ALTER SUBSCRIPTION. Jeff Davis 19 (unreleased)
2026-06-17 oauth: Skip call-count test for libcurl 8.20.0 Jacob Champion 19 (unreleased)
2026-06-17 libpq-oauth: Print libcurl version with OAUTHDEBUG_UNSAFE_TRACE Jacob Champion 19 (unreleased)
2026-06-17 oauth_validator: Print captured stderr after call-count failure Jacob Champion 19 (unreleased)
2026-06-17 jsonb_plperl, jsonb_plpython: Fix unguarded recursion and loops. Tom Lane 19 (unreleased)
2026-06-17 vacuumdb: Fix --missing-stats-only for partitioned indexes. Nathan Bossart 19 (unreleased)
2026-06-17 Fix pgstat_count_io_op_time() calls passing incorrect information Michael Paquier 19 (unreleased)
2026-06-17 Silence uninitialized variable warning with some compiler versions Heikki Linnakangas 19 (unreleased)
2026-06-17 Add tuple deformation test for virtual generated columns David Rowley 19 (unreleased)
2026-06-17 Fix error message typo. Tatsuo Ishii 19 (unreleased)
2026-06-17 Fix RI fast-path for domain-typed FK columns Amit Langote 19 (unreleased)
2026-06-17 Fix to not allow null treatment to non window functions. Tatsuo Ishii 19 (unreleased)