Commits

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

DateSubjectAuthorReleases
2025-05-29 Avoid resource leaks when a dblink connection fails. Tom Lane 14.19
2025-05-18 Make our usage of memset_s() conform strictly to the C11 standard. Tom Lane 14.19
2025-05-05 Stamp 14.18. Tom Lane 14.18
2025-05-05 Last-minute updates for release notes. Tom Lane 14.18
2025-05-04 Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. Tom Lane 14.18
2025-05-01 Add missing newlines to PQescapeInternal() messages pre-v16. Tom Lane 14.18
2025-04-30 Update time zone data files to tzdata release 2025b. Tom Lane 14.18
2025-04-19 Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 14.18
2025-04-16 Fix pg_dump --clean with partitioned indexes. Tom Lane 14.18
2025-04-15 Fix failure for generated column with a not-null domain constraint. Tom Lane 14.18
2025-04-12 Fix GIN's shimTriConsistentFn to not corrupt its input. Tom Lane 14.18
2025-04-10 Doc: remove long-obsolete advice about generated constraint names. Tom Lane 14.18
2025-04-05 Fix parse_cte.c's failure to examine sub-WITHs in DML statements. Tom Lane 14.18
2025-04-02 Remove unnecessary type violation in tsvectorrecv(). Tom Lane 14.18
2025-04-02 Need to do CommandCounterIncrement after StoreAttrMissingVal. Tom Lane 14.18
2025-04-01 Fix detection and handling of strchrnul() for macOS 15.4. Tom Lane 14.18
2025-03-27 Prevent assertion failure in contrib/pg_freespacemap. Tom Lane 14.18
2025-03-21 Fix plpgsql's handling of simple expressions in scrollable cursors. Tom Lane 14.18
2025-03-13 Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. Tom Lane 14.18
2025-03-13 Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES. Tom Lane 14.18
2025-03-12 Build whole-row Vars the same way during parsing and planning. Tom Lane 14.18
2025-03-12 Preserve RangeTblEntry.relid when expanding a view RTE. Tom Lane 14.18
2025-03-10 Doc: improve description of window function processing. Tom Lane 14.18
2025-03-08 Clear errno before calling strtol() in spell.c. Tom Lane 14.18
2025-03-06 Fix some performance issues in GIN query startup. Tom Lane 14.18