| Commit message (Expand) | Author | Age |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Extend EXPLAIN to support output in XML or JSON format. | Tom Lane | 2009-08-10 |
* | Department of second thoughts: let's show the exact key during unique index | Tom Lane | 2009-08-01 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Code review for dtrace probes added (so far) to 8.4. Adjust placement of | Tom Lane | 2009-03-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation | Tom Lane | 2008-10-28 |
* | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane | 2008-09-15 |
* | Add a few more DTrace probes to the backend. | Alvaro Herrera | 2008-08-01 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Grab some low-hanging fruit in the new hash index build code. | Tom Lane | 2008-03-17 |
* | When creating a large hash index, pre-sort the index entries by estimated | Tom Lane | 2008-03-16 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Mention the index name in 'could not create unique index' errors, | Tom Lane | 2007-10-29 |
* | Since sort_bounded_heap makes state changes that should be made | Tom Lane | 2007-09-01 |
* | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane | 2007-06-07 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |