index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
README
Age
Commit message (
Expand
)
Author
2010-02-08
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2009-12-19
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2008-03-21
More README src cleanups.
Bruce Momjian
2008-03-20
Make source code READMEs more consistent. Add CVS tags to all README files.
Bruce Momjian
2007-09-12
Redefine the lp_flags field of item pointers as having four states, rather
Tom Lane
2007-01-12
Add some notes about the basic mathematical laws that the system presumes
Tom Lane
2007-01-09
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2006-12-28
Fix up btree's initial scankey processing to be able to detect redundant
Tom Lane
2006-11-01
Fix "failed to re-find parent key" btree VACUUM failure by revising page
Tom Lane
2006-07-25
Modify btree to delete known-dead index entries without an actual VACUUM.
Tom Lane
2006-05-08
Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations
Tom Lane
2006-05-07
Rewrite btree index scans to work a page at a time in all cases (both
Tom Lane
2006-04-25
Arrange to cache btree metapage data in the relcache entry for the index,
Tom Lane
2006-01-17
Improve comments about btree's use of ScanKey data structures: there
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-02-21
Make btree index structure adjustments and WAL logging changes needed to
Tom Lane
2002-10-20
Fix potential problem with btbulkdelete deleting an indexscan's current
Tom Lane
2001-07-15
Restructure index AM interface for index building and index tuple deletion,
Tom Lane
2000-07-25
Add commentary about varying usage of scankeys in btree code.
Tom Lane
2000-07-21
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
1996-07-09
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
[prev]