Commits

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

DateSubjectAuthorReleases
2024-11-08 Improve fix for not entering parallel mode when holding interrupts. Tom Lane 14.14
2024-10-29 Update time zone data files to tzdata release 2024b. Tom Lane 14.14
2024-10-28 Guard against enormously long input in pg_saslprep(). Tom Lane 14.14
2024-10-21 Fix wrong assertion and poor error messages in "COPY (query) TO". Tom Lane 14.14
2024-10-16 Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 14.14
2024-10-12 Correctly identify which EC members are computable at a plan node. Tom Lane 14.14
2024-10-06 Ignore not-yet-defined Portals in pg_cursors view. Tom Lane 14.14
2024-10-02 Parse libpq's "keepalives" option more like other integer options. Tom Lane 14.14
2024-09-20 Doc: explain how to test ADMIN privilege with pg_has_role(). Tom Lane 14.14
2024-09-15 Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). Tom Lane 14.14
2024-09-14 Run regression tests with timezone America/Los_Angeles. Tom Lane 14.14
2024-09-13 Allow _h_indexbuild() to be interrupted. Tom Lane 14.14
2024-09-11 Remove incorrect Assert. Tom Lane 14.14
2024-08-11 Suppress Coverity warnings about Asserts in get_name_for_var_field. Tom Lane 14.14
2024-08-10 Allow adjusting session_authorization and role in parallel workers. Tom Lane 14.14
2024-08-09 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 14.14
2024-08-07 Fix edge case in plpgsql's make_callstmt_target(). Tom Lane 14.14
2024-08-05 Stamp 14.13. Tom Lane 14.13
2024-08-05 Last-minute updates for release notes. Tom Lane 14.13
2024-08-04 Release notes for 16.4, 15.8, 14.13, 13.16, 12.20. Tom Lane 14.13
2024-08-01 Revert "Allow parallel workers to cope with a newly-created session user ID." Tom Lane 14.13
2024-07-31 Allow parallel workers to cope with a newly-created session user ID. Tom Lane 14.13
2024-07-25 Doc: fix misleading syntax synopses for targetlists. Tom Lane 14.13
2024-07-22 Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane 14.13
2024-07-20 Correctly check updatability of columns targeted by INSERT...DEFAULT. Tom Lane 14.13