aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash
Commit message (Expand)AuthorAge
* During the split, set checksum on an empty hash index page.Amit Kapila2018-09-04
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* fix typoAlvaro Herrera2018-08-21
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Predicate locking in hash indexes.Teodor Sigaev2018-04-07
* README change: update for hash access methodBruce Momjian2018-03-29
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Support parallel btree index builds.Robert Haas2018-02-02
* Fix possible failure to mark hash metapage dirty.Robert Haas2018-02-01
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Flag index metapages as standard-format in xlog.c calls.Tom Lane2017-11-03
* Remove lsn from HashScanPosData.Robert Haas2017-09-26
* Fix trivial mistake in README.Robert Haas2017-09-26
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22
* hash: Implement page-at-a-time scan.Robert Haas2017-09-22
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* hash: Immediately after a bucket split, try to clean the old bucket.Robert Haas2017-08-04
* hash: Fix write-ahead logging bugs related to init forks.Robert Haas2017-07-17
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix wording in amvalidate error messagesAlvaro Herrera2017-05-30
* Fix typo in commentMagnus Hagander2017-05-22
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove no-longer-needed compatibility code for hash indexes.Robert Haas2017-05-09
* More cleanup of manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-15
* Clean up manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-14
* Fix pageinspect failures on hash indexes.Robert Haas2017-04-05
* hash: Fix write-ahead logging bug.Robert Haas2017-04-05
* Fix formula in _hash_spareindex.Robert Haas2017-04-04
* Expand hash indexes more gradually.Robert Haas2017-04-03
* Properly acquire buffer lock for page-at-a-time hash vacuum.Robert Haas2017-04-03
* Still more code review for single-page hash vacuuming.Robert Haas2017-03-27
* Fix comment.Robert Haas2017-03-26
* 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
* Cosmetic fixes for hash index write-ahead logging.Robert Haas2017-03-15
* hash: Support WAL consistency checking.Robert Haas2017-03-14
* hash: Add write-ahead logging support.Robert Haas2017-03-14
* hash: Refactor hash index creation.Robert Haas2017-03-07
* hash: Refactor and clean up bucket split code.Robert Haas2017-03-01
* hash: Refactor overflow page allocation.Robert Haas2017-02-27
* hash: Refactor bucket squeeze code.Robert Haas2017-02-27
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* pageinspect: Fix hash_bitmap_info not to read the underlying page.Robert Haas2017-02-09