Commits

DateSubjectAuthorReleases
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2010-07-12 Make NestLoop plan nodes pass outer-relation variables into their inner Tom Lane 9.1.0
2009-09-27 Remove no-longer-needed ExecCountSlots infrastructure. Tom Lane 9.0.0
2009-03-27 Fix possible failures when a tuplestore switches from in-memory to on-disk Tom Lane 8.4.0
2008-12-27 Make a couple of small changes to the tuplestore API, for the benefit of the Tom Lane 8.4.0
2008-10-01 Improve tuplestore.c to support multiple concurrent read positions. Tom Lane 8.4.0
2008-03-23 Avoid a useless tuple copy within nodeMaterial. Neil Conway Tom Lane 8.4.0
2007-05-21 Teach tuplestore.c to throw away data before the "mark" point when the caller Tom Lane 8.3.0
2006-06-27 Create infrastructure for 'MinimalTuple' representation of in-memory Tom Lane 8.2.0
2006-02-28 Teach nodeSort and nodeMaterial to optimize out unnecessary overhead Tom Lane 8.2.0
2006-02-28 Extend the ExecInitNode API so that plan nodes receive a set of flag Tom Lane 8.2.0
2005-11-23 Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types Tom Lane 8.1.1
2005-11-23 Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types Tom Lane 8.2.0
2005-03-16 Revise TupleTableSlot code to avoid unnecessary construction and disassembly Tom Lane 8.1.0
2004-02-03 Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. Tom Lane 8.0.0
2003-03-09 Revise tuplestore and nodeMaterial so that we don't have to read the Tom Lane 7.4.1
2002-12-15 Revise executor APIs so that all per-query state structure is built in Tom Lane 7.4.1
2002-12-05 Phase 1 of read-only-plans project: cause executor state nodes to point Tom Lane 7.4.1
2001-05-27 Cause ExecCountSlots() accounting to bear some relationship to reality. Tom Lane 7.2.1
2000-07-12 First stage of reclaiming memory in executor by resetting short-term Tom Lane 7.1.1
2000-06-18 Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the Tom Lane 7.1.1
2000-03-02 Hmm, it seems nodeMaterial has been broken for a good long while; Tom Lane 7.1.1
1999-09-24 Several changes here, not very related but touching some of the same files. Tom Lane 7.1.1