Commits

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

DateSubjectAuthorReleases
2026-05-27 Fix race conditions in ProcKill()'s lock-group freelist handling Michael Paquier 14 (unreleased)
2026-05-25 Fix missed ReleaseVariableStats() in intarray's _int_matchsel(). Tom Lane 14 (unreleased)
2026-05-25 Fix size check in statext_dependencies_deserialize() Michael Paquier 14 (unreleased)
2026-05-22 Avoid exposing WAL receiver raw conninfo during timeline jumps Michael Paquier 14 (unreleased)
2026-05-20 pg_recvlogical: Honor source cluster file permissions for output files Fujii Masao 14 (unreleased)
2026-05-17 Use ereport(ERROR), not Assert(), for publisher tuples missing columns. Noah Misch 14 (unreleased)
2026-05-15 Doc: fix release-note typo. Tom Lane 14 (unreleased)
2026-05-15 Re-add regression tests for ltree and intarray Michael Paquier 14 (unreleased)
2026-05-14 refint: Fix segfault in check_foreign_key(). Nathan Bossart 14 (unreleased)
2026-05-13 Add more tests for corrupted data with pglz_decompress() Michael Paquier 14 (unreleased)
2026-05-13 Fix stale COPY progress during logical replication table sync Fujii Masao 14 (unreleased)
2026-05-12 Add missing include in Cluster.pm Michael Paquier 14 (unreleased)
2026-05-11 Stamp 14.23. Tom Lane 14.23
2026-05-11 Last-minute updates for release notes. Tom Lane 14.23
2026-05-11 Use palloc_array() in a few more places to avoid overflow Heikki Linnakangas 14.23
2026-05-11 Remove test cases for field overflows in intarray and ltree. Tom Lane 14.23
2026-05-11 refint: Fix SQL injection and buffer overruns. Nathan Bossart 14.23
2026-05-11 Fix assorted places that need to use palloc_array(). Tom Lane 14.23
2026-05-11 Fix integer-overflow and alignment hazards in locale-related code. Tom Lane 14.23
2026-05-11 ltree: Fix overflows with lquery parsing Michael Paquier 14.23
2026-05-11 Add timingsafe_bcmp(), for constant-time memory comparison Heikki Linnakangas 14.23
2026-05-11 Avoid passing unintended format codes to snprintf(). Tom Lane 14.23
2026-05-11 Avoid overflow in size calculations in formatting.c. Nathan Bossart 14.23
2026-05-11 Fix integer overflow in array_agg(), when the array grows too large Heikki Linnakangas 14.23
2026-05-11 Check CREATE privilege on multirange type schema in CREATE TYPE. Nathan Bossart 14.23