aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtree.c
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* 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
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-06
* Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at theTom Lane2009-05-05
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Update copyright for 2009.Bruce Momjian2009-01-01
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Prevent synchronous scan during GIN index build, because GIN is optimizedTom Lane2008-11-13
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31
* Index FSMs needs to be vacuumed as well. Report by Jeff Davis.Heikki Linnakangas2008-10-06
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-16
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-13
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-30
* 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
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-21
* Optimize the case where a btree indexscan has current and mark positionsTom Lane2006-08-24
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-10
* 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
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-25
* 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
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Move btbulkdelete's vacuum_delay_point() call to a place in the loop whereTom Lane2006-02-14
* Actually there's a better way to do this, which is to count tuplesTom Lane2006-02-12
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-11
* Revert based on Tom's recommendation:Bruce Momjian2006-02-11
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-11
* Remove the no-longer-useful BTItem/BTItemData level of structure, andTom Lane2006-01-25
* Push the responsibility for handling ignore_killed_tuples down intoTom Lane2005-12-07
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-06
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-02
* This patch refactors away some duplicated code in the index AM buildNeil Conway2005-05-11
* Repair very-low-probability race condition between relation extensionTom Lane2005-05-07
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-27