summaryrefslogtreecommitdiff
path: root/src/include/lib/simplehash.h
AgeCommit message (Expand)Author
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-17Fix typos in commentsMagnus Hagander
2017-06-05Fix comments in simplehash.h.Heikki Linnakangas
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-06Make simplehash.h grow hashtable in additional cases.Andres Freund
2017-03-01Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.Andres Freund
2017-02-09simplehash: Additional tweaks to make specifying an allocator work.Robert Haas
2017-02-07Revise the way the element allocator for a simplehash is specified.Robert Haas
2017-02-07Avoid redefining simplehash_allocate/simplehash_free.Robert Haas
2017-02-07Allow the element allocator for a simplehash to be specified.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-10-27Avoid using a C++ keyword in header filePeter Eisentraut
2016-10-18Fix a few typos in simplehash.h.Andres Freund
2016-10-14Add a macro templatized hashtable.Andres Freund