summaryrefslogtreecommitdiff
path: root/src/include/access/hash_xlog.h
AgeCommit message (Expand)Author
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-27Still more code review for single-page hash vacuuming.Robert Haas
2017-03-20Fixes for single-page hash index vacuum.Robert Haas
2017-03-16Port single-page btree vacuum logic to hash indexes.Robert Haas
2017-03-14hash: Support WAL consistency checking.Robert Haas
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-29Split hash.h → hash_xlog.hAlvaro Herrera