summaryrefslogtreecommitdiff
path: root/src/include/lib/simplehash.h
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-04-08simplehash: Free collisions array in SH_STATAndres Freund
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Fix typos in simplehash.hPeter Eisentraut
2023-11-17simplehash: preserve consistency in case of OOM.Jeff Davis
2023-07-06Fix type of iterator variable in SH_START_ITERATEAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-17Fix wording in commentDaniel Gustafsson
2022-11-03Add casts to simplehash.h to silence C++ warnings.Tom Lane
2022-10-05Rename shadowed local variablesDavid Rowley
2022-04-08Improve frontend error logging style.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-22Fix frontend version of sh_error() in simplehash.h.Tom Lane
2021-10-21Doc: clarify a critical and undocumented aspect of simplehash.h.Tom Lane
2021-09-29Fix incorrect format placeholderPeter Eisentraut
2021-08-13Fix incorrect hash table resizing code in simplehash.hDavid Rowley
2021-03-30Allow users of simplehash.h to perform direct deletionsDavid Rowley
2020-08-03Correct comment in simplehash.h.Thomas Munro
2020-08-01Improve programmer docs for simplehash and dynahash.Thomas Munro
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-10Fix collection of typos and grammar mistakes in the treeMichael Paquier
2020-04-08Modify various power 2 calculations to use new helper functionsDavid Rowley
2019-12-17simplehash: Allow for use in frontend code.Robert Haas
2019-12-17simplehash: Allow use of simplehash without MemoryContext.Robert Haas
2019-08-01Allow simplehash to use already-calculated hash values.Jeff Davis
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-02-09simplehash: Add support for resetting a hashtable's contents.Andres Freund
2018-08-28Code review for simplehash.h.Thomas Munro
2018-01-29Prevent growth of simplehash tables when they're "too empty".Andres Freund
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