]> granicus.if.org Git - postgresql/history - src/backend/utils/sort
Improve the recently-added support for properly pluralized error messages
[postgresql] / src / backend / utils / sort /
2009-03-27 Tom LaneFix possible failures when a tuplestore switches from...
2009-03-11 Tom LaneCode review for dtrace probes added (so far) to 8.4...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-27 Tom LaneMake a couple of small changes to the tuplestore API...
2008-10-28 Tom LaneArrange to squeeze out the MINIMAL_TUPLE_PADDING in...
2008-10-07 Tom LaneFix oversight in recent patch to support multiple read...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-10-01 Tom LaneImprove tuplestore.c to support multiple concurrent...
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-25 Neil ConwayAdd a new tuplestore API function, tuplestore_putvalues...
2008-03-17 Tom LaneGrab some low-hanging fruit in the new hash index build...
2008-03-16 Tom LaneWhen creating a large hash index, pre-sort the index...
2008-03-10 Tom LaneProvide a build-time option to store large relations...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-29 Tom LaneMention the index name in 'could not create unique...
2007-09-01 Tom LaneSince sort_bounded_heap makes state changes that should...
2007-08-02 Neil ConwayFix a memory leak in tuplestore_end(). Unlikely to...
2007-06-07 Tom LaneRework temp_tablespaces patch so that temp tablespaces...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-05-21 Tom LaneTeach tuplestore.c to throw away data before the "mark...
2007-05-04 Tom LaneAdd a line to the EXPLAIN ANALYZE output for a Sort...
2007-05-04 Tom LaneTeach tuplesort.c about "top N" sorting, in which only...
2007-01-20 Peter EisentrautRemove remains of old depend target.
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-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
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 LaneFurther examination of ltsReleaseBlock usage shows...
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 LaneIncorporate a couple of recent tuplesort.c improvements...
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 LaneModify logtape.c so that the initial LogicalTapeSetCrea...
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...
2003-04-29 Tom LaneCode review for holdable-cursors patch. Fix error...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-09 Tom LaneRevise tuplestore and nodeMaterial so that we don't...
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...
next