aboutsummaryrefslogtreecommitdiff
path: root/src/include/lib/simplehash.h
Commit message (Expand)AuthorAge
* Code review for simplehash.h.Thomas Munro2018-08-28
* Prevent growth of simplehash tables when they're "too empty".Andres Freund2018-01-29
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix typos in commentsMagnus Hagander2017-06-17
* Fix comments in simplehash.h.Heikki Linnakangas2017-06-05
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Make simplehash.h grow hashtable in additional cases.Andres Freund2017-03-06
* Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.Andres Freund2017-03-01
* simplehash: Additional tweaks to make specifying an allocator work.Robert Haas2017-02-09
* Revise the way the element allocator for a simplehash is specified.Robert Haas2017-02-07
* Avoid redefining simplehash_allocate/simplehash_free.Robert Haas2017-02-07
* Allow the element allocator for a simplehash to be specified.Robert Haas2017-02-07
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Avoid using a C++ keyword in header filePeter Eisentraut2016-10-26
* Fix a few typos in simplehash.h.Andres Freund2016-10-18
* Add a macro templatized hashtable.Andres Freund2016-10-14