]> granicus.if.org Git - postgresql/history - src/include/utils/hsearch.h
Improve hash_create's API for selecting simple-binary-key hash functions.
[postgresql] / src / include / utils / hsearch.h
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-14 Tom LanePrevent very-low-probability PANIC during PREPARE TRANS...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-11 Heikki LinnakangasFix the size of predicate lock manager's shared memory...
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-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-22 Tom LaneAdd support to dynahash.c for partitioning shared hasht...
2006-06-25 Tom LaneTweak dynahash.c to avoid wasting memory space in non...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-06-26 Tom LaneTweak dynahash.c to not allocate so many entries at...
2005-06-18 Tom LaneWhen using C-string lookup keys in a dynahash.c hash...
2005-06-08 Tom LaneMarginal hack to avoid spending a lot of time in find_j...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-04-14 Tom LaneMarginal hack to use a specialized hash function for...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-28 Tom LaneArrange to preallocate all required space for the buffe...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-19 Tom LaneImprove dynahash.c's API so that caller can specify...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-09 Tom LaneCode review for improved-hashing patch. Fix some porta...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-10-01 Tom LaneAnother round of cleanups for dynahash.c (maybe it...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-02 Tom LaneClean up non-reentrant interface for hash_seq/HashTable...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-26 Tom LaneShared-memory hashtables have non-extensible directorie...
2000-01-26 Bruce MomjianAdd:
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-22 Tom LaneRepair some pretty serious problems in dynahash.c and
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
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-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-10-31 Marc G. Fournierremove:
1996-08-28 Marc G. FournierMore cleanups of the include files