Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-04-08 | simplehash: Free collisions array in SH_STAT | Andres Freund | 14.12 |
| 2023-07-06 | Fix type of iterator variable in SH_START_ITERATE | Andres Freund | 14.9 |
| 2022-11-03 | Add casts to simplehash.h to silence C++ warnings. | Tom Lane | 14.6 |
| 2021-10-22 | Fix frontend version of sh_error() in simplehash.h. | Tom Lane | 14.1 |
| 2021-08-13 | Fix incorrect hash table resizing code in simplehash.h | David Rowley | 14.0 |
| 2021-03-30 | Allow users of simplehash.h to perform direct deletions | David Rowley | 14.0 |
| 2020-08-03 | Correct comment in simplehash.h. | Thomas Munro | 14.0 |
| 2020-08-01 | Improve programmer docs for simplehash and dynahash. | Thomas Munro | 14.0 |