Commits

DateSubjectAuthorReleases
2005-06-18 When using C-string lookup keys in a dynahash.c hash table, use strncpy() Tom Lane 8.0.4
2005-06-18 When using C-string lookup keys in a dynahash.c hash table, use strncpy() Tom Lane 8.1.0
2005-05-29 Modify hash_search() API to prevent future occurrences of the error Tom Lane 8.1.0
2005-05-16 Adjust out-of-date comment. Tom Lane 8.1.0
2005-05-06 Marginal performance improvements in dynahash: make sure that everything Tom Lane 8.1.0
2004-11-21 Fix rounding problem in dynahash.c's decision about when the target Tom Lane 8.0.0
2004-09-28 Arrange to preallocate all required space for the buffer and FSM hash Tom Lane 8.0.0
2003-12-29 Use hash table name, not one-size-fits-all 'DynaHashTable', to identify Tom Lane 8.0.0
2003-08-19 Improve dynahash.c's API so that caller can specify the comparison function Tom Lane 7.4.1
2003-07-25 Error message editing in backend/utils (except /adt). Tom Lane 7.4.1
2002-10-31 Got tired of explaining why this Assert is not wrong. Tom Lane 7.3.1
2002-03-09 Code review for improved-hashing patch. Fix some portability issues Tom Lane 7.3.1
2001-10-05 Further cleanup of dynahash.c API, in pursuit of portability and Tom Lane 7.2.1
2001-10-01 Another round of cleanups for dynahash.c (maybe it's finally clean of Tom Lane 7.2.1
2001-01-02 Clean up non-reentrant interface for hash_seq/HashTableWalk, so that Tom Lane 7.1.1
2000-06-28 First phase of memory management rewrite (see backend/utils/mmgr/README Tom Lane 7.1.1
2000-03-17 Fix a bunch of minor portability problems and maybe-bugs revealed by Tom Lane 7.1.1
2000-02-26 Shared-memory hashtables have non-extensible directories, which means Tom Lane 7.1.1
1999-05-31 Correct serious bug in hashtable expansion routine: under the Tom Lane 7.1.1
1999-03-07 Modify mcxt.h so that it doesn't pull in half of creation. Tom Lane 7.1.1
1999-03-06 A few further tweaks to shared memory space estimation. Tom Lane 7.1.1
1999-02-22 Repair some pretty serious problems in dynahash.c and Tom Lane 7.1.1