| Age | Commit message (Expand) | Author |
| 2001-05-14 | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian |
| 2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
| 2001-03-25 | Improve comments for xlog item size #defines. | Tom Lane |
| 2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-03-18 | Remove NEXTXID xlog record type to avoid three-way deadlock risk. | Tom Lane |
| 2001-03-16 | Support syncing WAL log to disk using either fsync(), fdatasync(), | Tom Lane |
| 2001-03-13 | Change xlog page-header format to include StartUpID. Use the SUI to | Tom Lane |
| 2001-03-13 | XLOG (and related) changes: | Tom Lane |
| 2001-02-26 | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane |
| 2001-02-22 | More comment improvements. | Bruce Momjian |
| 2001-02-22 | Clean up index/btree comments/macros, as approved. | Bruce Momjian |
| 2001-02-21 | Comment improvements. | Bruce Momjian |
| 2001-02-15 | Although we can't support out-of-line TOAST storage in indexes (yet), | Tom Lane |
| 2001-02-07 | Macro for btree runtime fix. | Vadim B. Mikheev |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-23 | Fix all the places that called heap_update() and heap_delete() without | Tom Lane |
| 2001-01-14 | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane |
| 2001-01-12 | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane |
| 2000-12-30 | 1. WAL needs in zero-ed content of newly initialized page. | Vadim B. Mikheev |
| 2000-12-28 | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev |
| 2000-12-27 | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane |
| 2000-12-18 | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane |
| 2000-12-03 | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev |
| 2000-12-01 | Make tuple receive/print routines TOAST-aware. Formerly, printtup would | Tom Lane |
| 2000-11-30 | Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that | Tom Lane |
| 2000-11-30 | No more #ifdef XLOG. | Vadim B. Mikheev |
| 2000-11-30 | XLOG stuff for sequences. | Vadim B. Mikheev |
| 2000-11-25 | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane |
| 2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
| 2000-11-14 | Minor cleanup of tableOid-related coding. | Tom Lane |
| 2000-11-14 | Clean up comments. | Tom Lane |
| 2000-11-05 | New CHECKPOINT command. | Vadim B. Mikheev |
| 2000-11-03 | pg_variable is not used in WAL version now. | Vadim B. Mikheev |
| 2000-11-02 | Fix insufficiently-parenthesized macro definitions. | Tom Lane |
| 2000-10-28 | WAL | Vadim B. Mikheev |
| 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 |