aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/nbtree.h
Commit message (Expand)AuthorAge
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs2010-03-28
* Further corrections of mismatching struct and btree SizeOf macros.Simon Riggs2010-03-20
* Fix oversight in btpo.xact patch; it was in fact installing garbageTom Lane2010-03-19
* Reset btpo.xact following recovery of btree delete page. Add btpo_xactSimon Riggs2010-03-19
* pgindent run for 9.0Bruce Momjian2010-02-26
* Introduce WAL records to log reuse of btree pages, allowing conflictSimon Riggs2010-02-13
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE.Heikki Linnakangas2008-12-30
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.Alvaro Herrera2008-06-06
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-16
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Repair still another bug in the btree page split WAL reduction patch:Tom Lane2007-11-16
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Code review for btree page split WAL reduction patch. Make it actually workTom Lane2007-04-11
* Minor tweaking of index special-space definitions so that the variousTom Lane2007-04-09
* Reduce WAL activity for page splits:Bruce Momjian2007-02-08
* Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane2007-02-05
* Refactor the index AM API slightly: move currentItemData andNeil Conway2007-01-20
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane2006-11-01
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Optimize the case where a btree indexscan has current and mark positionsTom Lane2006-08-24
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-07
* Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane2006-07-25
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-11
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-08
* Rewrite btree index scans to work a page at a time in all cases (bothTom Lane2006-05-07
* Fix an ancient oversight in btree xlog replay. When trying to determine if anTom Lane2006-04-13
* Remove the 'slow' path for btree index build, which built the btreeTom Lane2006-04-01
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-31
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-24
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Remove the no-longer-useful BTItem/BTItemData level of structure, andTom Lane2006-01-25
* Instead of using a numberOfRequiredKeys count to distinguish requiredTom Lane2006-01-23
* Push the responsibility for handling ignore_killed_tuples down intoTom Lane2005-12-07