index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
tuplesort.h
Commit message (
Expand
)
Author
Age
*
Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the
Tom Lane
2007-05-04
*
Teach tuplesort.c about "top N" sorting, in which only the first N tuples
Tom Lane
2007-05-04
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Extend the MinimalTuple concept to tuplesort.c, thereby reducing the
Tom Lane
2006-06-27
*
Tweak writetup_heap/readtup_heap to avoid storing the tuple identity
Tom Lane
2006-05-23
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Improve tuplesort.c to support variable merge order. The original coding
Tom Lane
2006-02-19
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.
Tom Lane
2004-02-03
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Tweak sorting so that nulls appear at the front of a descending sort
Tom Lane
2001-06-02
*
Rewrite of planner statistics-gathering code. ANALYZE is now available as
Tom Lane
2001-05-07
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Clean up #include's.
Bruce Momjian
2000-06-15
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add:
Bruce Momjian
2000-01-26
*
aggregate(DISTINCT ...) works, per SQL spec.
Tom Lane
1999-12-13
*
Final stage of psort reconstruction work: replace psort.c with
Tom Lane
1999-10-17