]> granicus.if.org Git - postgresql/history - src/backend/utils/sort/tuplesort.c
Change the planner-to-executor API so that the planner tells the executor
[postgresql] / src / backend / utils / sort / tuplesort.c
2007-01-10 Tom LaneChange the planner-to-executor API so that the planner...
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-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Tom LaneSwitch over to using our own qsort() all the time,...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
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-10 Tom LaneRecent changes in memory management in tuplesort.c...
2006-03-08 Tom LaneTweak trace_sort code to show the merge order (number...
2006-03-07 Tom LaneRepair old performance bug in tuplesort.c/logtape.c...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Tom LanePrevent sorting from requesting a SortTuple array that...
2006-02-26 Tom LaneImprove sorting speed by pre-extracting the first sort...
2006-02-19 Tom LaneUpdate obsolete comment.
2006-02-19 Tom LaneImprove tuplesort.c to support variable merge order...
2006-01-05 Bruce MomjianRemove QNX port.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-20 Tom LaneRemove the t_datamcxt field of HeapTupleData. This...
2005-10-25 Bruce MomjianChange trace_sort to output to the log, rather than...
2005-10-18 Tom LaneImprove trace_sort code to also show the total memory...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-03 Tom LaneAdd a trace_sort option to help with measuring resource...
2005-09-23 Tom LaneFix typo in comment.
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-03-22 Tom LaneUse InitFunctionCallInfoData() macro instead of MemSet...
2005-02-02 Tom LaneImprove performance of fmgr.c calling routines for...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
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...