]> granicus.if.org Git - postgresql/history - src/backend/access/hash/hashsearch.c
Modify BufferGetPage() to prepare for "snapshot too old" feature
[postgresql] / src / backend / access / hash / hashsearch.c
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
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-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-01 Tom LaneDept of second thoughts: after studying index_getnext...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-05 Tom LaneInsert CHECK_FOR_INTERRUPTS() calls into btree and...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-05-03 Tom LaneTweak hash index AM to use the new ReadOrZeroBuffer...
2007-01-30 Tom LaneAdd support for cross-type hashing in hash index search...
2007-01-20 Neil ConwayRefactor the index AM API slightly: move currentItemDat...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-25 Tom LaneRemove the no-longer-useful HashItem/HashItemData level...
2005-11-06 Tom LaneAdd defenses to btree and hash index AMs to do simple...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
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.
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-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-01-26 Bruce MomjianAdd:
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-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
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-06-28 Vadim B. Mikheev_hash_first: release buf & metabuf if no tuples found...
1997-04-30 Vadim B. MikheevFix old bug in _hash_first() for scan without keys:
1996-11-21 Vadim B. MikheevFix memory overhelding while forming index' result:
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