aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/tuptable.h
Commit message (Expand)AuthorAge
* 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
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane2009-03-30
* Update copyright for 2009.Bruce Momjian2009-01-01
* Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane2008-10-28
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* More include file adjustments.Bruce Momjian2006-07-13
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Convert hash join code to use MinimalTuple format in tuple hash tableTom Lane2006-06-27
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-27
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Avoid O(N^2) overhead in repeated nocachegetattr calls when columns ofTom Lane2005-03-14
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-29
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24