]> granicus.if.org Git - postgresql/history - src/backend/access/hash/hashpage.c
Update copyright for 2019
[postgresql] / src / backend / access / hash / hashpage.c
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-09-04 Amit KapilaDuring the split, set checksum on an empty hash index...
2018-09-01 Tom LaneAvoid using potentially-under-aligned page buffers.
2018-04-07 Teodor SigaevPredicate locking in hash indexes.
2018-03-01 Tom LaneRemove redundant IndexTupleDSize macro.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-11-03 Tom LaneFlag index metapages as standard-format in xlog.c calls.
2017-09-22 Robert Haashash: Implement page-at-a-time scan.
2017-09-01 Robert HaasIntroduce 64-bit hash functions with a 64-bit seed.
2017-08-14 Tom LaneFinal pgindent + perltidy run for v10.
2017-08-04 Robert Haashash: Immediately after a bucket split, try to clean...
2017-07-17 Robert Haashash: Fix write-ahead logging bugs related to init...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-10 Robert HaasRemove no-longer-needed compatibility code for hash...
2017-04-05 Robert HaasFix pageinspect failures on hash indexes.
2017-04-04 Robert HaasExpand hash indexes more gradually.
2017-03-27 Robert HaasFix comment.
2017-03-15 Robert HaasCosmetic fixes for hash index write-ahead logging.
2017-03-14 Robert Haashash: Add write-ahead logging support.
2017-03-07 Robert Haashash: Refactor hash index creation.
2017-03-01 Robert Haashash: Refactor and clean up bucket split code.
2017-02-27 Robert Haashash: Refactor bucket squeeze code.
2017-02-07 Robert HaasFix compiler warning.
2017-02-07 Robert HaasCache hash index's metapage in rel->rd_amcache.
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-23 Robert HaasRemove _hash_chgbufaccess().
2016-12-16 Robert HaasRemove _hash_wrtbuf() in favor of calling MarkBufferDir...
2016-12-05 Robert HaasFix race introduced by 6d46f4783efe457f74816a75173eb23e...
2016-11-30 Robert HaasImprove hash index bucket split behavior.
2016-11-08 Robert HaasImprove handling of dead tuples in hash indexes.
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-04-03 Tom LaneRemove unnecessary variables in _hash_splitbucket().
2015-03-30 Tom LaneFix bogus concurrent use of _hash_getnewbuf() in bucket...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-13 Heikki LinnakangasFix race condition between hot standby and restoring...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-26 Robert HaasReduce use of heavyweight locking inside hash AM.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Robert HaasTidy up a few calls to smrgextend().
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-01 Tom LaneFix two serious bugs introduced into hash indexes by...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-16 Tom LaneWhen creating a large hash index, pre-sort the index...
2008-03-15 Tom LaneChange hash index creation so that rather than always...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-05-03 Tom LaneTweak hash index AM to use the new ReadOrZeroBuffer...
2007-04-19 Tom LaneRepair PANIC condition in hash indexes when a previous...
2007-04-09 Tom LaneMinor tweaking of index special-space definitions so...
2007-01-29 Tom LaneAdd comment noting that hashm_procid in a hash index...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-03 Tom LaneClean up smgr.c/md.c APIs as per discussion a couple...
2006-11-19 Tom LaneRepair problems with hash indexes that span multiple...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-25 Tom LaneRemove the no-longer-useful HashItem/HashItemData level...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-06 Tom LaneAdd defenses to btree and hash index AMs to do simple...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-09 Tom LaneAdd missing #include -- mea culpa.
2005-06-09 Tom LanePut a critical section around update of hash index...
2005-05-11 Neil ConwayCode cleanup: in C89, there is no point casting the...
2005-05-10 Neil ConwayFix typo in comment.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Tom LaneFix relcache to account properly for subtransaction...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-04 Tom LaneReimplement hash index locking algorithms, per my recen...
2003-09-02 Tom LaneSeveral fixes for hash indexes that involve changing...
2003-09-02 Tom LaneRewrite hashbulkdelete() to make it amenable to new...
2003-09-01 Tom LanePreliminary cleanup for hash index code (doesn't attack...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-21 Tom LaneError message editing in backend/access.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-06 Bruce MomjianI've attached a patch which implements Bob Jenkin's...
2002-01-15 Tom LaneAdd more sanity-checking to PageAddItem and PageIndexTu...
next