Commits

DateSubjectAuthorReleases
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-04-14 Clean up manipulations of hash indexes' hasho_flag field. Tom Lane 10.0
2016-06-24 Fix building of large (bigger than shared_buffers) hash indexes. Tom Lane 9.6.0
2016-06-24 Fix building of large (bigger than shared_buffers) hash indexes. Tom Lane 9.5.4
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2011-04-23 Hash indexes had better pass the index collation to support functions, too. Tom Lane 9.1.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2009-10-08 Remove very ancient tuple-counting infrastructure (IncrRetrieved() and 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-07-13 Clean up the use of some page-header-access macros: principally, use Tom Lane 8.4.0
2007-05-03 Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching Tom Lane 8.3.0
2007-01-30 Add support for cross-type hashing in hash index searches and hash joins. Tom Lane 8.3.0
2006-07-03 Code review for FILLFACTOR patch. Change WITH grammar as per earlier Tom Lane 8.2.0
2006-01-25 Remove the no-longer-useful HashItem/HashItemData level of structure. Tom Lane 8.2.0
2006-01-14 Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE 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
2003-09-02 Several fixes for hash indexes that involve changing the on-disk index Tom Lane 7.4.1
2003-09-02 Rewrite hashbulkdelete() to make it amenable to new bucket locking Tom Lane 7.4.1
2003-07-21 Error message editing in backend/access. Tom Lane 7.4.1
2002-05-20 Restructure indexscan API (index_beginscan, index_getnext) per Tom Lane 7.3.1
2001-10-06 Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo Tom Lane 7.2.1
2000-05-30 Third round of fmgr updates: eliminate calls using fmgr() and Tom Lane 7.1.1