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
/
hash
/
README
Age
Commit message (
Expand
)
Author
2025-12-09
Doc: fix typo in hash index documentation
David Rowley
2022-05-31
Fix typo in hash README.
Amit Kapila
2021-08-12
Fix grammar mistake in hash index README
John Naylor
2018-08-21
fix typo
Alvaro Herrera
2018-03-29
README change: update for hash access method
Bruce Momjian
2017-09-26
Fix trivial mistake in README.
Robert Haas
2017-09-22
hash: Implement page-at-a-time scan.
Robert Haas
2017-04-03
Expand hash indexes more gradually.
Robert Haas
2017-03-15
Port single-page btree vacuum logic to hash indexes.
Robert Haas
2017-03-15
Cosmetic fixes for hash index write-ahead logging.
Robert Haas
2017-03-14
hash: Add write-ahead logging support.
Robert Haas
2017-02-07
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2016-11-30
Improve hash index bucket split behavior.
Robert Haas
2013-06-03
Additional spelling corrections
Stephen Frost
2012-06-26
Reduce use of heavyweight locking inside hash AM.
Robert Haas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2009-11-01
Fix two serious bugs introduced into hash indexes by the 8.4 patch that made
Tom Lane
2008-03-20
Make source code READMEs more consistent. Add CVS tags to all README files.
Bruce Momjian
2008-03-15
Change hash index creation so that rather than always establishing exactly
Tom Lane
2007-04-19
Repair PANIC condition in hash indexes when a previous index extension attempt
Tom Lane
2007-01-09
Add a citation to Seltzer and Yigit's Usenix '91 paper about hash table
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-09-04
Reimplement hash index locking algorithms, per my recent proposal to
Tom Lane
2003-09-02
Fix a couple typos, add some more comments.
Tom Lane
2003-09-01
Add some internals documentation for hash indexes, including an
Tom Lane