Commits

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

DateSubjectAuthorReleases
2024-09-24 For inplace update durability, make heap_update() callers wait. Noah Misch 12.21
2023-03-23 Ignore generated columns during apply of update/delete. Amit Kapila 12.15
2023-03-21 Ignore dropped columns during apply of update/delete. Amit Kapila 12.15
2020-05-16 Fix assertion with relation using REPLICA IDENTITY FULL in subscriber Michael Paquier 12.4
2020-02-03 Add missing break out seqscan loop in logical replication Alvaro Herrera 12.2
2019-05-23 tableam: Rename wrapper functions to match callback names. Andres Freund 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-03-30 Generated columns Peter Eisentraut 12.0
2019-03-24 tableam: Add tuple_{insert, delete, update, lock} and use. Andres Freund 12.0
2019-03-22 Collations with nondeterministic comparison Peter Eisentraut 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-02-27 Use slots in trigger infrastructure, except for the actual invocation. Andres Freund 12.0
2019-02-27 Store table oid and tuple's tid in tuple slots directly. Andres Freund 12.0
2019-01-21 Remove superfluous tqual.h includes. Andres Freund 12.0
2019-01-19 Fix outdated comment Peter Eisentraut 12.0
2019-01-15 Don't include genam.h from execnodes.h and relscan.h anymore. Andres Freund 12.0
2019-01-15 Don't include heapam.h from others headers. Andres Freund 12.0
2019-01-13 Fix error message for logical replication targets Michael Paquier 12.0
2019-01-13 Improve error messages for incorrect types of logical replication targets Michael Paquier 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-17 Make TupleTableSlots extensible, finish split of existing slot type. Andres Freund 12.0
2018-11-15 Rejigger materializing and fetching a HeapTuple from a slot. Andres Freund 12.0
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0
2018-07-12 Allow using the updated tuple while moving it to a different partition. Amit Kapila 12.0