Commits

DateSubjectAuthorReleases
2015-03-30 Fix bogus concurrent use of _hash_getnewbuf() in bucket split code. Tom Lane 9.5.0
2015-03-30 Fix bogus concurrent use of _hash_getnewbuf() in bucket split code. Tom Lane 9.4.2
2015-03-30 Fix bogus concurrent use of _hash_getnewbuf() in bucket split code. Tom Lane 9.0.20
2015-03-30 Fix bogus concurrent use of _hash_getnewbuf() in bucket split code. Tom Lane 9.1.16
2015-03-30 Fix bogus concurrent use of _hash_getnewbuf() in bucket split code. Tom Lane 9.3.7
2009-11-01 Fix two serious bugs introduced into hash indexes by the 8.4 patch that made Tom Lane 8.4.2
2009-11-01 Fix two serious bugs introduced into hash indexes by the 8.4 patch that made Tom Lane 9.0.0
2008-09-15 Change hash indexes to store only the hash code rather than the whole indexed Tom Lane 8.4.0
2008-03-16 When creating a large hash index, pre-sort the index entries by estimated Tom Lane 8.4.0
2008-03-15 Change hash index creation so that rather than always establishing exactly Tom Lane 8.4.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-09-12 Redefine the lp_flags field of item pointers as having four states, rather Tom Lane 8.3.0
2007-05-30 Make large sequential scans and VACUUMs work in a limited-size "ring" of Tom Lane 8.3.0
2007-05-03 Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching Tom Lane 8.3.0
2007-04-19 Repair PANIC condition in hash indexes when a previous index extension attempt Tom Lane 7.4.17
2007-04-19 Repair PANIC condition in hash indexes when a previous index extension attempt Tom Lane 8.0.13
2007-04-19 Repair PANIC condition in hash indexes when a previous index extension attempt Tom Lane 8.1.9
2007-04-19 Repair PANIC condition in hash indexes when a previous index extension attempt Tom Lane 8.2.4
2007-04-19 Repair PANIC condition in hash indexes when a previous index extension attempt Tom Lane 8.3.0
2007-04-09 Minor tweaking of index special-space definitions so that the various Tom Lane 8.3.0
2007-01-29 Add comment noting that hashm_procid in a hash index's metapage isn't Tom Lane 8.3.0
2007-01-03 Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of Tom Lane 8.3.0
2006-11-19 Repair problems with hash indexes that span multiple segments: the hash code's Tom Lane 7.4.15
2006-11-19 Repair problems with hash indexes that span multiple segments: the hash code's Tom Lane 8.0.10
2006-11-19 Repair problems with hash indexes that span multiple segments: the hash code's Tom Lane 8.1.6