Commits

DateSubjectAuthorReleases
2019-10-04 Fix crash caused by EPQ happening with a before update trigger present. Andres Freund 12.1
2019-10-04 Fix crash caused by EPQ happening with a before update trigger present. Andres Freund 13.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
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-08-23 Deduplicate code between slot_getallattrs() and slot_getsomeattrs(). Andres Freund 12.0
2018-03-28 Quick adaption of JIT tuple deforming to the fast default patch. Andres Freund 11.0
2018-03-22 Add FIELDNO_* macro designating offset into structs required for JIT. Andres Freund 11.0
2018-02-20 Use platform independent type for TupleTableSlot->tts_off. Andres Freund 11.0
2018-02-17 Allow tupleslots to have a fixed tupledesc, use in executor nodes. Andres Freund 11.0