aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashinsert.c
Commit message (Expand)AuthorAge
* 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
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Remove the no-longer-useful HashItem/HashItemData level of structure.Tom Lane2006-01-25
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-06
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-18
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add hints to cases where indexes fail because of values that are too long.Bruce Momjian2005-08-10
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-21
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31