OSDN Git Service

Per-column collation support
[pg-rex/syncrep.git] / src / backend / executor / nodeSort.c
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-27 Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-04-02 Bruce MomjianRevert DTrace patch from Robert Lor
2009-04-02 Bruce MomjianAdd support for additional DTrace probes.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-05-04 Tom LaneTeach tuplesort.c about "top N" sorting, in which only...
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-10-04 Bruce Momjianpgindent run for 8.2.
2006-06-27 Tom LaneExtend the MinimalTuple concept to tuplesort.c, thereby...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneTeach nodeSort and nodeMaterial to optimize out unneces...
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2006-02-26 Tom LaneImprove sorting speed by pre-extracting the first sort...
2005-11-23 Tom LaneGet rid of ExecAssignResultTypeFromOuterPlan() and...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-05 Tom LaneDitch ExecGetTupType() in favor of the much simpler...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
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-11-02 Tom LaneClean up a few fprintf(stderr)'s that should be elog's.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-05-27 Tom LaneCause ExecCountSlots() accounting to bear some relation...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
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-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-07-09 Tom LaneFix bogus DatumGetInt32 coercion.
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-10-17 Tom LaneFinal stage of psort reconstruction work: replace psort...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-03 Tom LaneEnsure consistent results when FormSortKeys fails to...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-09 Bruce MomjianRename Temp to Noname for noname tables.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-23 Vadim B. MikheevExecReScan for Unique & Sort nodes.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-09-15 Vadim B. MikheevFix pfree problem.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-21 Bruce MomjianChange pg_attribute.attnvals to float4, change #ifdef...
1997-08-06 Bruce MomjianAllow internal sorts to be stored in memory rather...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-10-31 Marc G. Fournieradd #include "postgres.h", as required by all .c files
1996-07-30 Marc G. FournierMore cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources