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