| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 | 1 | -1/+2 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 1 | -4/+1 |
| * | Re-order pg_listener index so it can later be used in an index scan. | Bruce Momjian | 2000-06-07 | 1 | -24/+9 |
| * | New ps display code, works on more platforms. | Peter Eisentraut | 2000-06-04 | 1 | -3/+3 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 1 | -20/+44 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -1/+2 |
| * | Finally fix LISTEN problem. | Bruce Momjian | 2000-05-14 | 1 | -1/+10 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -7/+10 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 1 | -2/+2 |
| * | Rename heap_replace to heap_update. | Bruce Momjian | 1999-11-24 | 1 | -3/+3 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -3/+18 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -55/+38 |
| * | configure cleanup | Bruce Momjian | 1999-07-18 | 1 | -3/+1 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -3/+3 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -3/+3 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -7/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -82/+114 |
| * | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane | 1999-04-25 | 1 | -2/+2 |
| * | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 | 1 | -4/+8 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -13/+13 |
| * | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 | 1 | -15/+15 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -6/+6 |
| * | Substantial rewrite of async.c to avoid problems with non-reentrant stdio | Tom Lane | 1998-10-06 | 1 | -473/+575 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -37/+39 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -6/+6 |
| * | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-30 | 1 | -99/+226 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -30/+23 |
| * | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 | 1 | -5/+5 |
| * | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier | 1998-07-09 | 1 | -6/+6 |
| * | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian | 1998-06-27 | 1 | -2/+2 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -11/+1 |
| * | What I've done: | Bruce Momjian | 1998-05-06 | 1 | -10/+3 |
| * | This patch... | Bruce Momjian | 1998-04-27 | 1 | -24/+23 |
| * | remove the call to port-protos.h ... | Marc G. Fournier | 1998-04-01 | 1 | -5/+1 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -4/+4 |
| * | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 | 1 | -7/+7 |
| * | getpid/pid cleanup | Bruce Momjian | 1998-01-25 | 1 | -11/+7 |
| * | Makefile cleaned up | Marc G. Fournier | 1997-12-17 | 1 | -2/+4 |
| * | Add VARHDRSZ where needed. Many places just used 4. | Bruce Momjian | 1997-12-06 | 1 | -2/+2 |
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 1 | -5/+5 |
| * | Remove NOT_USED for Massimo. | Bruce Momjian | 1997-11-05 | 1 | -3/+3 |
| * | Fix for compile warning, from Ernst Molitor. | Bruce Momjian | 1997-10-30 | 1 | -2/+2 |
| * | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 | 1 | -2/+2 |
| * | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 | 1 | -12/+12 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -65/+65 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -396/+435 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -4/+7 |