Commits

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

DateSubjectAuthorReleases
2026-07-04 Disallow renaming a rule to "_RETURN". Tom Lane 18 (unreleased)
2026-07-03 Fix btree_gist's NotEqual strategy on internal index pages. Tom Lane 18 (unreleased)
2026-07-03 Use the proper comparator in gbt_bit_ssup_cmp. Tom Lane 18 (unreleased)
2026-07-03 Prevent access to other sessions' empty temp tables Alexander Korotkov 18 (unreleased)
2026-07-03 Fix tracing of BackendKeyData and CancelRequest Heikki Linnakangas 18 (unreleased)
2026-07-03 psql: Fix \df tab completion for procedures Fujii Masao 18 (unreleased)
2026-07-03 Remove replication slot advice from MultiXact wraparound hints Fujii Masao 18 (unreleased)
2026-07-02 Fix redefinition of typedef Node in numeric.h Michael Paquier 18 (unreleased)
2026-07-02 Fix jsonpath .decimal() to honor silent mode Michael Paquier 18 (unreleased)
2026-07-01 btree_gist: fix NaN handling in float4/float8 opclasses. Tom Lane 18 (unreleased)
2026-07-01 Clear base backup progress on backup failure Fujii Masao 18 (unreleased)
2026-07-01 Don't cast off_t to 32-bit type for output, bug fix Peter Eisentraut 18 (unreleased)
2026-07-01 Document wal_compression=on John Naylor 18 (unreleased)
2026-06-29 Fix unlogged sequence corruption after standby promotion Fujii Masao 18 (unreleased)
2026-06-29 Fix handling of copy_file_range() return value Peter Eisentraut 18 (unreleased)
2026-06-29 plpython: Fix NULL pointer dereferences for broken sequence and mapping objects Richard Guo 18 (unreleased)
2026-06-28 Avoid collation lookup failure when considering a "char" column. Tom Lane 18 (unreleased)
2026-06-26 Fix out-of-bounds access in autoprewarm worker Tomas Vondra 18 (unreleased)
2026-06-25 Fix null-pointer crash in ECPG compiler. Tom Lane 18 (unreleased)
2026-06-25 Avoid ABI break in ModifyTableState from the FDW pruning fix Amit Langote 18 (unreleased)
2026-06-24 plperl: Fix NULL pointer dereference for forged array object Richard Guo 18 (unreleased)
2026-06-23 Re-index ModifyTable FDW arrays when pruning result relations Amit Langote 18 (unreleased)
2026-06-23 doc: Describe better handling of indexes in ALTER TABLE ATTACH PARTITION Michael Paquier 18 (unreleased)
2026-06-22 Re-introduce pgstat_drop_entry(), keeping ABI compatibility Michael Paquier 18 (unreleased)
2026-06-22 Fix unsafe order of operations in ResourceOwnerReleaseAll(). Tom Lane 18 (unreleased)