aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/sort/tuplesort.c
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-10
* Department of second thoughts: let's show the exact key during unique indexTom Lane2009-08-01
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Code review for dtrace probes added (so far) to 8.4. Adjust placement ofTom Lane2009-03-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representationTom Lane2008-10-28
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-15
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-01
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Grab some low-hanging fruit in the new hash index build code.Tom Lane2008-03-17
* When creating a large hash index, pre-sort the index entries by estimatedTom Lane2008-03-16
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Mention the index name in 'could not create unique index' errors,Tom Lane2007-10-29
* Since sort_bounded_heap makes state changes that should be madeTom Lane2007-09-01
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-07
* Add a line to the EXPLAIN ANALYZE output for a Sort node, showing theTom Lane2007-05-04
* Teach tuplesort.c about "top N" sorting, in which only the first N tuplesTom Lane2007-05-04
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-10
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Switch over to using our own qsort() all the time, as has been proposedTom Lane2006-10-03
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Extend the MinimalTuple concept to tuplesort.c, thereby reducing theTom Lane2006-06-27
* Tweak writetup_heap/readtup_heap to avoid storing the tuple identityTom Lane2006-05-23
* Recent changes in memory management in tuplesort.c had a problem: theTom Lane2006-03-10
* Tweak trace_sort code to show the merge order (number of active inputTom Lane2006-03-08
* Repair old performance bug in tuplesort.c/logtape.c. In the case whereTom Lane2006-03-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Prevent sorting from requesting a SortTuple array that exceeds MaxAllocSize;Tom Lane2006-03-04
* Improve sorting speed by pre-extracting the first sort-key column ofTom Lane2006-02-26
* Update obsolete comment.Tom Lane2006-02-19
* Improve tuplesort.c to support variable merge order. The original codingTom Lane2006-02-19
* Remove QNX port.Bruce Momjian2006-01-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-20
* Change trace_sort to output to the log, rather than the user's terminal.Bruce Momjian2005-10-25
* Improve trace_sort code to also show the total memory or disk space used.Tom Lane2005-10-18
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add a trace_sort option to help with measuring resource usage of externalTom Lane2005-10-03
* Fix typo in comment.Tom Lane2005-09-23
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Use InitFunctionCallInfoData() macro instead of MemSet in performanceTom Lane2005-03-22
* Improve performance of fmgr.c calling routines for cases with more thanTom Lane2005-02-02