]> granicus.if.org Git - postgresql/history - src/backend/access/hash/hashpage.c
pgindent run for 9.4
[postgresql] / src / backend / access / hash / hashpage.c
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...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-03-07 Tom LaneRepair a number of places that didn't bother to check...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-30 Tom LaneRearrange bufmgr header files so that buf_internals...
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-01-26 Bruce MomjianAdd:
1999-07-19 Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1996-11-05 Marc G. Fournieranother directory cleaned of extraneous #includes
1996-11-03 Marc G. FournierChanges required so that access/* compiles cleanly...
1996-10-31 Marc G. FournierRemove -I../.. and -I../../include from Makefile
1996-10-21 Marc G. Fournier-Wall'd
1996-10-20 Marc G. FournierFirst pass at fixing my own mistakes
1996-10-20 Marc G. FournierOkay...another directory cleaned out and compilable
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01