Commits

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

DateSubjectAuthorReleases
2026-05-25 Fix missed ReleaseVariableStats() in intarray's _int_matchsel(). Tom Lane 17 (unreleased)
2026-05-25 Fix size check in statext_dependencies_deserialize() Michael Paquier 17 (unreleased)
2026-05-22 Avoid exposing WAL receiver raw conninfo during timeline jumps Michael Paquier 17 (unreleased)
2026-05-20 pg_recvlogical: Honor source cluster file permissions for output files Fujii Masao 17 (unreleased)
2026-05-18 injection_points: Move some structs to new header injection_points.h Michael Paquier 17 (unreleased)
2026-05-17 Use ereport(ERROR), not Assert(), for publisher tuples missing columns. Noah Misch 17 (unreleased)
2026-05-15 Doc: fix release-note typo. Tom Lane 17 (unreleased)
2026-05-15 Re-add regression tests for ltree and intarray Michael Paquier 17 (unreleased)
2026-05-14 refint: Fix segfault in check_foreign_key(). Nathan Bossart 17 (unreleased)
2026-05-14 Prevent access to other sessions' temp tables Alexander Korotkov 17 (unreleased)
2026-05-14 Add tests for cross-session temp table access Alexander Korotkov 17 (unreleased)
2026-05-14 pgbench: fix verbose error message corruption with multiple threads Fujii Masao 17 (unreleased)
2026-05-13 Add more tests for corrupted data with pglz_decompress() Michael Paquier 17 (unreleased)
2026-05-13 Fix stale COPY progress during logical replication table sync Fujii Masao 17 (unreleased)
2026-05-12 Add missing include in Cluster.pm Michael Paquier 17 (unreleased)
2026-05-11 Stamp 17.10. Tom Lane 17.10
2026-05-11 Last-minute updates for release notes. Tom Lane 17.10
2026-05-11 Use palloc_array() in a few more places to avoid overflow Heikki Linnakangas 17.10
2026-05-11 Remove test cases for field overflows in intarray and ltree. Tom Lane 17.10
2026-05-11 Mark PQfn() unsafe and fix overrun in frontend LO interface. Nathan Bossart 17.10
2026-05-11 pg_createsubscriber: Obstruct SQL injection via subscription names. Nathan Bossart 17.10
2026-05-11 Check CREATE privilege on multirange type schema in CREATE TYPE. Nathan Bossart 17.10
2026-05-11 Guard against unsafe conditions in usage of pg_strftime(). Tom Lane 17.10
2026-05-11 Prevent path traversal in pg_basebackup and pg_rewind Michael Paquier 17.10
2026-05-11 Avoid overflow in size calculations in formatting.c. Nathan Bossart 17.10