aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/README
Commit message (Expand)AuthorAge
* fix typoAlvaro Herrera2018-08-21
* README change: update for hash access methodBruce Momjian2018-03-29
* Fix trivial mistake in README.Robert Haas2017-09-26
* hash: Implement page-at-a-time scan.Robert Haas2017-09-22
* Expand hash indexes more gradually.Robert Haas2017-04-03
* Port single-page btree vacuum logic to hash indexes.Robert Haas2017-03-15
* Cosmetic fixes for hash index write-ahead logging.Robert Haas2017-03-15
* hash: Add write-ahead logging support.Robert Haas2017-03-14
* Cache hash index's metapage in rel->rd_amcache.Robert Haas2017-02-07
* Improve hash index bucket split behavior.Robert Haas2016-11-30
* Additional spelling correctionsStephen Frost2013-06-03
* Reduce use of heavyweight locking inside hash AM.Robert Haas2012-06-26
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane2009-11-01
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-20
* Change hash index creation so that rather than always establishing exactlyTom Lane2008-03-15
* Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane2007-04-19
* Add a citation to Seltzer and Yigit's Usenix '91 paper about hash tableTom Lane2007-01-09
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-04
* Fix a couple typos, add some more comments.Tom Lane2003-09-02
* Add some internals documentation for hash indexes, including anTom Lane2003-09-01