Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-06-08 | Fix missed checks for hashability of container-type equality. | Tom Lane | 14 (unreleased) |
| 2023-09-13 | Fix exception safety bug in typcache.c. | Thomas Munro | 14.10 |
| 2021-09-08 | Disable anonymous record hash support except in special cases | Peter Eisentraut | 14.0 |
| 2021-07-10 | Fix assign_record_type_typmod(). | Jeff Davis | 14.0 |
| 2021-05-29 | Fix race condition when sharing tuple descriptors. | Thomas Munro | 14.0 |
| 2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-12-20 | Multirange datatypes | Alexander Korotkov | 14.0 |
| 2020-12-15 | Improve hash_create()'s API for some added robustness. | Tom Lane | 14.0 |
| 2020-12-09 | Support subscripting of arbitrary types, not only arrays. | Tom Lane | 14.0 |
| 2020-11-19 | Hash support for row types | Peter Eisentraut | 14.0 |
| 2020-11-07 | Move catalog index declarations | Peter Eisentraut | 14.0 |