Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-02-24 | Adapt hashfn.c and hashutils.h for frontend use. | Robert Haas | 13.0 |
| 2020-02-24 | Put all the prototypes for hashfn.c into the same header file. | Robert Haas | 13.0 |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian | 13.0 |
| 2019-08-18 | Fix incidental warnings from cpluspluscheck. | Tom Lane | 13.0 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-03-11 | Move hash_any prototype from access/hash.h to utils/hashutils.h | Alvaro Herrera | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-01-29 | Backport: Add inline murmurhash32(uint32) function. | Andres Freund | 10.2 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-11-07 | Fix unportable spelling of int64 constant. | Tom Lane | 11.0 |
| 2017-10-29 | Add hash_combine64. | Robert Haas | 11.0 |
| 2017-09-30 | Fix typo. | Andres Freund | 11.0 |
| 2017-09-22 | Add inline murmurhash32(uint32) function. | Andres Freund | 11.0 |
| 2017-08-22 | Add a hash_combine function for mixing hash values. | Andres Freund | 11.0 |