Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-02-27 | Move src/backend/utils/hash/hashfn.c to src/common | Robert Haas | 13.0 |
| 2019-09-05 | Split tuptoaster.c into three separate files. | Robert Haas | 13.0 |
| 2017-09-01 | Introduce 64-bit hash functions with a 64-bit seed. | Robert Haas | 11.0 |
| 2016-02-03 | Extend sortsupport for text to more opclasses. | Robert Haas | 9.6.0 |
| 2011-06-22 | Add notion of a "transform function" that can simplify function calls. | Robert Haas | 9.2.0 |
| 2010-12-22 | Use memcmp() rather than strncmp() when shorter string length is known. | Robert Haas | 9.1.0 |