| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 2 | -408/+491 |
| * | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 | 2 | -4/+4 |
| * | Small performance improvement in comparetup_heap. | Tom Lane | 2000-03-01 | 1 | -9/+5 |
| * | Replace inefficient _bt_invokestrat calls with direct calls to the | Tom Lane | 2000-02-18 | 1 | -30/+49 |
| * | Add: | Bruce Momjian | 2000-01-26 | 2 | -4/+6 |
| * | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 1 | -2/+3 |
| * | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 | 1 | -2/+2 |
| * | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 | 1 | -3/+260 |
| * | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 | 1 | -2/+2 |
| * | Further performance improvements in sorting: reduce number of comparisons | Tom Lane | 1999-10-30 | 1 | -185/+417 |
| * | Remove now-dead sort modules. | Tom Lane | 1999-10-17 | 2 | -1380/+0 |
| * | Final stage of psort reconstruction work: replace psort.c with | Tom Lane | 1999-10-17 | 3 | -6/+1471 |
| * | Second phase of psort reconstruction project: add bookkeeping logic to | Tom Lane | 1999-10-16 | 3 | -240/+1137 |
| * | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane | 1999-10-13 | 1 | -55/+57 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 2 | -6/+2 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 2 | -4/+4 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 2 | -17/+2 |
| * | Fix tuplecmp() to ensure repeatable sort ordering of tuples | Tom Lane | 1999-07-10 | 1 | -24/+32 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -7/+7 |