aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/tuptable.h
Commit message (Expand)AuthorAge
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Minor code review for tuple slot rewrite.Tom Lane2019-11-06
* Fix crash caused by EPQ happening with a before update trigger present.Andres Freund2019-10-04
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Fix double-word typosAlvaro Herrera2019-06-13
* Fix typos in various placesMichael Paquier2019-06-03
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix two memory leaks around force-storing tuples in slots.Andres Freund2019-04-19
* Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund2019-03-01
* Store table oid and tuple's tid in tuple slots directly.Andres Freund2019-02-26
* Allow to use HeapTupleData embedded in [Buffer]HeapTupleTableSlot.Andres Freund2019-02-26
* Add ExecStorePinnedBufferHeapTuple.Andres Freund2019-02-26
* Update copyright for 2019Bruce Momjian2019-01-02
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-16
* Inline hot path of slot_getsomeattrs().Andres Freund2018-11-16
* Add dummy field to currently empty struct TupleTableSlotOps.Andres Freund2018-11-15
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund2018-11-15
* Move TupleTableSlots boolean member into one flag variable.Andres Freund2018-10-15
* Move generic slot support functions from heaptuple.c into execTuples.c.Andres Freund2018-10-15
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-25
* Change TupleTableSlot->tts_nvalid to type AttrNumber.Andres Freund2018-09-25
* Hide a static inline from FRONTEND code.Tom Lane2018-09-10
* Deduplicate code between slot_getallattrs() and slot_getsomeattrs().Andres Freund2018-08-23
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund2018-03-27
* Add FIELDNO_* macro designating offset into structs required for JIT.Andres Freund2018-03-22
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-17
* Use platform independent type for TupleTableSlot->tts_off.Andres Freund2018-02-20
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Mark read/write expanded values as read-only in ExecProject().Tom Lane2016-06-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-14
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Replace the array-style TupleTable data structure with a simple List ofTom Lane2009-09-27