| Age | Commit message (Expand) | Author |
| 1999-11-24 | Rename heap_replace to heap_update. | Bruce Momjian |
| 1999-10-23 | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane |
| 1999-10-17 | Final stage of psort reconstruction work: replace psort.c with | Tom Lane |
| 1999-10-11 | The 1st step to implement new type of scan,TidScan. | Hiroshi Inoue |
| 1999-10-03 | Reimplement parsing and storage of default expressions and constraint | Tom Lane |
| 1999-09-27 | Transaction log manager core code. | Vadim B. Mikheev |
| 1999-09-18 | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane |
| 1999-08-08 | Fix nbtree's failure to clear BTScans list during xact abort. | Tom Lane |
| 1999-07-19 | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian |
| 1999-07-16 | More cleanup | Bruce Momjian |
| 1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
| 1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
| 1999-07-14 | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian |
| 1999-07-12 | readd include for safety. | Bruce Momjian |
| 1999-07-10 | heapam.h uses type time_t, but didn't include <time.h>. | Tom Lane |
| 1999-07-04 | Align cleanup. | Bruce Momjian |
| 1999-07-04 | More alignment | Bruce Momjian |
| 1999-07-04 | Clarify maximum tuple and max attribute lengths. | Bruce Momjian |
| 1999-07-03 | More cleanup | Bruce Momjian |
| 1999-07-03 | Fix to prevent too large tuple from being created. | Bruce Momjian |
| 1999-06-10 | 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!") | Vadim B. Mikheev |
| 1999-05-26 | Make functions static or NOT_USED as appropriate. | Bruce Momjian |
| 1999-05-25 | Another pgindent run. Sorry folks. | Bruce Momjian |
| 1999-05-25 | Make 0x007f -> (unsigned)0x7f to make pgindent happy. | Bruce Momjian |
| 1999-05-25 | Get rid of page-level locking in btree-s. | Vadim B. Mikheev |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |
| 1999-04-15 | Declare hashint8(). | Thomas G. Lockhart |
| 1999-03-28 | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev |
| 1999-03-25 | Clean up att_align calculations so that XXXALIGN macros | Tom Lane |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1999-01-27 | Another SELECT speedup: extract OIDs of column print functions | Tom Lane |
| 1999-01-24 | Replace typtoout() and gettypelem() with a single routine, | Tom Lane |
| 1998-12-18 | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev |
| 1998-12-16 | Serialized mode works! | Vadim B. Mikheev |
| 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-10-06 | Substantial rewrite of async.c to avoid problems with non-reentrant stdio | Tom Lane |
| 1998-10-04 | hash.h's use of BSHIFT conflicts with <sys/param.h> on my | Tom Lane |
| 1998-09-08 | Fix for macro for AIX. | Bruce Momjian |
| 1998-09-07 | Alignment cleanup so no more massive switch statements for alignment, | 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-08-11 | index strategy cleanup | Bruce Momjian |
| 1998-07-30 | Fix scan adjustment. | Vadim B. Mikheev |
| 1998-07-27 | Use Snapshot in heap access methods. | Vadim B. Mikheev |
| 1998-07-21 | VariableCache (next XID generator) is placed in shmem. | Vadim B. Mikheev |
| 1998-07-12 | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian |
| 1998-06-15 | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian |