aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashpage.c
Commit message (Expand)AuthorAge
* Modify various power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Refactor reloption handling for index AMs in-coreMichael Paquier2019-11-25
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Remove unused macroPeter Eisentraut2019-02-04
* Update copyright for 2019Bruce Momjian2019-01-02
* 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
* Predicate locking in hash indexes.Teodor Sigaev2018-04-07
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* 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
* 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
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove no-longer-needed compatibility code for hash indexes.Robert Haas2017-05-09
* Fix pageinspect failures on hash indexes.Robert Haas2017-04-05
* Expand hash indexes more gradually.Robert Haas2017-04-03
* Fix comment.Robert Haas2017-03-26
* Cosmetic fixes for hash index write-ahead logging.Robert Haas2017-03-15
* 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 bucket squeeze code.Robert Haas2017-02-27
* Fix compiler warning.Robert Haas2017-02-07
* Cache hash index's metapage in rel->rd_amcache.Robert Haas2017-02-07
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove _hash_chgbufaccess().Robert Haas2016-12-23
* Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas2016-12-16
* Fix race introduced by 6d46f4783efe457f74816a75173eb23ed8930020.Robert Haas2016-12-05
* Improve hash index bucket split behavior.Robert Haas2016-11-30
* Improve handling of dead tuples in hash indexes.Robert Haas2016-11-08
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove unnecessary variables in _hash_splitbucket().Tom Lane2015-04-03
* Fix bogus concurrent use of _hash_getnewbuf() in bucket split code.Tom Lane2015-03-30
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas2014-11-13
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07