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