| Commit message (Expand) | Author | Age | Files | Lines |
* | Change trace_sort to output to the log, rather than the user's terminal. | Bruce Momjian | 2005-10-25 | 1 | -11/+11 |
* | Improve trace_sort code to also show the total memory or disk space used. | Tom Lane | 2005-10-18 | 2 | -5/+37 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 3 | -272/+248 |
* | Add a trace_sort option to help with measuring resource usage of external | Tom Lane | 2005-10-03 | 1 | -1/+81 |
* | Fix typo in comment. | Tom Lane | 2005-09-23 | 1 | -2/+2 |
* | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 1 | -2/+2 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 | 2 | -2/+5 |
* | Use InitFunctionCallInfoData() macro instead of MemSet in performance | Tom Lane | 2005-03-22 | 1 | -6/+2 |
* | Improve performance of fmgr.c calling routines for cases with more than | Tom Lane | 2005-02-02 | 1 | -4/+3 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 3 | -6/+6 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 2 | -10/+10 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 3 | -6/+6 |
* | During btree index build, sort equal-keyed tuples according to their | Tom Lane | 2004-03-17 | 1 | -2/+24 |
* | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 | 2 | -26/+29 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 4 | -4/+4 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -10/+13 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -9/+9 |
* | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 | 1 | -16/+6 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 3 | -6/+6 |
* | pgindent run. | Bruce Momjian | 2003-08-04 | 3 | -28/+29 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 | 3 | -56/+64 |
* | Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). | Tom Lane | 2003-05-13 | 1 | -18/+15 |
* | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 | 1 | -11/+14 |
* | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 2 | -8/+28 |
* | Revise tuplestore and nodeMaterial so that we don't have to read the | Tom Lane | 2003-03-09 | 1 | -145/+170 |
* | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 2 | -12/+6 |
* | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 2 | -6/+12 |
* | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 2 | -12/+6 |
* | Avoid use of inline functions that are not declared static. Needed to | Tom Lane | 2002-10-31 | 1 | -13/+29 |
* | Tweak a few of the most heavily used function call points to zero out | Tom Lane | 2002-10-04 | 1 | -180/+211 |
* | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -3/+3 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 | 1 | -19/+10 |
* | Change memory-space accounting mechanism in tuplesort.c and tuplestore.c | Tom Lane | 2002-08-12 | 2 | -116/+71 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 3 | -6/+6 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -3/+3 |
* | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane | 2002-01-06 | 1 | -1/+2 |
* | Defend against brain-dead QNX implementation of qsort(). | Tom Lane | 2001-11-11 | 1 | -2/+7 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 2 | -12/+11 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 3 | -47/+36 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 1 | -42/+16 |
* | Tweak sorting so that nulls appear at the front of a descending sort | Tom Lane | 2001-06-02 | 1 | -105/+126 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 1 | -25/+208 |
* | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 | 1 | -3/+5 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 2 | -25/+29 |
* | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 | 1 | -1/+2 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 3 | -6/+6 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -6/+6 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -4/+4 |
* | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 2 | -2/+687 |
* | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 1 | -19/+22 |