Commits

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

DateSubjectAuthorReleases
2026-07-04 Disallow renaming a rule to "_RETURN". Tom Lane 16 (unreleased)
2026-07-03 Fix btree_gist's NotEqual strategy on internal index pages. Tom Lane 16 (unreleased)
2026-07-01 btree_gist: fix NaN handling in float4/float8 opclasses. Tom Lane 16 (unreleased)
2026-06-19 Make pg_mkdir_p() tolerant of a concurrent directory creation. Tom Lane 16 (unreleased)
2026-06-18 hstore_plperl: Add CHECK_FOR_INTERRUPTS() in reference-unwinding loop. Tom Lane 16 (unreleased)
2026-06-17 jsonb_plperl, jsonb_plpython: Fix unguarded recursion and loops. Tom Lane 16 (unreleased)
2026-06-15 Clean up quoting of variable strings within replication commands. Tom Lane 16 (unreleased)
2026-06-15 Modernize pg_bsd_indent's error/warning reporting code. Tom Lane 16 (unreleased)
2026-06-14 Doc: remove stale entry for removed aclitem[] ~ aclitem operator. Tom Lane 16 (unreleased)
2026-06-08 Remove inappropriate translation marker in getObjectIdentityParts(). Tom Lane 16 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 16 (unreleased)
2026-06-04 Improve reporting of invalid weight symbols in setweight() et al. Tom Lane 16 (unreleased)
2026-06-04 Fix another case of indirectly casting away const. Tom Lane 16 (unreleased)
2026-05-25 Fix missed ReleaseVariableStats() in intarray's _int_matchsel(). Tom Lane 16 (unreleased)
2026-05-15 Doc: fix release-note typo. Tom Lane 16 (unreleased)
2026-05-11 Stamp 16.14. Tom Lane 16.14
2026-05-11 Last-minute updates for release notes. Tom Lane 16.14
2026-05-11 Remove test cases for field overflows in intarray and ltree. Tom Lane 16.14
2026-05-11 Fix integer-overflow and alignment hazards in locale-related code. Tom Lane 16.14
2026-05-11 Guard against unsafe conditions in usage of pg_strftime(). Tom Lane 16.14
2026-05-11 Avoid passing unintended format codes to snprintf(). Tom Lane 16.14
2026-05-11 Prevent buffer overrun in unicode_normalize(). Tom Lane 16.14
2026-05-11 Make palloc_array() and friends safe against integer overflow. Tom Lane 16.14
2026-05-11 Fix assorted places that need to use palloc_array(). Tom Lane 16.14
2026-05-11 Harden our regex engine against integer overflow in size calculations. Tom Lane 16.14