]> granicus.if.org Git - postgresql/history - src/include/utils/tuplesort.h
Restructure some header files a bit, in particular heapam.h, by removing some
[postgresql] / src / include / utils / tuplesort.h
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...