]> granicus.if.org Git - postgresql/history - src/backend/utils/sort/tuplesort.c
During btree index build, sort equal-keyed tuples according to their
[postgresql] / src / backend / utils / sort / tuplesort.c
2004-03-17 Tom LaneDuring btree index build, sort equal-keyed tuples accor...
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-05-13 Tom LaneChange pg_amop's index on (amopclaid,amopopr) to index...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-10-31 Tom LaneAvoid use of inline functions that are not declared...
2002-10-04 Tom LaneTweak a few of the most heavily used function call...
2002-09-04 Bruce Momjianpgindent run.
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-12 Tom LaneChange memory-space accounting mechanism in tuplesort...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-01-06 Tom LaneAdd CHECK_FOR_INTERRUPTS() in various strategic spots...
2001-11-11 Tom LaneDefend against brain-dead QNX implementation of qsort().
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-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
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-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-29 Tom LaneClean up handling of tuple descriptors so that result...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-03-01 Tom LaneSmall performance improvement in comparetup_heap.
2000-02-18 Tom LaneReplace inefficient _bt_invokestrat calls with direct...
2000-01-26 Bruce MomjianAdd:
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-13 Tom Laneaggregate(DISTINCT ...) works, per SQL spec.
1999-10-30 Tom LaneFurther performance improvements in sorting: reduce...
1999-10-17 Tom LaneFinal stage of psort reconstruction work: replace psort...