index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
hash
Commit message (
Expand
)
Author
Age
*
During the split, set checksum on an empty hash index page.
Amit Kapila
2018-09-04
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
*
fix typo
Alvaro Herrera
2018-08-21
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Predicate locking in hash indexes.
Teodor Sigaev
2018-04-07
*
README change: update for hash access method
Bruce Momjian
2018-03-29
*
Remove redundant IndexTupleDSize macro.
Tom Lane
2018-02-28
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Fix possible failure to mark hash metapage dirty.
Robert Haas
2018-02-01
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Flag index metapages as standard-format in xlog.c calls.
Tom Lane
2017-11-03
*
Remove lsn from HashScanPosData.
Robert Haas
2017-09-26
*
Fix trivial mistake in README.
Robert Haas
2017-09-26
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
*
hash: Implement page-at-a-time scan.
Robert Haas
2017-09-22
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
hash: Immediately after a bucket split, try to clean the old bucket.
Robert Haas
2017-08-04
*
hash: Fix write-ahead logging bugs related to init forks.
Robert Haas
2017-07-17
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Fix wording in amvalidate error messages
Alvaro Herrera
2017-05-30
*
Fix typo in comment
Magnus Hagander
2017-05-22
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Remove no-longer-needed compatibility code for hash indexes.
Robert Haas
2017-05-09
*
More cleanup of manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-15
*
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-14
*
Fix pageinspect failures on hash indexes.
Robert Haas
2017-04-05
*
hash: Fix write-ahead logging bug.
Robert Haas
2017-04-05
*
Fix formula in _hash_spareindex.
Robert Haas
2017-04-04
*
Expand hash indexes more gradually.
Robert Haas
2017-04-03
*
Properly acquire buffer lock for page-at-a-time hash vacuum.
Robert Haas
2017-04-03
*
Still more code review for single-page hash vacuuming.
Robert Haas
2017-03-27
*
Fix comment.
Robert Haas
2017-03-26
*
Another fix for single-page hash index vacuum.
Robert Haas
2017-03-20
*
Fixes for single-page hash index vacuum.
Robert Haas
2017-03-20
*
Port single-page btree vacuum logic to hash indexes.
Robert Haas
2017-03-15
*
Cosmetic fixes for hash index write-ahead logging.
Robert Haas
2017-03-15
*
hash: Support WAL consistency checking.
Robert Haas
2017-03-14
*
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
*
hash: Refactor hash index creation.
Robert Haas
2017-03-07
*
hash: Refactor and clean up bucket split code.
Robert Haas
2017-03-01
*
hash: Refactor overflow page allocation.
Robert Haas
2017-02-27
*
hash: Refactor bucket squeeze code.
Robert Haas
2017-02-27
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
pageinspect: Fix hash_bitmap_info not to read the underlying page.
Robert Haas
2017-02-09
[next]