]> granicus.if.org Git - postgresql/history - src/backend/access/nbtree/README
Make heap TID a tiebreaker nbtree index column.
[postgresql] / src / backend / access / nbtree / README
2019-03-20 Peter GeogheganMake heap TID a tiebreaker nbtree index column.
2019-03-20 Peter GeogheganRefactor nbtree insertion scankeys.
2019-03-05 Peter GeogheganNote case where nbtree VACUUM finishes splits.
2018-04-10 Andrew DunstanAdjustments to the btree fastpath optimization.
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-02-06 Tom LaneDoc: move info for btree opclass implementors into...
2016-11-17 Alvaro HerreraAvoid pin scan for replay of XLOG_BTREE_VACUUM in all...
2016-04-03 Simon RiggsAvoid pin scan for replay of XLOG_BTREE_VACUUM in all...
2016-01-09 Simon RiggsAvoid pin scan for replay of XLOG_BTREE_VACUUM
2015-05-17 Magnus HaganderFix typos in comments
2015-04-13 Alvaro HerreraRemove duplicated word in README
2015-03-25 Kevin GrittnerReduce pinning and buffer content locking for btree...
2014-11-24 Heikki LinnakangasAdd a few paragraphs to B-tree README explaining L...
2014-03-18 Heikki LinnakangasMake the handling of interrupted B-tree page splits...
2014-03-14 Heikki LinnakangasFix race condition in B-tree page deletion.
2014-02-05 Tom LaneRemove unnecessary relcache flushes after changing...
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-03 Stephen FrostAdditional spelling corrections
2012-06-01 Simon RiggsAvoid early reuse of btree pages, causing incorrect...
2012-04-24 Robert HaasLots of doc corrections.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-01-12 Tom LaneAdd some notes about the basic mathematical laws that...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2006-12-28 Tom LaneFix up btree's initial scankey processing to be able...
2006-11-01 Tom LaneFix "failed to re-find parent key" btree VACUUM failure...
2006-07-25 Tom LaneModify btree to delete known-dead index entries without...
2006-05-08 Tom LaneRewrite btree vacuuming to fold the former bulkdelete...
2006-05-07 Tom LaneRewrite btree index scans to work a page at a time...
2006-04-25 Tom LaneArrange to cache btree metapage data in the relcache...
2006-01-17 Tom LaneImprove comments about btree's use of ScanKey data...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-02-21 Tom LaneMake btree index structure adjustments and WAL logging...
2002-10-20 Tom LaneFix potential problem with btbulkdelete deleting an...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2000-07-25 Tom LaneAdd commentary about varying usage of scankeys in btree...
2000-07-21 Tom LaneFurther cleanup of btbuild (CREATE INDEX). Avoid stori...
2000-07-21 Tom LaneMajor overhaul of btree index code. Eliminate special...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01