aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashutil.c
Commit message (Expand)AuthorAge
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* 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
* Update copyright for 2019Bruce Momjian2019-01-02
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Update copyright for 2018Bruce Momjian2018-01-02
* Remove lsn from HashScanPosData.Robert Haas2017-09-26
* 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
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Clean up manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-14
* Fix formula in _hash_spareindex.Robert Haas2017-04-04
* Expand hash indexes more gradually.Robert Haas2017-04-03
* Port single-page btree vacuum logic to hash indexes.Robert Haas2017-03-15
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Improve hash index bucket split behavior.Robert Haas2016-11-30
* Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane2016-06-24
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Hash indexes had better pass the index collation to support functions, too.Tom Lane2011-04-23
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane2009-10-08
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera2009-01-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-15
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane2007-05-03
* Add support for cross-type hashing in hash index searches and hash joins.Tom Lane2007-01-30