Commits

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

DateSubjectAuthorReleases
2023-03-22 Evade extra table_tuple_fetch_row_version() in ExecUpdate()/ExecDelete() Alexander Korotkov 16.0
2023-03-22 Allow locking updated tuples in tuple_update() and tuple_delete() Alexander Korotkov 16.0
2023-03-20 Ignore BRIN indexes when checking for HOT updates Tomas Vondra 16.0
2023-03-13 Fix MERGE command tag for actions blocked by BEFORE ROW triggers. Dean Rasheed 16.0
2023-03-13 Fix concurrent update issues with MERGE. Dean Rasheed 16.0
2023-03-06 Fix some more cases of missed GENERATED-column updates. Tom Lane 16.0
2023-02-22 Fix MERGE command tag for cross-partition updates. Dean Rasheed 16.0
2023-02-16 Remove duplicated comment in nodeModifyTable.c Michael Paquier 16.0
2023-02-15 Don't rely on uninitialized value in MERGE / DELETE Alvaro Herrera 16.0
2023-01-30 Ensure that MERGE recomputes GENERATED expressions properly. Dean Rasheed 16.0
2023-01-15 Make new GENERATED-expressions code more bulletproof. Tom Lane 16.0
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-08 Remove new structure member from ResultRelInfo. Etsuro Fujita 16.0
2022-12-02 Generalize ri_RootToPartitionMap to use for non-partition children Alvaro Herrera 16.0
2022-11-25 Fix handling of pending inserts in nodeModifyTable.c. Etsuro Fujita 16.0
2022-11-17 Fix MERGE tuple count with DO NOTHING Alvaro Herrera 16.0
2022-11-17 Fix outdated comment in ExecDelete Alvaro Herrera 16.0
2022-11-02 Fix copy-and-pasteo in comment. Etsuro Fujita 16.0
2022-10-10 Remove unnecessary semicolons after goto labels John Naylor 16.0
2022-09-29 Update comment in ExecInsert() regarding batch insertion. Etsuro Fujita 16.0
2022-09-24 Message style improvements Peter Eisentraut 16.0
2022-08-04 Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop. Tom Lane 16.0