| Commit message (Expand) | Author | Age |
* | Repair race condition introduced into heap_update() in 7.1 --- | Tom Lane | 2001-05-16 |
* | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian | 2001-05-14 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Improve comments for xlog item size #defines. | Tom Lane | 2001-03-25 |
* | 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-22 |
* | Remove NEXTXID xlog record type to avoid three-way deadlock risk. | Tom Lane | 2001-03-18 |
* | Support syncing WAL log to disk using either fsync(), fdatasync(), | Tom Lane | 2001-03-16 |
* | Change xlog page-header format to include StartUpID. Use the SUI to | Tom Lane | 2001-03-13 |
* | XLOG (and related) changes: | Tom Lane | 2001-03-13 |
* | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane | 2001-02-26 |
* | More comment improvements. | Bruce Momjian | 2001-02-22 |
* | Clean up index/btree comments/macros, as approved. | Bruce Momjian | 2001-02-22 |
* | Comment improvements. | Bruce Momjian | 2001-02-21 |
* | Although we can't support out-of-line TOAST storage in indexes (yet), | Tom Lane | 2001-02-15 |
* | Macro for btree runtime fix. | Vadim B. Mikheev | 2001-02-07 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 |
* | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 |
* | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 |
* | 1. WAL needs in zero-ed content of newly initialized page. | Vadim B. Mikheev | 2000-12-30 |
* | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 |
* | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 |
* | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane | 2000-12-18 |
* | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev | 2000-12-03 |
* | Make tuple receive/print routines TOAST-aware. Formerly, printtup would | Tom Lane | 2000-12-01 |
* | 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-30 |
* | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane | 2000-11-25 |
* | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 |
* | Minor cleanup of tableOid-related coding. | Tom Lane | 2000-11-14 |
* | Clean up comments. | Tom Lane | 2000-11-14 |
* | New CHECKPOINT command. | Vadim B. Mikheev | 2000-11-05 |
* | pg_variable is not used in WAL version now. | Vadim B. Mikheev | 2000-11-03 |
* | Fix insufficiently-parenthesized macro definitions. | Tom Lane | 2000-11-02 |
* | WAL | Vadim B. Mikheev | 2000-10-28 |
* | WAL utils defs | Vadim B. Mikheev | 2000-10-25 |
* | 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-24 |
* | WAL | Vadim B. Mikheev | 2000-10-21 |
* | redo/undo support functions and cleanups. | Vadim B. Mikheev | 2000-10-20 |
* | WAL | Vadim B. Mikheev | 2000-10-13 |
* | WAL | Vadim B. Mikheev | 2000-10-13 |
* | Btree WAL logging. | Vadim B. Mikheev | 2000-10-04 |
* | Btree WAL records. | Vadim B. Mikheev | 2000-09-12 |
* | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev | 2000-09-07 |
* | CREATE btree INDEX takes dead tuples into account when old transactions | Hiroshi Inoue | 2000-08-10 |
* | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane | 2000-08-07 |
* | Fix tuptoaster bugs induced by making bytea toastable. Durn thing was | Tom Lane | 2000-08-04 |