Commits

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

DateSubjectAuthorReleases
2026-05-11 Add pg_add_size_overflow() and friends Tom Lane 16.14
2026-05-11 Guard against overflow in "left" fields of query_int and ltxtquery. Tom Lane 16.14
2026-05-11 Unify src/common/'s definitions of MaxAllocSize. Tom Lane 16.14
2026-05-10 Release notes for 18.4, 17.10, 16.14, 15.18, 14.23. Tom Lane 16.14
2026-04-24 Update time zone data files to tzdata release 2026b. Tom Lane 16.14
2026-04-22 Guard against overly-long numeric formatting symbols from locale. Tom Lane 16.14
2026-04-22 Prevent some buffer overruns in spell.c's parsing of affix files. Tom Lane 16.14
2026-04-22 Prevent buffer overrun in spell.c's CheckAffix(). Tom Lane 16.14
2026-04-21 Make plpgsql_trap test more robust and less resource-intensive. Tom Lane 16.14
2026-04-20 Fix relid-set clobber during join removal. Tom Lane 16.14
2026-04-20 Clean up all relid fields of RestrictInfos during join removal. Tom Lane 16.14
2026-04-06 Avoid unsafe access to negative index in a TupleDesc. Tom Lane 16.14
2026-04-06 Fix null-bitmap combining in array_agg_array_combine(). Tom Lane 16.14
2026-03-30 Be more careful to preserve consistency of a tuplestore. Tom Lane 16.14
2026-03-30 Detect pfree or repalloc of a previously-freed memory chunk. Tom Lane 16.14
2026-03-22 Fix finalization of decompressor astreamers. Tom Lane 16.14
2026-03-05 Exit after fatal errors in client-side compression code. Tom Lane 16.14
2026-03-04 Fix yet another bug in archive streamer with LZ4 decompression. Tom Lane 16.14
2026-03-02 In pg_dumpall, don't skip role GRANTs with dangling grantor OIDs. Tom Lane 16.14
2026-02-26 Fix Solution.pm for change in pg_config.h contents. Tom Lane 16.14
2026-02-26 Use CXXFLAGS instead of CFLAGS for linking C++ code Tom Lane 16.14
2026-02-25 Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. Tom Lane 16.14
2026-02-25 Fix some cases of indirectly casting away const. Tom Lane 16.14
2026-02-25 Stabilize output of new isolation test insert-conflict-do-update-4. Tom Lane 16.14
2026-02-23 Stamp 16.13. Tom Lane 16.13