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