summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtxlog.c
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane2006-11-011-58/+124
* pgindent run for 8.2.Bruce Momjian2006-10-041-22/+22
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-071-1/+9
* Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane2006-07-251-1/+9
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-2/+2
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-081-1/+5
* Fix an ancient oversight in btree xlog replay. When trying to determine if anTom Lane2006-04-131-43/+63
* Remove the 'slow' path for btree index build, which built the btreeTom Lane2006-04-011-27/+1
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-38/+32
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-291-155/+129
* Repair longstanding error in btree xlog replay: XLogReadBuffer should beTom Lane2006-03-281-3/+3
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-21/+21
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Remove the no-longer-useful BTItem/BTItemData level of structure, andTom Lane2006-01-251-12/+12
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-181-3/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-10/+10
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-212/+95
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-021-1/+8
* Create a routine PageIndexMultiDelete() that replaces a loop aroundTom Lane2005-03-221-7/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-211-12/+12
* Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, andTom Lane2004-07-111-44/+1
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-12/+15
* Adjust btree index build to not use shared buffers, thereby avoiding theTom Lane2004-06-021-32/+10
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-2/+2
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-3/+3
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-141-21/+53
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Adjust btree index build procedure so that the btree metapage looksTom Lane2003-09-291-10/+32
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-119/+105
* Adjust btbulkdelete logic so that only one WAL record is issued whileTom Lane2003-02-231-7/+20
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-231-3/+172
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-211-0/+780