summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
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
2000-07-28Fix sloppy macro coding (not enough parentheses).Tom Lane
2000-07-25Clean up and document btree code for ordering keys. Neat stuff,Tom Lane
2000-07-222nd try for the index tuple toast hack. This time as suggestedJan Wieck
2000-07-21Temporary fix to make TOAST vacuum-safe. All values are forced to beJan Wieck
2000-07-21Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane
2000-07-14Cleanup of code for creating index entries. Functional indexes withTom Lane
2000-07-04Make toast-table creation and deletion work somewhat reliably.Tom Lane
2000-07-04miscVadim B. Mikheev
2000-07-04tuptoaster.h should surely not #include postgres.h.Tom Lane
2000-07-03TOASTJan Wieck
2000-07-03heap' loggingVadim B. Mikheev
2000-07-02Attached is a new patch which addresses this problem. (oids inBruce Momjian
2000-06-30Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut
2000-06-19Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane