Commits

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

DateSubjectAuthorReleases
2025-04-01 Fix detection and handling of strchrnul() for macOS 15.4. Tom Lane 15.13
2025-03-27 Prevent assertion failure in contrib/pg_freespacemap. Tom Lane 15.13
2025-03-21 Fix plpgsql's handling of simple expressions in scrollable cursors. Tom Lane 15.13
2025-03-13 Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. Tom Lane 15.13
2025-03-13 Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES. Tom Lane 15.13
2025-03-12 Build whole-row Vars the same way during parsing and planning. Tom Lane 15.13
2025-03-12 Preserve RangeTblEntry.relid when expanding a view RTE. Tom Lane 15.13
2025-03-10 Doc: improve description of window function processing. Tom Lane 15.13
2025-03-08 Clear errno before calling strtol() in spell.c. Tom Lane 15.13
2025-03-06 Fix some performance issues in GIN query startup. Tom Lane 15.13
2025-03-03 Fix broken handling of domains in atthasmissing logic. Tom Lane 15.13
2025-03-01 Fix pg_strtof() to not crash on NULL endptr. Tom Lane 15.13
2025-02-21 Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. Tom Lane 15.13
2025-02-19 Avoid null pointer dereference crash after OOM in Snowball stemmers. Tom Lane 15.13
2025-02-17 Stamp 15.12. Tom Lane 15.12
2025-02-16 Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. Tom Lane 15.12
2025-02-16 In fmtIdEnc(), handle failure of enlargePQExpBuffer(). Tom Lane 15.12
2025-02-15 Make escaping functions retain trailing bytes of an invalid character. Tom Lane 15.12
2025-02-10 Stamp 15.11. Tom Lane 15.11
2025-02-10 Last-minute updates for release notes. Tom Lane 15.11
2025-02-10 Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. Tom Lane 15.11
2025-02-09 Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. Tom Lane 15.11
2025-02-07 Fix pgbench performance issue induced by commit af35fe501. Tom Lane 15.11
2025-02-07 Doc: clarify behavior of timestamptz input some more. Tom Lane 15.11
2025-01-30 Avoid integer overflow while testing wal_skip_threshold condition. Tom Lane 15.11