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
/
hashinsert.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-28
*
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
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Predicate locking in hash indexes.
Teodor Sigaev
2018-04-07
*
Remove redundant IndexTupleDSize macro.
Tom Lane
2018-02-28
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Still more code review for single-page hash vacuuming.
Robert Haas
2017-03-27
*
Fixes for single-page hash index vacuum.
Robert Haas
2017-03-20
*
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
*
hash: Refactor bucket squeeze code.
Robert Haas
2017-02-27
*
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2017-02-07
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove _hash_chgbufaccess().
Robert Haas
2016-12-23
*
Fix broken error check in _hash_doinsert.
Robert Haas
2016-12-22
*
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
Robert Haas
2016-12-16
*
Improve hash index bucket split behavior.
Robert Haas
2016-11-30
*
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
*
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
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
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
*
Fix two serious bugs introduced into hash indexes by the 8.4 patch that made
Tom Lane
2009-11-01
*
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
*
HOT updates. When we update a tuple without changing any of its indexed
Tom Lane
2007-09-20
*
Redefine the lp_flags field of item pointers as having four states, rather
Tom Lane
2007-09-12
*
Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching
Tom Lane
2007-05-03
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
[next]