Commits

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

DateSubjectAuthorReleases
2026-06-27 Reject child partition FDWs in FOR PORTION OF Peter Eisentraut 19 (unreleased)
2026-06-23 Re-index ModifyTable FDW arrays when pruning result relations Amit Langote 19 (unreleased)
2026-06-08 Fix FOR PORTION OF for inheritance children Peter Eisentraut 19 (unreleased)
2026-06-04 Re-pgindent nodeModifyTable.c after commit 993a7aa0e4. Nathan Bossart 19 (unreleased)
2026-06-04 Fix cross-leftover pollution in FOR PORTION OF insert triggers Peter Eisentraut 19 (unreleased)
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2026-04-21 Fix a set of typos and grammar issues across the tree Michael Paquier 19 (unreleased)
2026-04-20 Make ExecForPortionOfLeftovers() obey SRF protocol. Tom Lane 19 (unreleased)
2026-04-07 Add isolation tests for UPDATE/DELETE FOR PORTION OF Peter Eisentraut 19 (unreleased)
2026-04-01 Give an 'options' parameter to tuple_delete/_update Álvaro Herrera 19 (unreleased)
2026-04-01 Add UPDATE/DELETE FOR PORTION OF Peter Eisentraut 19 (unreleased)
2026-03-30 Remove bits* typedefs. Nathan Bossart 19 (unreleased)
2026-03-16 Reduce header inclusions via execnodes.h Álvaro Herrera 19 (unreleased)
2026-03-05 Fix handling of updated tuples in the MERGE statement Alexander Korotkov 19 (unreleased)
2026-02-17 Use a bitmask for ExecInsertIndexTuples options Álvaro Herrera 19 (unreleased)
2026-02-12 Add support for INSERT ... ON CONFLICT DO SELECT. Dean Rasheed 19 (unreleased)
2026-01-23 Fix bogus ctid requirement for dummy-root partitioned targets Amit Langote 19 (unreleased)
2026-01-22 Remove faulty Assert in partitioned INSERT...ON CONFLICT DO UPDATE. Tom Lane 19 (unreleased)
2026-01-16 Fix rowmark handling for non-relation RTEs during executor init Amit Langote 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-11-24 Fix infer_arbiter_index during concurrent index operations Álvaro Herrera 19 (unreleased)
2025-11-16 Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent update. Dean Rasheed 19 (unreleased)
2025-09-05 Fix concurrent update issue with MERGE. Dean Rasheed 19 (unreleased)
2025-09-04 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed 19 (unreleased)