aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hash_xlog.c
Commit message (Expand)AuthorAge
* tableam: Formatting and other minor cleanups.Andres Freund2019-03-31
* Compute XID horizon for page level index vacuum on primary.Andres Freund2019-03-26
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Update copyright for 2018Bruce Momjian2018-01-02
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22
* hash: Fix write-ahead logging bugs related to init forks.Robert Haas2017-07-17
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Clean up manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-14
* Fix pageinspect failures on hash indexes.Robert Haas2017-04-05
* Still more code review for single-page hash vacuuming.Robert Haas2017-03-27
* Another fix for single-page hash index vacuum.Robert Haas2017-03-20
* Fixes for single-page hash index vacuum.Robert Haas2017-03-20
* Port single-page btree vacuum logic to hash indexes.Robert Haas2017-03-15
* hash: Support WAL consistency checking.Robert Haas2017-03-14
* hash: Add write-ahead logging support.Robert Haas2017-03-14