summaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashinsert.c
Commit message (Expand)AuthorAgeFilesLines
* Still more code review for single-page hash vacuuming.Robert Haas2017-03-271-8/+9
* Fixes for single-page hash index vacuum.Robert Haas2017-03-201-0/+8
* Port single-page btree vacuum logic to hash indexes.Robert Haas2017-03-151-3/+118
* hash: Add write-ahead logging support.Robert Haas2017-03-141-14/+45
* hash: Refactor bucket squeeze code.Robert Haas2017-02-271-0/+41
* Cache hash index's metapage in rel->rd_amcache.Robert Haas2017-02-071-65/+18
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Remove _hash_chgbufaccess().Robert Haas2016-12-231-7/+8
* Fix broken error check in _hash_doinsert.Robert Haas2016-12-221-3/+5
* Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas2016-12-161-2/+3
* Improve hash index bucket split behavior.Robert Haas2016-11-301-17/+69
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-6/+5
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-5/+6
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-3/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Reduce use of heavyweight locking inside hash AM.Robert Haas2012-06-261-19/+35
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane2009-11-011-13/+10
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-151-12/+11
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-2/+2
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-121-2/+2
* Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane2007-05-031-7/+5
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Remove the no-longer-useful HashItem/HashItemData level of structure.Tom Lane2006-01-251-14/+9
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-061-5/+5
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-181-5/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-15/+14
* Add hints to cases where indexes fail because of values that are too long.Bruce Momjian2005-08-101-2/+3
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-211-10/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-7/+8
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-041-123/+115