Commits

DateSubjectAuthorReleases
2012-12-12 Add defenses against integer overflow in dynahash numbuckets calculations. Tom Lane 9.1.8
2012-12-12 Add defenses against integer overflow in dynahash numbuckets calculations. Tom Lane 9.2.3
2012-12-12 Add defenses against integer overflow in dynahash numbuckets calculations. Tom Lane 9.3.0
2012-10-19 Fix hash_search to avoid corruption of the hash table on out-of-memory. Tom Lane 8.3.22
2012-10-19 Fix hash_search to avoid corruption of the hash table on out-of-memory. Tom Lane 8.4.15
2012-10-19 Fix hash_search to avoid corruption of the hash table on out-of-memory. Tom Lane 9.0.11
2012-10-19 Fix hash_search to avoid corruption of the hash table on out-of-memory. Tom Lane 9.1.7
2012-10-19 Fix hash_search to avoid corruption of the hash table on out-of-memory. Tom Lane 9.2.2
2012-10-19 Fix hash_search to avoid corruption of the hash table on out-of-memory. Tom Lane 9.3.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2007-09-11 Include hash table name in all the internal-error elog messages in Tom Lane 8.3.0
2007-04-26 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan Tom Lane 7.3.20
2007-04-26 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan Tom Lane 7.4.18
2007-04-26 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan Tom Lane 8.0.14
2007-04-26 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan Tom Lane 8.1.10
2007-04-26 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan Tom Lane 8.2.5
2007-04-26 Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan Tom Lane 8.3.0
2006-09-27 Replace strncpy with strlcpy in selected places that seem possibly relevant Tom Lane 8.2.0
2006-08-14 Remove hash_destroy calls in hash_create's failure paths. As noted by Tom Lane 8.2.0
2006-07-22 Add support to dynahash.c for partitioning shared hashtables according Tom Lane 8.2.0
2006-06-25 Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. Tom Lane 8.1.5
2006-06-25 Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. Tom Lane 8.2.0
2005-08-20 Convert the arithmetic for shared memory size calculation from 'int' Tom Lane 8.1.0
2005-06-26 Tweak dynahash.c to not allocate so many entries at once when dealing Tom Lane 8.1.0
2005-06-18 When using C-string lookup keys in a dynahash.c hash table, use strncpy() Tom Lane 7.4.9