Commits

DateSubjectAuthorReleases
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2014-12-18 Improve hash_create's API for selecting simple-binary-key hash functions. Tom Lane 9.5.0
2013-01-14 Prevent very-low-probability PANIC during PREPARE TRANSACTION. Tom Lane 9.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-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
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-06-08 Marginal hack to avoid spending a lot of time in find_join_rel during 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-04-14 Marginal hack to use a specialized hash function for dynahash hashtables Tom Lane 8.1.0
2004-09-28 Arrange to preallocate all required space for the buffer and FSM hash 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