Commits

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

DateSubjectAuthorReleases
2024-07-14 Avoid unhelpful internal error for incorrect recursive-WITH queries. Tom Lane 14.13
2024-07-11 Make our back branches compatible with libxml2 2.13.x. Tom Lane 14.13
2024-07-04 Doc: small improvements in discussion of geometric data types. Tom Lane 14.13
2024-07-01 Preserve CurrentMemoryContext across notify and sinval interrupts. Tom Lane 14.13
2024-06-27 Avoid crashing when a JIT-inlined backend function throws an error. Tom Lane 14.13
2024-06-20 Don't throw an error if a queued AFTER trigger no longer exists. Tom Lane 14.13
2024-06-17 Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY. Tom Lane 14.13
2024-06-14 Clean out column-level pg_init_privs entries when dropping tables. Tom Lane 14.13
2024-06-14 Fix parsing of ignored operators in websearch_to_tsquery(). Tom Lane 14.13
2024-06-13 When replanning a plpgsql "simple expression", check it's still simple. Tom Lane 14.13
2024-06-11 Fix infer_arbiter_indexes() to not assume resultRelation is 1. Tom Lane 14.13
2024-06-07 Tighten test_predtest's input checks, and improve error messages. Tom Lane 14.13
2024-06-07 Reject modifying a temp table of another session with ALTER TABLE. Tom Lane 14.13
2024-06-07 Fix behavior of stable functions called from a CALL's argument list. Tom Lane 14.13
2024-06-06 Fix failure with SQL-procedure polymorphic output arguments in v12. Tom Lane 14.13
2024-06-04 Fix pl/tcl's handling of errors from Tcl_ListObjGetElements(). Tom Lane 14.13
2024-05-23 Remove race conditions between ECPGdebug() and ecpg_log(). Tom Lane 14.13
2024-05-22 Fix handling of extended expression statistics in CREATE TABLE LIKE. Tom Lane 14.13
2024-05-18 Account for optimized MinMax aggregates during SS_finalize_plan. Tom Lane 14.13
2024-05-15 Fix handling of polymorphic output arguments for procedures. Tom Lane 14.13
2024-05-09 Fix recursive RECORD-returning plpython functions. Tom Lane 14.13
2024-05-07 Ensure that "pg_restore -l" reports dependent TOC entries correctly. Tom Lane 14.13
2024-05-07 Don't corrupt plpython's "TD" dictionary in a recursive trigger call. Tom Lane 14.13
2024-05-06 Stamp 14.12. Tom Lane 14.12
2024-05-06 Last-minute updates for release notes. Tom Lane 14.12