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
/
hashsearch.c
Commit message (
Expand
)
Author
Age
*
Update obsolete index scan TID comments.
Peter Geoghegan
2024-03-11
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Predicate locking in hash indexes.
Teodor Sigaev
2018-04-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Remove lsn from HashScanPosData.
Robert Haas
2017-09-26
*
hash: Implement page-at-a-time scan.
Robert Haas
2017-09-22
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Port single-page btree vacuum logic to hash indexes.
Robert Haas
2017-03-15
*
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
*
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2017-02-07
*
Improve comment in hashsearch.c.
Robert Haas
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove _hash_chgbufaccess().
Robert Haas
2016-12-23
*
Improve hash index bucket split behavior.
Robert Haas
2016-11-30
*
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-05-06
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
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
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Reduce use of heavyweight locking inside hash AM.
Robert Haas
2012-06-26
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
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
*
Dept of second thoughts: after studying index_getnext() a bit more I realize
Tom Lane
2009-11-01
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at the
Tom Lane
2009-05-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
*
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
*
Fix up pgstats counting of live and dead tuples to recognize that committed
Tom Lane
2007-05-27
[next]