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
*
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
*
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
*
Refactor the index AM API slightly: move currentItemData and
Neil Conway
2007-01-20
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Remove the no-longer-useful HashItem/HashItemData level of structure.
Tom Lane
2006-01-25
*
Add defenses to btree and hash index AMs to do simple sanity checks
Tom Lane
2005-11-06
*
A few trivial code cleanups motivated by reading warnings generated
Tom Lane
2005-10-18
[next]