]> granicus.if.org Git - postgresql/history - src/include/utils/tuplesort.h
Create a "sort support" interface API for faster sorting.
[postgresql] / src / include / utils / tuplesort.h
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-08 Tom LaneTeach CLUSTER to use seqscan-and-sort when it's faster...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-10 Tom LaneExtend EXPLAIN to support output in XML or JSON format.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-16 Tom LaneWhen creating a large hash index, pre-sort the index...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-05-04 Tom LaneAdd a line to the EXPLAIN ANALYZE output for a Sort...
2007-05-04 Tom LaneTeach tuplesort.c about "top N" sorting, in which only...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-27 Tom LaneExtend the MinimalTuple concept to tuplesort.c, thereby...
2006-05-23 Tom LaneTweak writetup_heap/readtup_heap to avoid storing the...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-19 Tom LaneImprove tuplesort.c to support variable merge order...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-06-02 Tom LaneTweak sorting so that nulls appear at the front of...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-06-15 Bruce MomjianClean up #include's.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-12-13 Tom Laneaggregate(DISTINCT ...) works, per SQL spec.
1999-10-17 Tom LaneFinal stage of psort reconstruction work: replace psort...