aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeMaterial.c
Commit message (Expand)AuthorAge
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane2009-09-27
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Revert DTrace patch from Robert LorBruce Momjian2009-04-02
* Add support for additional DTrace probes.Bruce Momjian2009-04-02
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-27
* Update copyright for 2009.Bruce Momjian2009-01-01
* Make a couple of small changes to the tuplestore API, for the benefit of theTom Lane2008-12-27
* Improve tuplestore.c to support multiple concurrent read positions.Tom Lane2008-10-01
* Avoid a useless tuple copy within nodeMaterial. Neil ConwayTom Lane2008-03-23
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Teach tuplestore.c to throw away data before the "mark" point when the callerTom Lane2007-05-21
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-27
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Teach nodeSort and nodeMaterial to optimize out unnecessary overheadTom Lane2006-02-28
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-28
* Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node typesTom Lane2005-11-23
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Revise tuplestore and nodeMaterial so that we don't have to read theTom Lane2003-03-09
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Update copyright to 2002.Bruce Momjian2002-06-20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Cause ExecCountSlots() accounting to bear some relationship to reality.Tom Lane2001-05-27
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Hmm, it seems nodeMaterial has been broken for a good long while;Tom Lane2000-03-02
* Add:Bruce Momjian2000-01-26
* Fix it's and its to be correct.Bruce Momjian2000-01-05
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Final cleanup.Bruce Momjian1999-07-16