aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/README
Commit message (Expand)AuthorAge
* Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesSimon Riggs2016-04-03
* Avoid pin scan for replay of XLOG_BTREE_VACUUMSimon Riggs2016-01-09
* Fix typos in commentsMagnus Hagander2015-05-17
* Remove duplicated word in READMEAlvaro Herrera2015-04-13
* Reduce pinning and buffer content locking for btree scans.Kevin Grittner2015-03-25
* Add a few paragraphs to B-tree README explaining L&Y algorithm.Heikki Linnakangas2014-11-24
* Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas2014-03-18
* Fix race condition in B-tree page deletion.Heikki Linnakangas2014-03-14
* Remove unnecessary relcache flushes after changing btree metapages.Tom Lane2014-02-05
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* Additional spelling correctionsStephen Frost2013-06-03
* Avoid early reuse of btree pages, causing incorrect query results.Simon Riggs2012-06-01
* Lots of doc corrections.Robert Haas2012-04-23
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* More README src cleanups.Bruce Momjian2008-03-21
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-20
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Add some notes about the basic mathematical laws that the system presumesTom Lane2007-01-12
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Fix up btree's initial scankey processing to be able to detect redundantTom Lane2006-12-28
* Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane2006-11-01
* Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane2006-07-25
* 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
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-25
* Improve comments about btree's use of ScanKey data structures: thereTom Lane2006-01-17
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-21
* Fix potential problem with btbulkdelete deleting an indexscan's currentTom Lane2002-10-20
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Add commentary about varying usage of scankeys in btree code.Tom Lane2000-07-25
* Further cleanup of btbuild (CREATE INDEX). Avoid storing unneededTom Lane2000-07-21
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-21
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09