aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashinsert.c
Commit message (Expand)AuthorAge
* Update copyright for 2021Bruce Momjian2021-01-02
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-28
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Compute XID horizon for page level index vacuum on primary.Andres Freund2019-03-26
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Predicate locking in hash indexes.Teodor Sigaev2018-04-07
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Still more code review for single-page hash vacuuming.Robert Haas2017-03-27
* Fixes for single-page hash index vacuum.Robert Haas2017-03-20
* Port single-page btree vacuum logic to hash indexes.Robert Haas2017-03-15
* hash: Add write-ahead logging support.Robert Haas2017-03-14
* hash: Refactor bucket squeeze code.Robert Haas2017-02-27
* Cache hash index's metapage in rel->rd_amcache.Robert Haas2017-02-07
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove _hash_chgbufaccess().Robert Haas2016-12-23
* Fix broken error check in _hash_doinsert.Robert Haas2016-12-22
* Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas2016-12-16
* Improve hash index bucket split behavior.Robert Haas2016-11-30
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Reduce use of heavyweight locking inside hash AM.Robert Haas2012-06-26
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* 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
* Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane2009-11-01
* 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
* 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
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane2007-05-03
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05