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
/
hashpage.c
Commit message (
Expand
)
Author
Age
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-08
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
*
Use InvalidBucket instead of -1 where appropriate
Peter Eisentraut
2021-07-02
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Modify various power 2 calculations to use new helper functions
David Rowley
2020-04-08
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-25
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Remove unused macro
Peter Eisentraut
2019-02-04
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
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
*
Predicate locking in hash indexes.
Teodor Sigaev
2018-04-07
*
Remove redundant IndexTupleDSize macro.
Tom Lane
2018-02-28
*
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
*
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
*
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
*
Fix pageinspect failures on hash indexes.
Robert Haas
2017-04-05
*
Expand hash indexes more gradually.
Robert Haas
2017-04-03
*
Fix comment.
Robert Haas
2017-03-26
*
Cosmetic fixes for hash index write-ahead logging.
Robert Haas
2017-03-15
*
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 bucket squeeze code.
Robert Haas
2017-02-27
*
Fix compiler warning.
Robert Haas
2017-02-07
*
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2017-02-07
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove _hash_chgbufaccess().
Robert Haas
2016-12-23
*
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
Robert Haas
2016-12-16
*
Fix race introduced by 6d46f4783efe457f74816a75173eb23ed8930020.
Robert Haas
2016-12-05
*
Improve hash index bucket split behavior.
Robert Haas
2016-11-30
*
Improve handling of dead tuples in hash indexes.
Robert Haas
2016-11-08
[next]