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