Commits

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

DateSubjectAuthorReleases
2026-05-14 refint: Fix segfault in check_foreign_key(). Nathan Bossart 16 (unreleased)
2026-05-14 pgbench: fix verbose error message corruption with multiple threads Fujii Masao 16 (unreleased)
2026-05-13 Add more tests for corrupted data with pglz_decompress() Michael Paquier 16 (unreleased)
2026-05-13 Fix stale COPY progress during logical replication table sync Fujii Masao 16 (unreleased)
2026-05-12 Add missing include in Cluster.pm Michael Paquier 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 Use palloc_array() in a few more places to avoid overflow Heikki Linnakangas 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 in array_agg(), when the array grows too large Heikki Linnakangas 16.14
2026-05-11 Check CREATE privilege on multirange type schema in CREATE TYPE. Nathan Bossart 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 refint: Fix SQL injection and buffer overruns. Nathan Bossart 16.14
2026-05-11 Prevent path traversal in pg_basebackup and pg_rewind Michael Paquier 16.14
2026-05-11 Mark PQfn() unsafe and fix overrun in frontend LO interface. Nathan Bossart 16.14
2026-05-11 Avoid overflow in size calculations in formatting.c. Nathan Bossart 16.14
2026-05-11 Avoid passing unintended format codes to snprintf(). Tom Lane 16.14
2026-05-11 Fix SQL injection in logical replication origin checks. Noah Misch 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 Add raw_connect and raw_connect_works to Cluster.pm Michael Paquier 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
2026-05-11 Add pg_add_size_overflow() and friends Tom Lane 16.14