Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-10-20 | Dodge a compiler bug affecting timetz_zone/timetz_izone. | Tom Lane | 13.13 |
| 2021-09-06 | Fix bogus timetz_zone() results for DYNTZ abbreviations. | Tom Lane | 13.5 |
| 2020-10-07 | Prevent internal overflows in date-vs-timestamp and related comparisons. | Tom Lane | 13.1 |
| 2020-06-04 | Reject "23:59:60.nnn" in datetime input. | Tom Lane | 13.0 |
| 2020-02-27 | Move src/backend/utils/hash/hashfn.c to src/common | Robert Haas | 13.0 |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian | 13.0 |
| 2019-10-21 | Refactor jsonpath's compareDatetime() | Alexander Korotkov | 13.0 |
| 2019-09-25 | Implement parse_datetime() function | Alexander Korotkov | 13.0 |
| 2019-09-25 | Error suppression support for upcoming jsonpath .datetime() method | Alexander Korotkov | 13.0 |