summaryrefslogtreecommitdiff
path: root/src/include/access/nbtree.h
AgeCommit message (Expand)Author
2008-06-06Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.Alvaro Herrera
2008-04-16Repair two places where SIGTERM exit could leave shared memory stateTom Lane
2008-04-10Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-16Repair still another bug in the btree page split WAL reduction patch:Tom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-04-11Code review for btree page split WAL reduction patch. Make it actually workTom Lane
2007-04-09Minor tweaking of index special-space definitions so that the variousTom Lane
2007-02-08Reduce WAL activity for page splits:Bruce Momjian
2007-02-05Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane
2007-01-20Refactor the index AM API slightly: move currentItemData andNeil Conway
2007-01-09Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-01Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-24Optimize the case where a btree indexscan has current and mark positionsTom Lane
2006-08-07Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane
2006-07-25Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane
2006-07-11Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane
2006-07-03Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane
2006-07-02Add FILLFACTOR to CREATE INDEX.Bruce Momjian
2006-05-08Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane
2006-05-07Rewrite btree index scans to work a page at a time in all cases (bothTom Lane
2006-04-13Fix an ancient oversight in btree xlog replay. When trying to determine if anTom Lane
2006-04-01Remove the 'slow' path for btree index build, which built the btreeTom Lane
2006-03-31Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane
2006-03-24Arrange to emit a description of the current XLOG record as error contextTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-25Remove the no-longer-useful BTItem/BTItemData level of structure, andTom Lane
2006-01-23Instead of using a numberOfRequiredKeys count to distinguish requiredTom Lane
2005-12-07Push the responsibility for handling ignore_killed_tuples down intoTom Lane
2005-11-06Add defenses to btree and hash index AMs to do simple sanity checksTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-06Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane
2005-03-27First steps towards index scans with heap access decoupled from indexTom Lane
2005-03-21Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-17Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane
2004-07-11Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, andTom Lane
2004-06-02Adjust btree index build to not use shared buffers, thereby avoiding theTom Lane
2004-04-21Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2003-12-21Improve btree's initial-positioning-strategy code so that we never needTom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-09-29Adjust btree index build procedure so that the btree metapage looksTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian