| Age | Commit message (Expand) | Author |
| 2000-10-25 | WAL utils defs | Vadim B. Mikheev |
| 2000-10-24 | Create empty file so that CVS sources compile (Vadim can fill in real | Tom Lane |
| 2000-10-24 | WAL misc | Vadim B. Mikheev |
| 2000-10-21 | WAL | Vadim B. Mikheev |
| 2000-10-20 | redo/undo support functions and cleanups. | Vadim B. Mikheev |
| 2000-10-13 | WAL | Vadim B. Mikheev |
| 2000-10-13 | WAL | Vadim B. Mikheev |
| 2000-10-04 | Btree WAL logging. | Vadim B. Mikheev |
| 2000-09-12 | Btree WAL records. | Vadim B. Mikheev |
| 2000-09-07 | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev |
| 2000-08-10 | CREATE btree INDEX takes dead tuples into account when old transactions | Hiroshi Inoue |
| 2000-08-07 | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane |
| 2000-08-04 | Fix tuptoaster bugs induced by making bytea toastable. Durn thing was | Tom Lane |
| 2000-08-03 | Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. | Tom Lane |
| 2000-07-28 | Fix sloppy macro coding (not enough parentheses). | Tom Lane |
| 2000-07-25 | Clean up and document btree code for ordering keys. Neat stuff, | Tom Lane |
| 2000-07-22 | 2nd try for the index tuple toast hack. This time as suggested | Jan Wieck |
| 2000-07-21 | Temporary fix to make TOAST vacuum-safe. All values are forced to be | Jan Wieck |
| 2000-07-21 | Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for | Tom Lane |
| 2000-07-14 | Cleanup of code for creating index entries. Functional indexes with | Tom Lane |
| 2000-07-04 | Make toast-table creation and deletion work somewhat reliably. | Tom Lane |
| 2000-07-04 | misc | Vadim B. Mikheev |
| 2000-07-04 | tuptoaster.h should surely not #include postgres.h. | Tom Lane |
| 2000-07-03 | TOAST | Jan Wieck |
| 2000-07-03 | heap' logging | Vadim B. Mikheev |
| 2000-07-02 | Attached is a new patch which addresses this problem. (oids in | Bruce Momjian |
| 2000-06-30 | Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> | Peter Eisentraut |
| 2000-06-19 | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane |
| 2000-06-18 | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane |
| 2000-06-15 | Clean up #include's. | Bruce Momjian |
| 2000-06-13 | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane |
| 2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian |
| 2000-06-05 | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane |
| 2000-06-02 | heap' xlog records | Vadim B. Mikheev |
| 2000-05-30 | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane |
| 2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
| 2000-05-22 | I am attempting to integrate postgres (v 7.0) with an open source | Bruce Momjian |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 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 |