Commits

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

DateSubjectAuthorReleases
2024-09-11 Remove incorrect Assert. Tom Lane 13.17
2024-08-11 Suppress Coverity warnings about Asserts in get_name_for_var_field. Tom Lane 13.17
2024-08-10 Allow adjusting session_authorization and role in parallel workers. Tom Lane 13.17
2024-08-09 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 13.17
2024-08-05 Stamp 13.16. Tom Lane 13.16
2024-08-05 Last-minute updates for release notes. Tom Lane 13.16
2024-08-04 Release notes for 16.4, 15.8, 14.13, 13.16, 12.20. Tom Lane 13.16
2024-08-01 Revert "Allow parallel workers to cope with a newly-created session user ID." Tom Lane 13.16
2024-07-31 Allow parallel workers to cope with a newly-created session user ID. Tom Lane 13.16
2024-07-25 Doc: fix misleading syntax synopses for targetlists. Tom Lane 13.16
2024-07-22 Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane 13.16
2024-07-20 Correctly check updatability of columns targeted by INSERT...DEFAULT. Tom Lane 13.16
2024-07-14 Avoid unhelpful internal error for incorrect recursive-WITH queries. Tom Lane 13.16
2024-07-11 Make our back branches compatible with libxml2 2.13.x. Tom Lane 13.16
2024-07-04 Doc: small improvements in discussion of geometric data types. Tom Lane 13.16
2024-07-01 Preserve CurrentMemoryContext across notify and sinval interrupts. Tom Lane 13.16
2024-06-27 Avoid crashing when a JIT-inlined backend function throws an error. Tom Lane 13.16
2024-06-20 Don't throw an error if a queued AFTER trigger no longer exists. Tom Lane 13.16
2024-06-17 Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY. Tom Lane 13.16
2024-06-14 Clean out column-level pg_init_privs entries when dropping tables. Tom Lane 13.16
2024-06-14 Fix parsing of ignored operators in websearch_to_tsquery(). Tom Lane 13.16
2024-06-13 When replanning a plpgsql "simple expression", check it's still simple. Tom Lane 13.16
2024-06-11 Fix infer_arbiter_indexes() to not assume resultRelation is 1. Tom Lane 13.16
2024-06-07 Tighten test_predtest's input checks, and improve error messages. Tom Lane 13.16
2024-06-07 Reject modifying a temp table of another session with ALTER TABLE. Tom Lane 13.16