| Commit message (Expand) | Author | Age |
* | Fix a memory leak in tuplestore_end(). Unlikely to be significant during | Neil Conway | 2007-08-02 |
* | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane | 2007-06-07 |
* | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 |
* | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane | 2007-05-21 |
* | Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the | Tom Lane | 2007-05-04 |
* | Teach tuplesort.c about "top N" sorting, in which only the first N tuples | Tom Lane | 2007-05-04 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 |
* | Change the planner-to-executor API so that the planner tells the executor | Tom Lane | 2007-01-10 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane | 2006-10-03 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Extend the MinimalTuple concept to tuplesort.c, thereby reducing the | Tom Lane | 2006-06-27 |
* | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 |
* | Tweak writetup_heap/readtup_heap to avoid storing the tuple identity | Tom Lane | 2006-05-23 |
* | Recent changes in memory management in tuplesort.c had a problem: the | Tom Lane | 2006-03-10 |
* | Tweak trace_sort code to show the merge order (number of active input | Tom Lane | 2006-03-08 |
* | Further examination of ltsReleaseBlock usage shows that it's got a | Tom Lane | 2006-03-07 |
* | Repair old performance bug in tuplesort.c/logtape.c. In the case where | Tom Lane | 2006-03-07 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Incorporate a couple of recent tuplesort.c improvements into tuplestore.c. | Tom Lane | 2006-03-04 |
* | Prevent sorting from requesting a SortTuple array that exceeds MaxAllocSize; | Tom Lane | 2006-03-04 |
* | Improve sorting speed by pre-extracting the first sort-key column of | Tom Lane | 2006-02-26 |
* | Update obsolete comment. | Tom Lane | 2006-02-19 |
* | Modify logtape.c so that the initial LogicalTapeSetCreate call only | Tom Lane | 2006-02-19 |
* | Improve tuplesort.c to support variable merge order. The original coding | Tom Lane | 2006-02-19 |
* | Remove QNX port. | Bruce Momjian | 2006-01-05 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane | 2005-11-20 |
* | Change trace_sort to output to the log, rather than the user's terminal. | Bruce Momjian | 2005-10-25 |
* | Improve trace_sort code to also show the total memory or disk space used. | Tom Lane | 2005-10-18 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Add a trace_sort option to help with measuring resource usage of external | Tom Lane | 2005-10-03 |
* | Fix typo in comment. | Tom Lane | 2005-09-23 |
* | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 |
* | Use InitFunctionCallInfoData() macro instead of MemSet in performance | Tom Lane | 2005-03-22 |
* | Improve performance of fmgr.c calling routines for cases with more than | Tom Lane | 2005-02-02 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | During btree index build, sort equal-keyed tuples according to their | Tom Lane | 2004-03-17 |
* | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |