Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2018-09-04 During the split, set checksum on an empty hash index page. Amit Kapila 10.6
2018-09-01 Avoid using potentially-under-aligned page buffers. Tom Lane 10.6
2017-08-14 Final pgindent + perltidy run for v10. Tom Lane 10.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-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-05-17 Post-PG 10 beta1 pgindent run Bruce Momjian 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
2017-02-06 Fix typos in comments. Heikki Linnakangas 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 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