aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashpage.c
Commit message (Expand)AuthorAge
* Remove unnecessary variables in _hash_splitbucket().Tom Lane2015-04-03
* Fix bogus concurrent use of _hash_getnewbuf() in bucket split code.Tom Lane2015-03-30
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas2014-11-13
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* 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
* Support unlogged tables.Robert Haas2010-12-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Tidy up a few calls to smrgextend().Robert Haas2010-08-19
* pgindent run for 9.0Bruce Momjian2010-02-26
* 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
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-15
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* When creating a large hash index, pre-sort the index entries by estimatedTom Lane2008-03-16
* Change hash index creation so that rather than always establishing exactlyTom Lane2008-03-15
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* 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
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-30
* Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane2007-05-03
* Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane2007-04-19
* Minor tweaking of index special-space definitions so that the variousTom Lane2007-04-09
* Add comment noting that hashm_procid in a hash index's metapage isn'tTom Lane2007-01-29
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead ofTom Lane2007-01-03
* Repair problems with hash indexes that span multiple segments: the hash code'sTom Lane2006-11-19
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-31
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Remove the no-longer-useful HashItem/HashItemData level of structure.Tom Lane2006-01-25
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-06
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add missing #include -- mea culpa.Tom Lane2005-06-09
* Put a critical section around update of hash index metapage. PerTom Lane2005-06-09
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-11
* Fix typo in comment.Neil Conway2005-05-10