Commits

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

DateSubjectAuthorReleases
2018-09-06 Fix the overrun in hash index metapage for smaller block sizes. Amit Kapila 10.6
2018-04-12 Use the right memory context for partkey's FmgrInfo Alvaro Herrera 10.4
2017-08-04 hash: Increase the number of possible overflow bitmaps by 8x. Robert Haas 10.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-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-05-17 Post-PG 10 beta1 pgindent run Bruce Momjian 10.0
2017-04-14 Clean up manipulations of hash indexes' hasho_flag field. Tom Lane 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-09 Allow index AMs to cache data across aminsert calls within a SQL command. Tom Lane 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
2017-01-17 Generate fmgr prototypes automatically Peter Eisentraut 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-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
2016-10-12 Remove unnecessary int2vector-specific hash function and equality operator. Tom Lane 10.0
2016-09-26 Fix some typos in comment Peter Eisentraut 10.0
2016-08-29 Split hash.h → hash_xlog.h Alvaro Herrera 10.0