Commits

DateSubjectAuthorReleases
2009-09-27 Remove no-longer-needed ExecCountSlots infrastructure. Tom Lane 9.0.0
2009-04-02 Revert DTrace patch from Robert Lor Bruce Momjian 8.4.0
2009-04-02 Add support for additional DTrace probes. Bruce Momjian 8.4.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-01-01 Update copyrights in source tree to 2008. Bruce Momjian 8.3.0
2007-05-04 Teach tuplesort.c about "top N" sorting, in which only the first N tuples Tom Lane 8.3.0
2007-01-09 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST Tom Lane 8.3.0
2007-01-05 Update CVS HEAD for 2007 copyright. Back branches are typically not Bruce Momjian 8.3.0
2006-10-04 pgindent run for 8.2. Bruce Momjian 8.2.0
2006-06-27 Extend the MinimalTuple concept to tuplesort.c, thereby reducing the Tom Lane 8.2.0
2006-03-05 Update copyright for 2006. Update scripts. Bruce Momjian 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
2006-02-26 Improve sorting speed by pre-extracting the first sort-key column of 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-10-15 Standard pgindent run for 8.1. Bruce Momjian 8.1.0
2005-03-16 Revise TupleTableSlot code to avoid unnecessary construction and disassembly Tom Lane 8.1.0
2004-12-31 Tag appropriate files for rc3 PostgreSQL Daemon 8.0.0
2004-08-29 Update copyright to 2004. Bruce Momjian 8.0.0
2004-02-03 Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. Tom Lane 8.0.0
2003-11-29 $Header: -> $PostgreSQL Changes ... PostgreSQL Daemon 8.0.0
2003-08-04 Update copyrights to 2003. Bruce Momjian 7.4.1
2003-05-06 Implement feature of new FE/BE protocol whereby RowDescription identifies Tom Lane 7.4.1
2003-05-05 Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(), Tom Lane 7.4.1