]> granicus.if.org Git - postgresql/history - src/backend/utils/hash/dynahash.c
Update copyright for the year 2010.
[postgresql] / src / backend / utils / hash / dynahash.c
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-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-11 Tom LaneInclude hash table name in all the internal-error elog...
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-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
2006-08-14 Tom LaneRemove hash_destroy calls in hash_create's failure...
2006-07-22 Tom LaneAdd support to dynahash.c for partitioning shared hasht...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
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-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
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-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-16 Tom LaneAdjust out-of-date comment.
2005-05-06 Tom LaneMarginal performance improvements in dynahash: make...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-21 Tom LaneFix rounding problem in dynahash.c's decision about...
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
2004-10-22 Neil ConwayMinor code cleanup: hdefault() only ever returned ...
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.
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2003-12-29 Tom LaneUse hash table name, not one-size-fits-all 'DynaHashTab...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-19 Tom LaneImprove dynahash.c's API so that caller can specify...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2002-10-31 Tom LaneGot tired of explaining why this Assert is not wrong.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-09 Tom LaneCode review for improved-hashing patch. Fix some porta...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
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-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-02-26 Tom LaneShared-memory hashtables have non-extensible directorie...
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 MomjianClean up #include in /include directory. Add scripts...
1999-05-31 Tom LaneCorrect serious bug in hashtable expansion routine...
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-07 Tom LaneModify mcxt.h so that it doesn't pull in half of creation.
1999-03-06 Tom LaneA few further tweaks to shared memory space estimation.
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...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1997-09-18 Bruce MomjianInline memset() as MemSet().
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-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-08 Bruce MomjianMore compile cleanups
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierAnother directory that compiles with no errors, and...
1996-11-03 Marc G. FournierProduce a clean compile of backend...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01