Commits

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

DateSubjectAuthorReleases
2025-11-10 Stamp 13.23. Tom Lane 13.23
2025-11-10 Last-minute updates for release notes. Tom Lane 13.23
2025-11-09 Release notes for 18.1, 17.7, 16.11, 15.15, 14.20, 13.23. Tom Lane 13.23
2025-11-02 Avoid mixing void and integer in a conditional expression. Tom Lane 13.23
2025-10-23 Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. Tom Lane 13.23
2025-10-23 Fix resource leaks in PL/Python error reporting, redux. Tom Lane 13.23
2025-10-19 Don't rely on zlib's gzgetc() macro. Tom Lane 13.23
2025-10-13 Fix incorrect message-printing in win32security.c. Tom Lane 13.23
2025-10-05 Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane 13.23
2025-09-17 Calculate agglevelsup correctly when Aggref contains a CTE. Tom Lane 13.23
2025-09-13 Amend recent fix for SIMILAR TO regex conversion. Tom Lane 13.23
2025-09-10 Fix memory leakage in nodeSubplan.c. Tom Lane 13.23
2025-08-26 Put "excludeOnly" GIN scan keys at the end of the scankey array. Tom Lane 13.23
2025-08-26 Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. Tom Lane 13.23
2025-08-13 Don't treat EINVAL from semget() as a hard failure. Tom Lane 13.23
2025-08-11 Stamp 13.22. Tom Lane 13.22
2025-08-11 Last-minute updates for release notes. Tom Lane 13.22
2025-08-10 Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. Tom Lane 13.22
2025-08-07 doc: add float as an alias for double precision. Tom Lane 13.22
2025-07-31 pg_dump: provide a stable sort order for rules. Tom Lane 13.22
2025-07-29 Don't put library-supplied -L/-I switches before user-supplied ones. Tom Lane 13.22
2025-07-29 Remove unnecessary complication around xmlParseBalancedChunkMemory. Tom Lane 13.22
2025-07-28 Avoid regression in the size of XML input that we will accept. Tom Lane 13.22
2025-07-23 Fix build breakage on Solaris-alikes with late-model GCC. Tom Lane 13.22
2025-07-17 Fix PQport to never return NULL unless the connection is NULL. Tom Lane 13.22