summaryrefslogtreecommitdiff
path: root/src/backend/access/hash/README
AgeCommit message (Expand)Author
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