Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-09-26 | Remove lsn from HashScanPosData. | Robert Haas | 11.0 |
| 2017-09-22 | hash: Implement page-at-a-time scan. | Robert Haas | 11.0 |
| 2017-03-16 | Port single-page btree vacuum logic to hash indexes. | Robert Haas | 10.0 |
| 2017-03-14 | hash: Add write-ahead logging support. | Robert Haas | 10.0 |
| 2017-02-07 | Cache hash index's metapage in rel->rd_amcache. | Robert Haas | 10.0 |
| 2017-01-18 | Improve comment in hashsearch.c. | Robert Haas | 10.0 |
| 2016-12-23 | Remove _hash_chgbufaccess(). | Robert Haas | 10.0 |
| 2016-11-30 | Improve hash index bucket split behavior. | Robert Haas | 10.0 |
| 2012-06-26 | Reduce use of heavyweight locking inside hash AM. | Robert Haas | 9.3.0 |