aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/tuplesort.h
Commit message (Expand)AuthorAge
* Add a line to the EXPLAIN ANALYZE output for a Sort node, showing theTom Lane2007-05-04
* Teach tuplesort.c about "top N" sorting, in which only the first N tuplesTom Lane2007-05-04
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Extend the MinimalTuple concept to tuplesort.c, thereby reducing theTom Lane2006-06-27
* Tweak writetup_heap/readtup_heap to avoid storing the tuple identityTom Lane2006-05-23
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Improve tuplesort.c to support variable merge order. The original codingTom Lane2006-02-19
* 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
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Tweak sorting so that nulls appear at the front of a descending sortTom Lane2001-06-02
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up #include's.Bruce Momjian2000-06-15
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-13
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-17