index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
README
Commit message (
Expand
)
Author
Age
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Simon Riggs
2016-04-03
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-09
*
Fix typos in comments
Magnus Hagander
2015-05-17
*
Remove duplicated word in README
Alvaro Herrera
2015-04-13
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
*
Add a few paragraphs to B-tree README explaining L&Y algorithm.
Heikki Linnakangas
2014-11-24
*
Make the handling of interrupted B-tree page splits more robust.
Heikki Linnakangas
2014-03-18
*
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-03-14
*
Remove unnecessary relcache flushes after changing btree metapages.
Tom Lane
2014-02-05
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
Additional spelling corrections
Stephen Frost
2013-06-03
*
Avoid early reuse of btree pages, causing incorrect query results.
Simon Riggs
2012-06-01
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
*
More README src cleanups.
Bruce Momjian
2008-03-21
*
Make source code READMEs more consistent. Add CVS tags to all README files.
Bruce Momjian
2008-03-20
*
Redefine the lp_flags field of item pointers as having four states, rather
Tom Lane
2007-09-12
*
Add some notes about the basic mathematical laws that the system presumes
Tom Lane
2007-01-12
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
*
Fix up btree's initial scankey processing to be able to detect redundant
Tom Lane
2006-12-28
*
Fix "failed to re-find parent key" btree VACUUM failure by revising page
Tom Lane
2006-11-01
*
Modify btree to delete known-dead index entries without an actual VACUUM.
Tom Lane
2006-07-25
*
Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations
Tom Lane
2006-05-08
*
Rewrite btree index scans to work a page at a time in all cases (both
Tom Lane
2006-05-07
*
Arrange to cache btree metapage data in the relcache entry for the index,
Tom Lane
2006-04-25
*
Improve comments about btree's use of ScanKey data structures: there
Tom Lane
2006-01-17
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Make btree index structure adjustments and WAL logging changes needed to
Tom Lane
2003-02-21
*
Fix potential problem with btbulkdelete deleting an indexscan's current
Tom Lane
2002-10-20
*
Restructure index AM interface for index building and index tuple deletion,
Tom Lane
2001-07-15
*
Add commentary about varying usage of scankeys in btree code.
Tom Lane
2000-07-25
*
Further cleanup of btbuild (CREATE INDEX). Avoid storing unneeded
Tom Lane
2000-07-21
*
Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for
Tom Lane
2000-07-21
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09