Commits

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

DateSubjectAuthorReleases
2024-02-28 Fix mis-rounding and overflow hazards in date_bin(). Tom Lane 14.12
2024-02-25 Promote assertion about !ReindexIsProcessingIndex to runtime error. Tom Lane 14.12
2024-02-25 Doc: fix minor typos in two ECPG function descriptions. Tom Lane 14.12
2024-02-23 Avoid dangling-pointer problem with partitionwise joins under GEQO. Tom Lane 14.12
2024-02-20 Doc: improve explanation of type interval, especially extract(). Tom Lane 14.12
2024-02-20 Doc: correct minor error in back-branch release notes. Tom Lane 14.12
2024-02-19 Doc: fix typo in SECURITY LABEL synopsis. Tom Lane 14.12
2024-02-15 Doc: improve a couple of comments in postgresql.conf.sample. Tom Lane 14.12
2024-02-09 Remove race condition in pg_get_expr(). Tom Lane 14.12
2024-02-09 Avoid concurrent calls to bindtextdomain(). Tom Lane 14.12
2024-02-09 Clean up Windows-specific mutex code in libpq and ecpglib. Tom Lane 14.12
2024-02-05 Stamp 14.11. Tom Lane 14.11
2024-02-05 Last-minute updates for release notes. Tom Lane 14.11
2024-02-04 Release notes for 16.2, 15.6, 14.11, 13.14, 12.18. Tom Lane 14.11
2024-02-02 Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access(). Tom Lane 14.11
2024-02-01 Update time zone data files to tzdata release 2024a. Tom Lane 14.11
2024-02-01 Apply band-aid fix for an oversight in reparameterize_path_by_child. Tom Lane 14.11
2024-01-29 Fix incompatibilities with libxml2 >= 2.12.0. Tom Lane 14.11
2024-01-26 Detect Julian-date overflow in timestamp[tz]_pl_interval. Tom Lane 14.11
2024-01-18 Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command. Tom Lane 14.11
2024-01-14 Prevent access to an unpinned buffer in BEFORE ROW UPDATE triggers. Tom Lane 14.11
2024-01-13 Re-pgindent catcache.c after previous commit. Tom Lane 14.11
2024-01-13 Cope with catcache entries becoming stale during detoasting. Tom Lane 14.11
2024-01-11 Allow subquery pullup to wrap a PlaceHolderVar in another one. Tom Lane 14.11
2024-01-07 Fix integer-overflow problem in intarray's g_int_decompress(). Tom Lane 14.11