Commits

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

DateSubjectAuthorReleases
2026-03-05 Fix handling of updated tuples in the MERGE statement Alexander Korotkov 17.10
2026-01-23 Fix bogus ctid requirement for dummy-root partitioned targets Amit Langote 17.8
2026-01-22 Remove faulty Assert in partitioned INSERT...ON CONFLICT DO UPDATE. Tom Lane 17.8
2025-11-16 Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent update. Dean Rasheed 17.8
2025-09-05 Fix concurrent update issue with MERGE. Dean Rasheed 17.7
2025-09-04 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed 17.7
2025-07-18 Fix concurrent update trigger issues with MERGE in a CTE. Dean Rasheed 17.6
2025-05-31 Fix MERGE into a plain inheritance parent table. Dean Rasheed 17.6
2025-04-15 Fix failure for generated column with a not-null domain constraint. Tom Lane 17.5
2025-03-29 Fix MERGE with DO NOTHING actions into a partitioned table. Dean Rasheed 17.5
2024-09-24 For inplace update durability, make heap_update() callers wait. Noah Misch 17.1
2024-07-13 Fix new assertion for MERGE view_name ... DO NOTHING. Noah Misch 17.0
2024-06-28 Expand comments and add an assertion in nodeModifyTable.c. Noah Misch 17.0
2024-04-11 Revert: Allow table AM tuple_insert() method to return the different slot Alexander Korotkov 17.0
2024-04-11 Revert: Allow locking updated tuples in tuple_update() and tuple_delete() Alexander Korotkov 17.0
2024-04-11 Revert: Let table AM insertion methods control index insertion Alexander Korotkov 17.0
2024-03-30 Let table AM insertion methods control index insertion Alexander Korotkov 17.0
2024-03-30 Add support for MERGE ... WHEN NOT MATCHED BY SOURCE. Dean Rasheed 17.0
2024-03-25 Allow locking updated tuples in tuple_update() and tuple_delete() Alexander Korotkov 17.0
2024-03-21 Allow table AM tuple_insert() method to return the different slot Alexander Korotkov 17.0
2024-03-17 Add RETURNING support to MERGE. Dean Rasheed 17.0
2024-03-07 Fix handling of self-modified tuples in MERGE. Dean Rasheed 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-02-29 Support MERGE into updatable views. Dean Rasheed 17.0
2024-02-29 Remove field UpdateContext->updated in nodeModifyTable.c Dean Rasheed 17.0