Commits

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

DateSubjectAuthorReleases
2026-06-25 Avoid ABI break in ModifyTableState from the FDW pruning fix Amit Langote 18 (unreleased)
2026-06-23 Re-index ModifyTable FDW arrays when pruning result relations Amit Langote 18 (unreleased)
2026-03-05 Fix handling of updated tuples in the MERGE statement Alexander Korotkov 18.4
2026-01-23 Fix bogus ctid requirement for dummy-root partitioned targets Amit Langote 18.2
2026-01-22 Remove faulty Assert in partitioned INSERT...ON CONFLICT DO UPDATE. Tom Lane 18.2
2026-01-16 Fix rowmark handling for non-relation RTEs during executor init Amit Langote 18.2
2025-11-16 Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent update. Dean Rasheed 18.2
2025-09-05 Fix concurrent update issue with MERGE. Dean Rasheed 18.0
2025-09-04 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed 18.0
2025-07-18 Fix concurrent update trigger issues with MERGE in a CTE. Dean Rasheed 18.0
2025-05-31 Fix MERGE into a plain inheritance parent table. Dean Rasheed 18.0
2025-05-22 In ExecInitModifyTable, don't scribble on the source plan. Tom Lane 18.0
2025-04-19 Fix typos and grammar in the code Michael Paquier 18.0
2025-04-15 Fix failure for generated column with a not-null domain constraint. Tom Lane 18.0
2025-03-29 Fix MERGE with DO NOTHING actions into a partitioned table. Dean Rasheed 18.0
2025-03-19 Ensure first ModifyTable rel initialized if all are pruned Amit Langote 18.0
2025-02-17 Fix an oversight in cbc127917 to handle MERGE correctly Amit Langote 18.0
2025-02-07 Virtual generated columns Peter Eisentraut 18.0
2025-02-07 Track unpruned relids to avoid processing pruned relations Amit Langote 18.0
2025-01-16 Add OLD/NEW support to RETURNING in DML queries. Dean Rasheed 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-20 Introduce CompactAttribute array in TupleDesc, take 2 David Rowley 18.0
2024-09-24 For inplace update durability, make heap_update() callers wait. Noah Misch 18.0
2024-08-20 Log the conflicts while applying changes in logical replication. Amit Kapila 18.0
2024-07-13 Fix new assertion for MERGE view_name ... DO NOTHING. Noah Misch 18.0