summaryrefslogtreecommitdiff
path: root/src/include/utils/tuplesort.h
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 8.2.Bruce Momjian2006-10-041-4/+4
* Allow include files to compile own their own.Bruce Momjian2006-07-131-2/+1
* Extend the MinimalTuple concept to tuplesort.c, thereby reducing theTom Lane2006-06-271-17/+19
* Tweak writetup_heap/readtup_heap to avoid storing the tuple identityTom Lane2006-05-231-2/+6
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Improve tuplesort.c to support variable merge order. The original codingTom Lane2006-02-191-1/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-031-4/+4
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-5/+6
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-13/+12
* Tweak sorting so that nulls appear at the front of a descending sortTom Lane2001-06-021-1/+12
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-3/+19
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Clean up #include's.Bruce Momjian2000-06-151-4/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-11/+12
* Add:Bruce Momjian2000-01-261-2/+3
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-131-4/+15
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-171-0/+68