| Commit message (Expand) | Author | Age |
* | Fix unportable assumptions about alignment of local char[n] variables. | Tom Lane | 2001-03-25 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 |
* | Back out patch for BLOB operations until approval. | Bruce Momjian | 2001-01-21 |
* | Hello, | Bruce Momjian | 2001-01-21 |
* | Improve inv_getsize() per suggestion from Denis Perchine; also fix | Tom Lane | 2000-11-02 |
* | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane | 2000-10-24 |
* | BACKED OUT. | Bruce Momjian | 2000-10-22 |
* | here it is as requested by Bruce. | Bruce Momjian | 2000-10-21 |
* | Back out: | Bruce Momjian | 2000-10-08 |
* | Hello, | Bruce Momjian | 2000-10-08 |
* | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 |
* | Make toast-table creation and deletion work somewhat reliably. | Tom Lane | 2000-07-04 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane | 2000-06-17 |
* | Repair Large Object bugs demonstrated by Ian Grant's example. inv_write | Tom Lane | 2000-06-15 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Fix relcache refcount leakage when inv_drop is applied | Tom Lane | 2000-04-08 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Repair bugs discussed in pghackers thread of 15 May 1999: creation of a | Tom Lane | 1999-12-30 |
* | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 |
* | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 |
* | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane | 1999-10-13 |
* | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 |
* | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian | 1999-07-19 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 |
* | Done. | Bruce Momjian | 1999-03-14 |
* | Ok. I found an align problem in lobj that might not appear other than | Bruce Momjian | 1999-02-22 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Large object write-into-middle fix from Tatsuo Ishii. | Bruce Momjian | 1999-02-04 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 |
* | The following patch finishes primary key support. Previously, when | Bruce Momjian | 1999-01-21 |
* | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 |
* | Fix for lo_import crash. | Bruce Momjian | 1998-12-13 |
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
* | Fix for double free from Tatsuo Ishii | Bruce Momjian | 1998-10-06 |
* | offsetof cleanup. | Bruce Momjian | 1998-09-04 |
* | t_bits alignment fix from Tatsuo Ishii | Bruce Momjian | 1998-09-04 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |