Commits

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

DateSubjectAuthorReleases
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-22 Allow ALTER INDEX .. ATTACH PARTITION to validate a parent index Michael Paquier 16.14
2026-04-21 Make plpgsql_trap test more robust and less resource-intensive. Tom Lane 16.14
2026-04-21 Fix incorrect NEW references to generated columns in rule rewriting Richard Guo 16.14
2026-04-21 Fix orphaned processes when startup process fails during PM_STARTUP Michael Paquier 16.14
2026-04-20 doc: Correct context description for some JIT support GUCs Fujii Masao 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-20 Flush statistics during idle periods in parallel apply worker. Amit Kapila 16.14
2026-04-17 doc: Improve description of pg_ctl -l log file permissions Fujii Masao 16.14
2026-04-16 Fix comments for Korean encodings in encnames.c Thomas Munro 16.14
2026-04-14 Check for unterminated strings when calling uloc_getLanguage(). Jeff Davis 16.14
2026-04-14 Add tests for low-level PGLZ [de]compression routines Michael Paquier 16.14
2026-04-11 Honor passed-in database OIDs in pgstat_database.c Michael Paquier 16.14
2026-04-10 Fix heap-buffer-overflow in pglz_decompress() on corrupt input. Andrew Dunstan 16.14
2026-04-09 Fix integer overflow in nodeWindowAgg.c Richard Guo 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-04-03 jit: No backport::SectionMemoryManager for LLVM 22. Thomas Munro 16.14
2026-04-02 jit: Stop emitting lifetime.end for LLVM 22. Thomas Munro 16.14
2026-04-01 doc: Add missing description for DROP SUBSCRIPTION IF EXISTS. Nathan Bossart 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-30 Fix datum_image_*()'s inability to detect sign-extension variations David Rowley 16.14