| Commit message (Expand) | Author | Age | Files | Lines |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -7/+5 |
* | Cleanup some minor oversights in optional-OIDs stuff. | Tom Lane | 2001-08-10 | 1 | -2/+2 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 1 | -4/+4 |
* | Fix unportable assumptions about alignment of local char[n] variables. | Tom Lane | 2001-03-25 | 1 | -7/+10 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -71/+90 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -2/+3 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 | 1 | -2/+2 |
* | Back out patch for BLOB operations until approval. | Bruce Momjian | 2001-01-21 | 1 | -25/+1 |
* | Hello, | Bruce Momjian | 2001-01-21 | 1 | -1/+25 |
* | Improve inv_getsize() per suggestion from Denis Perchine; also fix | Tom Lane | 2000-11-02 | 1 | -11/+16 |
* | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane | 2000-10-24 | 1 | -1102/+387 |
* | BACKED OUT. | Bruce Momjian | 2000-10-22 | 1 | -322/+1073 |
* | here it is as requested by Bruce. | Bruce Momjian | 2000-10-21 | 1 | -1073/+322 |
* | Back out: | Bruce Momjian | 2000-10-08 | 1 | -5/+9 |
* | Hello, | Bruce Momjian | 2000-10-08 | 1 | -9/+5 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -4/+4 |
* | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 1 | -16/+16 |
* | Make toast-table creation and deletion work somewhat reliably. | Tom Lane | 2000-07-04 | 1 | -4/+5 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -2/+2 |
* | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane | 2000-06-17 | 1 | -2/+2 |
* | Repair Large Object bugs demonstrated by Ian Grant's example. inv_write | Tom Lane | 2000-06-15 | 1 | -23/+33 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -2/+3 |
* | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -1/+2 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -2/+3 |
* | Fix relcache refcount leakage when inv_drop is applied | Tom Lane | 2000-04-08 | 1 | -3/+13 |
* | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
* | Repair bugs discussed in pghackers thread of 15 May 1999: creation of a | Tom Lane | 1999-12-30 | 1 | -5/+1 |
* | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 1 | -3/+5 |
* | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 | 1 | -2/+2 |
* | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 | 1 | -3/+3 |
* | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 | 1 | -2/+2 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -3/+3 |
* | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane | 1999-10-13 | 1 | -1/+16 |
* | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -14/+14 |
* | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian | 1999-07-19 | 1 | -5/+5 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -5/+5 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -15/+1 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -33/+39 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -3/+3 |
* | Done. | Bruce Momjian | 1999-03-14 | 1 | -15/+32 |
* | Ok. I found an align problem in lobj that might not appear other than | Bruce Momjian | 1999-02-22 | 1 | -2/+3 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -3/+3 |
* | Large object write-into-middle fix from Tatsuo Ishii. | Bruce Momjian | 1999-02-04 | 1 | -2/+8 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -5/+3 |
* | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -10/+5 |
* | The following patch finishes primary key support. Previously, when | Bruce Momjian | 1999-01-21 | 1 | -2/+2 |