| Age | Commit message (Expand) | Author |
| 2000-03-17 | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane |
| 2000-03-14 | Cache fmgr lookup data for index's getnext() function in IndexScanDesc, | Tom Lane |
| 2000-02-21 | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane |
| 2000-02-18 | Replace inefficient _bt_invokestrat calls with direct calls to the | Tom Lane |
| 2000-01-31 | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane |
| 2000-01-26 | Add: | Bruce Momjian |
| 2000-01-22 | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane |
| 2000-01-22 | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut |
| 2000-01-10 | Make number of args to a function configurable. | Bruce Momjian |
| 2000-01-10 | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian |
| 1999-12-30 | Repair bugs discussed in pghackers thread of 15 May 1999: creation of a | Tom Lane |
| 1999-12-21 | Added empty TOASTER files and corrected some minor glitches | Jan Wieck |
| 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-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 |