summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/README
AgeCommit message (Expand)Author
2010-02-08Remove old-style VACUUM FULL (which was known for a little while asTom Lane
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2008-03-21More README src cleanups.Bruce Momjian
2008-03-20Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian
2007-09-12Redefine the lp_flags field of item pointers as having four states, ratherTom Lane
2007-01-12Add some notes about the basic mathematical laws that the system presumesTom Lane
2007-01-09Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane
2006-12-28Fix up btree's initial scankey processing to be able to detect redundantTom Lane
2006-11-01Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane
2006-07-25Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane
2006-05-08Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane
2006-05-07Rewrite btree index scans to work a page at a time in all cases (bothTom Lane
2006-04-25Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane
2006-01-17Improve comments about btree's use of ScanKey data structures: thereTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-02-21Make btree index structure adjustments and WAL logging changes needed toTom Lane
2002-10-20Fix potential problem with btbulkdelete deleting an indexscan's currentTom Lane
2001-07-15Restructure index AM interface for index building and index tuple deletion,Tom Lane
2000-07-25Add commentary about varying usage of scankeys in btree code.Tom Lane
2000-07-21Further cleanup of btbuild (CREATE INDEX). Avoid storing unneededTom Lane
2000-07-21Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane
1996-07-09Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier