index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
lib
/
simplehash.h
Commit message (
Expand
)
Author
Age
*
Code review for simplehash.h.
Thomas Munro
2018-08-28
*
Prevent growth of simplehash tables when they're "too empty".
Andres Freund
2018-01-29
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Fix typos in comments
Magnus Hagander
2017-06-17
*
Fix comments in simplehash.h.
Heikki Linnakangas
2017-06-05
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Make simplehash.h grow hashtable in additional cases.
Andres Freund
2017-03-06
*
Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.
Andres Freund
2017-03-01
*
simplehash: Additional tweaks to make specifying an allocator work.
Robert Haas
2017-02-09
*
Revise the way the element allocator for a simplehash is specified.
Robert Haas
2017-02-07
*
Avoid redefining simplehash_allocate/simplehash_free.
Robert Haas
2017-02-07
*
Allow the element allocator for a simplehash to be specified.
Robert Haas
2017-02-07
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Avoid using a C++ keyword in header file
Peter Eisentraut
2016-10-26
*
Fix a few typos in simplehash.h.
Andres Freund
2016-10-18
*
Add a macro templatized hashtable.
Andres Freund
2016-10-14