aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* 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
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-03
* Fix sloppy macro coding (not enough parentheses).Tom Lane2000-07-28
* Clean up and document btree code for ordering keys. Neat stuff,Tom Lane2000-07-25
* 2nd try for the index tuple toast hack. This time as suggestedJan Wieck2000-07-22
* Temporary fix to make TOAST vacuum-safe. All values are forced to beJan Wieck2000-07-21
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-21
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-04
* miscVadim B. Mikheev2000-07-04
* tuptoaster.h should surely not #include postgres.h.Tom Lane2000-07-04