Commits

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

DateSubjectAuthorReleases
2019-11-06 Minor code review for tuple slot rewrite. Tom Lane 12.1
2019-10-04 Fix crash caused by EPQ happening with a before update trigger present. Andres Freund 12.1
2019-06-17 Fix more typos and inconsistencies in the tree Michael Paquier 12.0
2019-06-13 Fix double-word typos Alvaro Herrera 12.0
2019-06-03 Fix typos in various places Michael Paquier 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-04-19 Fix two memory leaks around force-storing tuples in slots. Andres Freund 12.0
2019-03-01 Store tuples for EvalPlanQual in slots, rather than as HeapTuples. Andres Freund 12.0
2019-02-27 Store table oid and tuple's tid in tuple slots directly. Andres Freund 12.0
2019-02-27 Allow to use HeapTupleData embedded in [Buffer]HeapTupleTableSlot. Andres Freund 12.0
2019-02-27 Add ExecStorePinnedBufferHeapTuple. Andres Freund 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-16 Inline hot path of slot_getsomeattrs(). Andres Freund 12.0
2018-11-16 Add dummy field to currently empty struct TupleTableSlotOps. Andres Freund 12.0
2018-11-16 Introduce notion of different types of slots (without implementing them). Andres Freund 12.0
2018-11-15 Rejigger materializing and fetching a HeapTuple from a slot. Andres Freund 12.0
2018-10-16 Move TupleTableSlots boolean member into one flag variable. Andres Freund 12.0
2018-10-15 Move generic slot support functions from heaptuple.c into execTuples.c. Andres Freund 12.0
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0
2018-09-25 Change TupleTableSlot->tts_nvalid to type AttrNumber. Andres Freund 12.0
2018-09-10 Hide a static inline from FRONTEND code. Tom Lane 12.0
2018-08-23 Deduplicate code between slot_getallattrs() and slot_getsomeattrs(). Andres Freund 12.0