aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* Repair race condition introduced into heap_update() in 7.1 ---Tom Lane2001-05-16
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-14
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Improve comments for xlog item size #defines.Tom Lane2001-03-25
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane2001-03-18
* Support syncing WAL log to disk using either fsync(), fdatasync(),Tom Lane2001-03-16
* Change xlog page-header format to include StartUpID. Use the SUI toTom Lane2001-03-13
* XLOG (and related) changes:Tom Lane2001-03-13
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-26
* More comment improvements.Bruce Momjian2001-02-22
* Clean up index/btree comments/macros, as approved.Bruce Momjian2001-02-22
* Comment improvements.Bruce Momjian2001-02-21
* Although we can't support out-of-line TOAST storage in indexes (yet),Tom Lane2001-02-15
* Macro for btree runtime fix.Vadim B. Mikheev2001-02-07
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* 1. WAL needs in zero-ed content of newly initialized page.Vadim B. Mikheev2000-12-30
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-18
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-03
* Make tuple receive/print routines TOAST-aware. Formerly, printtup wouldTom Lane2000-12-01
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-30
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-30
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-25
* Put external declarations into header files.Peter Eisentraut2000-11-21
* Minor cleanup of tableOid-related coding.Tom Lane2000-11-14
* Clean up comments.Tom Lane2000-11-14
* New CHECKPOINT command.Vadim B. Mikheev2000-11-05
* pg_variable is not used in WAL version now.Vadim B. Mikheev2000-11-03
* Fix insufficiently-parenthesized macro definitions.Tom Lane2000-11-02
* WALVadim B. Mikheev2000-10-28
* WAL utils defsVadim B. Mikheev2000-10-25
* Create empty file so that CVS sources compile (Vadim can fill in realTom Lane2000-10-24
* WAL miscVadim B. Mikheev2000-10-24
* WALVadim B. Mikheev2000-10-21
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* WALVadim B. Mikheev2000-10-13
* WALVadim B. Mikheev2000-10-13
* Btree WAL logging.Vadim B. Mikheev2000-10-04
* Btree WAL records.Vadim B. Mikheev2000-09-12
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-07
* CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue2000-08-10
* TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane2000-08-07
* Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane2000-08-04