aboutsummaryrefslogtreecommitdiff
path: root/src/include/lib/simplehash.h
Commit message (Expand)AuthorAge
* simplehash: Free collisions array in SH_STATAndres Freund2024-04-07
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix typos in simplehash.hPeter Eisentraut2024-01-02
* simplehash: preserve consistency in case of OOM.Jeff Davis2023-11-17
* Fix type of iterator variable in SH_START_ITERATEAndres Freund2023-07-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix wording in commentDaniel Gustafsson2022-11-17
* Add casts to simplehash.h to silence C++ warnings.Tom Lane2022-11-03
* Rename shadowed local variablesDavid Rowley2022-10-05
* Improve frontend error logging style.Tom Lane2022-04-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix frontend version of sh_error() in simplehash.h.Tom Lane2021-10-22
* Doc: clarify a critical and undocumented aspect of simplehash.h.Tom Lane2021-10-21
* Fix incorrect format placeholderPeter Eisentraut2021-09-29
* Fix incorrect hash table resizing code in simplehash.hDavid Rowley2021-08-13
* Allow users of simplehash.h to perform direct deletionsDavid Rowley2021-03-30
* Correct comment in simplehash.h.Thomas Munro2020-08-03
* Improve programmer docs for simplehash and dynahash.Thomas Munro2020-08-01
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix collection of typos and grammar mistakes in the treeMichael Paquier2020-04-10
* Modify various power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* simplehash: Allow for use in frontend code.Robert Haas2019-12-17
* simplehash: Allow use of simplehash without MemoryContext.Robert Haas2019-12-17
* Allow simplehash to use already-calculated hash values.Jeff Davis2019-08-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* simplehash: Add support for resetting a hashtable's contents.Andres Freund2019-02-09
* 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