Commits

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

DateSubjectAuthorReleases
2025-05-18 Make our usage of memset_s() conform strictly to the C11 standard. Tom Lane 16.10
2025-05-09 Skip RSA-PSS ssl test when using LibreSSL. Tom Lane 16.10
2025-05-09 Centralize ssl tests' check for whether we're using LibreSSL. Tom Lane 16.10
2025-05-05 Stamp 16.9. Tom Lane 16.9
2025-05-05 Last-minute updates for release notes. Tom Lane 16.9
2025-05-04 Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. Tom Lane 16.9
2025-05-02 Doc: correct spelling of meson switch. Tom Lane 16.9
2025-04-30 Update time zone data files to tzdata release 2025b. Tom Lane 16.9
2025-04-23 Avoid possibly-theoretical OOM crash hazard in hash_create(). Tom Lane 16.9
2025-04-19 Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 16.9
2025-04-16 Fix pg_dump --clean with partitioned indexes. Tom Lane 16.9
2025-04-15 Fix failure for generated column with a not-null domain constraint. Tom Lane 16.9
2025-04-12 Fix GIN's shimTriConsistentFn to not corrupt its input. Tom Lane 16.9
2025-04-10 Doc: remove long-obsolete advice about generated constraint names. Tom Lane 16.9
2025-04-05 Fix parse_cte.c's failure to examine sub-WITHs in DML statements. Tom Lane 16.9
2025-04-05 Avoid double transformation of json_array()'s subquery. Tom Lane 16.9
2025-04-05 Repair misbehavior with duplicate entries in FK SET column lists. Tom Lane 16.9
2025-04-02 Remove unnecessary type violation in tsvectorrecv(). Tom Lane 16.9
2025-04-02 Need to do CommandCounterIncrement after StoreAttrMissingVal. Tom Lane 16.9
2025-04-01 Fix detection and handling of strchrnul() for macOS 15.4. Tom Lane 16.9
2025-03-27 Prevent assertion failure in contrib/pg_freespacemap. Tom Lane 16.9
2025-03-21 Fix plpgsql's handling of simple expressions in scrollable cursors. Tom Lane 16.9
2025-03-13 Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. Tom Lane 16.9
2025-03-12 Build whole-row Vars the same way during parsing and planning. Tom Lane 16.9
2025-03-10 Doc: improve description of window function processing. Tom Lane 16.9