Commits

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

DateSubjectAuthorReleases
2025-06-02 Disallow "=" in names of reloptions and foreign-data options. Tom Lane 15.14
2025-06-01 Run pgindent on the previous commit. Tom Lane 15.14
2025-06-01 Fix edge-case resource leaks in PL/Python error reporting. Tom Lane 15.14
2025-05-30 Fix memory leakage in postgres_fdw's DirectModify code path. Tom Lane 15.14
2025-05-30 Allow larger packets during GSSAPI authentication exchange. Tom Lane 15.14
2025-05-29 Avoid resource leaks when a dblink connection fails. Tom Lane 15.14
2025-05-23 Fix per-relation memory leakage in autovacuum. Tom Lane 15.14
2025-05-18 Make our usage of memset_s() conform strictly to the C11 standard. Tom Lane 15.14
2025-05-09 Skip RSA-PSS ssl test when using LibreSSL. Tom Lane 15.14
2025-05-09 Ooops ... add required configure support. Tom Lane 15.14
2025-05-09 Centralize ssl tests' check for whether we're using LibreSSL. Tom Lane 15.14
2025-05-05 Stamp 15.13. Tom Lane 15.13
2025-05-05 Last-minute updates for release notes. Tom Lane 15.13
2025-05-04 Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. Tom Lane 15.13
2025-05-01 Add missing newlines to PQescapeInternal() messages pre-v16. Tom Lane 15.13
2025-04-30 Update time zone data files to tzdata release 2025b. Tom Lane 15.13
2025-04-19 Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 15.13
2025-04-16 Fix pg_dump --clean with partitioned indexes. Tom Lane 15.13
2025-04-15 Fix failure for generated column with a not-null domain constraint. Tom Lane 15.13
2025-04-12 Fix GIN's shimTriConsistentFn to not corrupt its input. Tom Lane 15.13
2025-04-10 Doc: remove long-obsolete advice about generated constraint names. Tom Lane 15.13
2025-04-05 Fix parse_cte.c's failure to examine sub-WITHs in DML statements. Tom Lane 15.13
2025-04-05 Repair misbehavior with duplicate entries in FK SET column lists. Tom Lane 15.13
2025-04-02 Remove unnecessary type violation in tsvectorrecv(). Tom Lane 15.13
2025-04-02 Need to do CommandCounterIncrement after StoreAttrMissingVal. Tom Lane 15.13