aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashpage.c
Commit message (Expand)AuthorAge
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-01
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30
* Update copyright for 2022Bruce Momjian2022-01-07
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-08
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-12
* Use InvalidBucket instead of -1 where appropriatePeter Eisentraut2021-07-02
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* 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