Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-08-04 | hash: Increase the number of possible overflow bitmaps by 8x. | Robert Haas | 10.0 |
| 2017-04-04 | Expand hash indexes more gradually. | Robert Haas | 10.0 |
| 2017-03-16 | Port single-page btree vacuum logic to hash indexes. | Robert Haas | 10.0 |
| 2017-03-07 | hash: Refactor hash index creation. | Robert Haas | 10.0 |
| 2017-02-27 | hash: Refactor overflow page allocation. | Robert Haas | 10.0 |
| 2017-02-27 | hash: Refactor bucket squeeze code. | Robert Haas | 10.0 |
| 2017-02-07 | Cache hash index's metapage in rel->rd_amcache. | Robert Haas | 10.0 |
| 2017-02-02 | pageinspect: Support hash indexes. | Robert Haas | 10.0 |
| 2016-12-23 | Remove _hash_chgbufaccess(). | Robert Haas | 10.0 |
| 2016-12-19 | Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage(). | Robert Haas | 10.0 |
| 2016-12-16 | Remove _hash_wrtbuf() in favor of calling MarkBufferDirty(). | Robert Haas | 10.0 |
| 2016-11-30 | Improve hash index bucket split behavior. | Robert Haas | 10.0 |