| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make a couple of small changes to the tuplestore API, for the benefit of the | Tom Lane | 2008-12-27 | 1 | -21/+42 |
| * | Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation | Tom Lane | 2008-10-28 | 2 | -21/+35 |
| * | Fix oversight in recent patch to support multiple read positions in | Tom Lane | 2008-10-07 | 1 | -4/+17 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -5/+91 |
| * | Improve tuplestore.c to support multiple concurrent read positions. | Tom Lane | 2008-10-01 | 1 | -169/+337 |
| * | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane | 2008-09-15 | 1 | -20/+7 |
| * | Add a few more DTrace probes to the backend. | Alvaro Herrera | 2008-08-01 | 1 | -1/+18 |
| * | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 1 | -1/+2 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 2 | -4/+2 |
| * | Add a new tuplestore API function, tuplestore_putvalues(). This is | Neil Conway | 2008-03-25 | 1 | -3/+17 |
| * | Grab some low-hanging fruit in the new hash index build code. | Tom Lane | 2008-03-17 | 1 | -4/+15 |
| * | When creating a large hash index, pre-sort the index entries by estimated | Tom Lane | 2008-03-16 | 1 | -17/+122 |
| * | Provide a build-time option to store large relations as single files, rather | Tom Lane | 2008-03-10 | 1 | -4/+4 |
| * | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -8/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 3 | -6/+6 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 2 | -52/+53 |
| * | Mention the index name in 'could not create unique index' errors, | Tom Lane | 2007-10-29 | 1 | -2/+3 |
| * | Since sort_bounded_heap makes state changes that should be made | Tom Lane | 2007-09-01 | 1 | -3/+2 |
| * | Fix a memory leak in tuplestore_end(). Unlikely to be significant during | Neil Conway | 2007-08-02 | 1 | -1/+2 |
| * | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane | 2007-06-07 | 3 | -13/+15 |
| * | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 | 2 | -4/+12 |
| * | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane | 2007-05-21 | 1 | -17/+126 |
| * | Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the | Tom Lane | 2007-05-04 | 1 | -1/+63 |
| * | Teach tuplesort.c about "top N" sorting, in which only the first N tuples | Tom Lane | 2007-05-04 | 1 | -2/+273 |
| * | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | 1 | -8/+1 |
| * | Change the planner-to-executor API so that the planner tells the executor | Tom Lane | 2007-01-10 | 1 | -7/+7 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 1 | -188/+79 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 3 | -6/+6 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -15/+22 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 3 | -93/+95 |
| * | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane | 2006-10-03 | 1 | -44/+29 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Extend the MinimalTuple concept to tuplesort.c, thereby reducing the | Tom Lane | 2006-06-27 | 1 | -120/+112 |
| * | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 | 1 | -26/+104 |
| * | Tweak writetup_heap/readtup_heap to avoid storing the tuple identity | Tom Lane | 2006-05-23 | 1 | -18/+85 |
| * | Recent changes in memory management in tuplesort.c had a problem: the | Tom Lane | 2006-03-10 | 1 | -82/+102 |
| * | Tweak trace_sort code to show the merge order (number of active input | Tom Lane | 2006-03-08 | 1 | -5/+13 |
| * | Further examination of ltsReleaseBlock usage shows that it's got a | Tom Lane | 2006-03-07 | 1 | -20/+49 |
| * | Repair old performance bug in tuplesort.c/logtape.c. In the case where | Tom Lane | 2006-03-07 | 2 | -16/+63 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 3 | -6/+6 |
| * | Incorporate a couple of recent tuplesort.c improvements into tuplestore.c. | Tom Lane | 2006-03-04 | 1 | -11/+24 |
| * | Prevent sorting from requesting a SortTuple array that exceeds MaxAllocSize; | Tom Lane | 2006-03-04 | 1 | -1/+8 |
| * | Improve sorting speed by pre-extracting the first sort-key column of | Tom Lane | 2006-02-26 | 1 | -405/+600 |
| * | Update obsolete comment. | Tom Lane | 2006-02-19 | 1 | -7/+4 |
| * | Modify logtape.c so that the initial LogicalTapeSetCreate call only | Tom Lane | 2006-02-19 | 1 | -26/+57 |
| * | Improve tuplesort.c to support variable merge order. The original coding | Tom Lane | 2006-02-19 | 1 | -53/+154 |
| * | Remove QNX port. | Bruce Momjian | 2006-01-05 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 2 | -20/+21 |
| * | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane | 2005-11-20 | 2 | -4/+2 |
| * | Change trace_sort to output to the log, rather than the user's terminal. | Bruce Momjian | 2005-10-25 | 1 | -11/+11 |