Commits

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

DateSubjectAuthorReleases
2026-05-11 Avoid overflow in size calculations in formatting.c. Nathan Bossart 18.4
2026-05-11 refint: Fix SQL injection and buffer overruns. Nathan Bossart 18.4
2026-05-11 Fix unbounded recursive handling of SSL/GSS in ProcessStartupPacket() Michael Paquier 18.4
2026-05-11 Harden our regex engine against integer overflow in size calculations. Tom Lane 18.4
2026-05-11 Make palloc_array() and friends safe against integer overflow. Tom Lane 18.4
2026-05-11 Apply timingsafe_bcmp() in authentication paths Michael Paquier 18.4
2026-05-11 Fix SQL injection in logical replication origin checks. Noah Misch 18.4
2026-05-11 Add pg_add_size_overflow() and friends Tom Lane 18.4
2026-05-11 Guard against unsafe conditions in usage of pg_strftime(). Tom Lane 18.4
2026-05-11 Guard against overflow in "left" fields of query_int and ltxtquery. Tom Lane 18.4
2026-05-11 pg_createsubscriber: Obstruct SQL injection via subscription names. Nathan Bossart 18.4
2026-05-11 Avoid passing unintended format codes to snprintf(). Tom Lane 18.4
2026-05-11 Check CREATE privilege on multirange type schema in CREATE TYPE. Nathan Bossart 18.4
2026-05-11 Prevent buffer overrun in unicode_normalize(). Tom Lane 18.4
2026-05-11 ltree: Fix overflows with lquery parsing Michael Paquier 18.4
2026-05-11 Fix MCV input array checks in statistics restore functions Michael Paquier 18.4
2026-05-11 Fix overflows with ts_headline() Michael Paquier 18.4
2026-05-11 Fix assorted places that need to use palloc_array(). Tom Lane 18.4
2026-05-11 Translation updates Peter Eisentraut 18.4
2026-05-08 First-draft release notes for 18.4. Tom Lane 18.4
2026-05-08 Consider opfamily and collation when removing redundant GROUP BY columns Richard Guo 18.4
2026-05-08 Fix HAVING-to-WHERE pushdown for simple-CASE form Richard Guo 18.4
2026-05-05 Add missing guard for __builtin_constant_p John Naylor 18.4
2026-05-05 postgres_fdw: Fix handling of abort-cleanup-failed connections. Etsuro Fujita 18.4
2026-05-05 Consider collation when proving subquery uniqueness Richard Guo 18.4