Commits

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

DateSubjectAuthorReleases
2024-08-04 Release notes for 16.4, 15.8, 14.13, 13.16, 12.20. Tom Lane 12.20
2024-08-01 Revert "Allow parallel workers to cope with a newly-created session user ID." Tom Lane 12.20
2024-07-31 Allow parallel workers to cope with a newly-created session user ID. Tom Lane 12.20
2024-07-25 Doc: fix misleading syntax synopses for targetlists. Tom Lane 12.20
2024-07-22 Doc: improve description of plpgsql's FETCH and MOVE commands. Tom Lane 12.20
2024-07-20 Correctly check updatability of columns targeted by INSERT...DEFAULT. Tom Lane 12.20
2024-07-14 Avoid unhelpful internal error for incorrect recursive-WITH queries. Tom Lane 12.20
2024-07-11 Make our back branches compatible with libxml2 2.13.x. Tom Lane 12.20
2024-07-04 Doc: small improvements in discussion of geometric data types. Tom Lane 12.20
2024-07-01 Preserve CurrentMemoryContext across notify and sinval interrupts. Tom Lane 12.20
2024-06-27 Avoid crashing when a JIT-inlined backend function throws an error. Tom Lane 12.20
2024-06-20 Don't throw an error if a queued AFTER trigger no longer exists. Tom Lane 12.20
2024-06-17 Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY. Tom Lane 12.20
2024-06-14 Clean out column-level pg_init_privs entries when dropping tables. Tom Lane 12.20
2024-06-14 Fix parsing of ignored operators in websearch_to_tsquery(). Tom Lane 12.20
2024-06-13 When replanning a plpgsql "simple expression", check it's still simple. Tom Lane 12.20
2024-06-11 Fix infer_arbiter_indexes() to not assume resultRelation is 1. Tom Lane 12.20
2024-06-07 Tighten test_predtest's input checks, and improve error messages. Tom Lane 12.20
2024-06-07 Reject modifying a temp table of another session with ALTER TABLE. Tom Lane 12.20
2024-06-07 Fix behavior of stable functions called from a CALL's argument list. Tom Lane 12.20
2024-06-06 Fix failure with SQL-procedure polymorphic output arguments in v12. Tom Lane 12.20
2024-06-04 Fix pl/tcl's handling of errors from Tcl_ListObjGetElements(). Tom Lane 12.20
2024-05-23 Remove race conditions between ECPGdebug() and ecpg_log(). Tom Lane 12.20
2024-05-18 Account for optimized MinMax aggregates during SS_finalize_plan. Tom Lane 12.20
2024-05-15 Fix handling of polymorphic output arguments for procedures. Tom Lane 12.20