Commits

DateSubjectAuthorReleases
2018-02-06 Doc: move info for btree opclass implementors into main documentation. Tom Lane 11.0
2014-02-05 Remove unnecessary relcache flushes after changing btree metapages. Tom Lane 9.4.0
2010-02-08 Remove old-style VACUUM FULL (which was known for a little while as Tom Lane 9.0.0
2007-09-12 Redefine the lp_flags field of item pointers as having four states, rather Tom Lane 8.3.0
2007-01-12 Add some notes about the basic mathematical laws that the system presumes Tom Lane 8.3.0
2007-01-09 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST Tom Lane 8.3.0
2006-12-28 Fix up btree's initial scankey processing to be able to detect redundant Tom Lane 8.3.0
2006-11-01 Fix "failed to re-find parent key" btree VACUUM failure by tweaking Tom Lane 7.4.15
2006-11-01 Fix "failed to re-find parent key" btree VACUUM failure by tweaking Tom Lane 8.0.10
2006-11-01 Fix "failed to re-find parent key" btree VACUUM failure by tweaking Tom Lane 8.1.6
2006-11-01 Fix "failed to re-find parent key" btree VACUUM failure by revising page Tom Lane 8.2.0
2006-07-25 Modify btree to delete known-dead index entries without an actual VACUUM. Tom Lane 8.2.0
2006-05-08 Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations Tom Lane 8.2.0
2006-05-07 Rewrite btree index scans to work a page at a time in all cases (both Tom Lane 8.2.0
2006-04-25 Arrange to cache btree metapage data in the relcache entry for the index, Tom Lane 8.2.0
2006-01-17 Improve comments about btree's use of ScanKey data structures: there Tom Lane 8.2.0
2003-02-21 Make btree index structure adjustments and WAL logging changes needed to Tom Lane 7.4.1
2002-10-20 Fix potential problem with btbulkdelete deleting an indexscan's current Tom Lane 7.3.1
2001-07-15 Restructure index AM interface for index building and index tuple deletion, Tom Lane 7.2.1
2000-07-25 Add commentary about varying usage of scankeys in btree code. Tom Lane 7.1.1
2000-07-21 Further cleanup of btbuild (CREATE INDEX). Avoid storing unneeded Tom Lane 7.1.1
2000-07-21 Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for Tom Lane 7.1.1