summaryrefslogtreecommitdiff
path: root/src/include/access/nbtree.h
Commit message (Expand)AuthorAgeFilesLines
* Support unlogged tables.Robert Haas2010-12-291-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0, second runBruce Momjian2010-07-061-5/+6
* Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs2010-03-281-12/+13
* Further corrections of mismatching struct and btree SizeOf macros.Simon Riggs2010-03-201-3/+1
* Fix oversight in btpo.xact patch; it was in fact installing garbageTom Lane2010-03-191-2/+2
* Reset btpo.xact following recovery of btree delete page. Add btpo_xactSimon Riggs2010-03-191-2/+3
* pgindent run for 9.0Bruce Momjian2010-02-261-9/+11
* Introduce WAL records to log reuse of btree pages, allowing conflictSimon Riggs2010-02-131-1/+14
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-3/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-5/+44
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-3/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE.Heikki Linnakangas2008-12-301-2/+2
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-131-5/+2
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-2/+2
* Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.Alvaro Herrera2008-06-061-1/+2
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-161-1/+2
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-101-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Repair still another bug in the btree page split WAL reduction patch:Tom Lane2007-11-161-1/+8
* pgindent run for 8.3.Bruce Momjian2007-11-151-10/+10
* Code review for btree page split WAL reduction patch. Make it actually workTom Lane2007-04-111-19/+24
* Minor tweaking of index special-space definitions so that the variousTom Lane2007-04-091-3/+12
* Reduce WAL activity for page splits:Bruce Momjian2007-02-081-11/+16
* Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane2007-02-051-4/+9
* Refactor the index AM API slightly: move currentItemData andNeil Conway2007-01-201-4/+1
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-3/+11
* 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-3/+7
* pgindent run for 8.2.Bruce Momjian2006-10-041-21/+21
* Optimize the case where a btree indexscan has current and mark positionsTom Lane2006-08-241-1/+10
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-071-1/+2
* Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane2006-07-251-1/+3
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-111-4/+8
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-2/+9
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+2
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-081-1/+22
* Rewrite btree index scans to work a page at a time in all cases (bothTom Lane2006-05-071-17/+69
* Fix an ancient oversight in btree xlog replay. When trying to determine if anTom Lane2006-04-131-1/+2
* Remove the 'slow' path for btree index build, which built the btreeTom Lane2006-04-011-15/+1
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-3/+1
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-2/+2
* 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-39/+19
* Instead of using a numberOfRequiredKeys count to distinguish requiredTom Lane2006-01-231-9/+13
* Push the responsibility for handling ignore_killed_tuples down intoTom Lane2005-12-071-3/+4
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-061-1/+2