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
/
hashutil.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
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
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Remove lsn from HashScanPosData.
Robert Haas
2017-09-26
*
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
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-14
*
Fix formula in _hash_spareindex.
Robert Haas
2017-04-04
*
Expand hash indexes more gradually.
Robert Haas
2017-04-03
*
Port single-page btree vacuum logic to hash indexes.
Robert Haas
2017-03-15
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Improve hash index bucket split behavior.
Robert Haas
2016-11-30
*
Fix building of large (bigger than shared_buffers) hash indexes.
Tom Lane
2016-06-24
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Hash indexes had better pass the index collation to support functions, too.
Tom Lane
2011-04-23
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Remove very ancient tuple-counting infrastructure (IncrRetrieved() and
Tom Lane
2009-10-08
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Change the reloptions machinery to use a table-based parser, and provide
Alvaro Herrera
2009-01-05
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Change hash indexes to store only the hash code rather than the whole indexed
Tom Lane
2008-09-15
*
Clean up the use of some page-header-access macros: principally, use
Tom Lane
2008-07-13
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching
Tom Lane
2007-05-03
*
Add support for cross-type hashing in hash index searches and hash joins.
Tom Lane
2007-01-30
[next]