Commits

DateSubjectAuthorReleases
2022-07-06 Change internal RelFileNode references to RelFileNumber or RelFileLocator. Robert Haas 16.0
2017-09-22 hash: Implement page-at-a-time scan. Robert Haas 11.0
2017-09-01 Introduce 64-bit hash functions with a 64-bit seed. Robert Haas 11.0
2017-08-04 hash: Immediately after a bucket split, try to clean the old bucket. Robert Haas 10.0
2017-07-17 hash: Fix write-ahead logging bugs related to init forks. Robert Haas 10.0
2017-05-10 Remove no-longer-needed compatibility code for hash indexes. Robert Haas 10.0
2017-04-05 Fix pageinspect failures on hash indexes. Robert Haas 10.0
2017-04-04 Expand hash indexes more gradually. Robert Haas 10.0
2017-03-27 Fix comment. Robert Haas 10.0
2017-03-15 Cosmetic fixes for hash index write-ahead logging. Robert Haas 10.0
2017-03-14 hash: Add write-ahead logging support. Robert Haas 10.0
2017-03-07 hash: Refactor hash index creation. Robert Haas 10.0
2017-03-01 hash: Refactor and clean up bucket split code. Robert Haas 10.0
2017-02-27 hash: Refactor bucket squeeze code. Robert Haas 10.0
2017-02-07 Fix compiler warning. Robert Haas 10.0
2017-02-07 Cache hash index's metapage in rel->rd_amcache. Robert Haas 10.0
2016-12-23 Remove _hash_chgbufaccess(). Robert Haas 10.0
2016-12-16 Remove _hash_wrtbuf() in favor of calling MarkBufferDirty(). Robert Haas 10.0
2016-12-05 Fix race introduced by 6d46f4783efe457f74816a75173eb23ed8930020. Robert Haas 10.0
2016-11-30 Improve hash index bucket split behavior. Robert Haas 10.0
2016-11-08 Improve handling of dead tuples in hash indexes. Robert Haas 10.0
2012-06-26 Reduce use of heavyweight locking inside hash AM. Robert Haas 9.3.0
2010-12-29 Support unlogged tables. Robert Haas 9.1.0
2010-08-19 Tidy up a few calls to smrgextend(). Robert Haas 9.1.0