Commits

DateSubjectAuthorReleases
2018-03-01 Remove redundant IndexTupleDSize macro. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-04-14 Clean up manipulations of hash indexes' hasho_flag field. Tom Lane 10.0
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
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
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
2006-11-19 Repair problems with hash indexes that span multiple segments: the hash code's Tom Lane 8.2.0
2006-03-31 Clean up WAL/buffer interactions as per my recent proposal. Get rid of the Tom Lane 8.2.0
2006-01-25 Remove the no-longer-useful HashItem/HashItemData level of structure. Tom Lane 8.2.0
2005-11-06 Add defenses to btree and hash index AMs to do simple sanity checks Tom Lane 8.2.0
2003-09-04 Reimplement hash index locking algorithms, per my recent proposal to Tom Lane 7.4.1