Commits

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

DateSubjectAuthorReleases
2025-09-04 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed 13.23
2024-09-24 For inplace update durability, make heap_update() callers wait. Noah Misch 13.17
2024-06-28 Expand comments and add an assertion in nodeModifyTable.c. Noah Misch 13.16
2023-03-06 Fix some more cases of missed GENERATED-column updates. Tom Lane 13.11
2023-01-15 Make new GENERATED-expressions code more bulletproof. Tom Lane 13.10
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 13.10
2022-11-02 Fix copy-and-pasteo in comment. Etsuro Fujita 13.9
2022-08-04 Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop. Tom Lane 13.8
2021-05-21 Fix usage of "tableoid" in GENERATED expressions. Tom Lane 13.4
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 13.3
2021-04-22 Fix bugs in RETURNING in cross-partition UPDATE cases. Tom Lane 13.3
2021-02-08 Fix permission checks on constraint violation errors on partitions. Heikki Linnakangas 13.2
2020-11-08 In INSERT/UPDATE, use the table's real tuple descriptor as target. Tom Lane 13.1
2020-04-18 Fix possible crash with GENERATED ALWAYS columns David Rowley 13.0
2020-02-17 Optimize update of tables with generated columns Peter Eisentraut 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-11 Further adjust EXPLAIN's choices of table alias names. Tom Lane 13.0
2019-12-04 Fix whitespace. Etsuro Fujita 13.0
2019-09-09 Reorder EPQ work, to fix rowmark related bugs and improve efficiency. Andres Freund 13.0
2019-09-03 Remove 'msg' parameter from convert_tuples_by_name Alvaro Herrera 13.0
2019-07-25 Fix system column accesses in ON CONFLICT ... RETURNING. Andres Freund 13.0