| Age | Commit message (Expand) | Author |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-01-26 | Add: | Bruce Momjian |
| 2000-01-22 | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut |
| 1999-12-16 | Some changes to prepare for LONG attributes. | Jan Wieck |
| 1999-11-24 | Rename heap_replace to heap_update. | Bruce Momjian |
| 1999-10-11 | The 1st step to implement new type of scan,TidScan. | Hiroshi Inoue |
| 1999-09-18 | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane |
| 1999-07-16 | More cleanup | Bruce Momjian |
| 1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
| 1999-07-10 | heapam.h uses type time_t, but didn't include <time.h>. | Tom Lane |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1998-12-15 | Initial MVCC code. | Vadim B. Mikheev |
| 1998-11-27 | New HeapTuple structure/interface. | Vadim B. Mikheev |
| 1998-10-08 | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian |
| 1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
| 1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
| 1998-08-19 | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian |
| 1998-07-27 | Use Snapshot in heap access methods. | Vadim B. Mikheev |
| 1998-06-15 | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian |
| 1998-06-14 | Make new DISABLE_COMPLEX_MACRO for compilers that can't handle our | Bruce Momjian |
| 1998-03-01 | From: "Billy G. Allie" <[email protected]> | Marc G. Fournier |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
| 1998-02-06 | Update now that attcacheoff initial value is -1 always. | Bruce Momjian |
| 1998-02-01 | Reduce size of inlining. | Bruce Momjian |
| 1998-01-31 | Inline fastgetattr and others so data access does not use function | Bruce Momjian |
| 1998-01-27 | dummyret cleanup | Bruce Momjian |
| 1998-01-27 | Deadlock ceallnup. | Bruce Momjian |
| 1998-01-25 | Somehow the 'comment' here got messed up | Marc G. Fournier |
| 1998-01-24 | Fix prototypes so they don't look like function definitions. | Bruce Momjian |
| 1997-11-20 | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian |
| 1997-11-02 | Good Bye, Time Travel! | Vadim B. Mikheev |
| 1997-10-30 | No more warnings on macros, thanks VAdim. | Bruce Momjian |
| 1997-09-14 | Add mention of heap_getattr() compiler warning. | Bruce Momjian |
| 1997-09-12 | Fix heap_getattr bug I just added. | Bruce Momjian |
| 1997-09-12 | Macro cleanup of heap_getattr. | Bruce Momjian |
| 1997-09-12 | heapattr functions now return a Datum, not char *. | Bruce Momjian |
| 1997-09-08 | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian |
| 1997-09-08 | Add typdefs to pgindent run. | Bruce Momjian |
| 1997-09-08 | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian |
| 1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian |
| 1997-09-04 | Fix conditional casting. | Bruce Momjian |
| 1997-08-29 | heap_getattr fix for aix. | Bruce Momjian |
| 1997-08-27 | heap_delete returns int now (for non-functional deletes). | Vadim B. Mikheev |
| 1997-08-26 | Inlined heap_getattr(). | Bruce Momjian |
| 1997-08-19 | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian |
| 1996-11-10 | All external function definitions now have prototypes that are checked. | Bruce Momjian |
| 1996-11-05 | And another one | Marc G. Fournier |
| 1996-11-03 | More include file cleanups | Marc G. Fournier |
| 1996-10-31 | remove: | Marc G. Fournier |