summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtree.c
Commit message (Expand)AuthorAgeFilesLines
* Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs2010-03-281-3/+3
* pgindent run for 9.0Bruce Momjian2010-02-261-26/+28
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-42/+7
* 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-3/+63
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-4/+5
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-5/+4
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-061-4/+6
* Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at theTom Lane2009-05-051-4/+1
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-241-1/+5
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-191-5/+2
* Prevent synchronous scan during GIN index build, because GIN is optimizedTom Lane2008-11-131-2/+2
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-311-2/+3
* Index FSMs needs to be vacuumed as well. Report by Jeff Davis.Heikki Linnakangas2008-10-061-1/+4
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-55/+25
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-161-11/+6
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-131-1/+4
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-101-33/+22
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-3/+4
* 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-5/+4
* pgindent run for 8.2.Bruce Momjian2006-10-041-77/+75
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-211-5/+11
* Optimize the case where a btree indexscan has current and mark positionsTom Lane2006-08-241-24/+39
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-101-14/+14
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-081-222/+387
* Rewrite btree index scans to work a page at a time in all cases (bothTom Lane2006-05-071-226/+93
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-021-24/+18
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-251-1/+13
* Remove the 'slow' path for btree index build, which built the btreeTom Lane2006-04-011-51/+22
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-11/+6
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Move btbulkdelete's vacuum_delay_point() call to a place in the loop whereTom Lane2006-02-141-3/+7
* Actually there's a better way to do this, which is to count tuplesTom Lane2006-02-121-25/+13
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-111-2/+23
* Revert based on Tom's recommendation:Bruce Momjian2006-02-111-16/+5
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-111-5/+16
* Remove the no-longer-useful BTItem/BTItemData level of structure, andTom Lane2006-01-251-19/+12
* Push the responsibility for handling ignore_killed_tuples down intoTom Lane2005-12-071-38/+3
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-061-4/+12
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-91/+89
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-021-2/+2
* This patch refactors away some duplicated code in the index AM buildNeil Conway2005-05-111-22/+3
* Repair very-low-probability race condition between relation extensionTom Lane2005-05-071-1/+25
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-1/+2