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