Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-02-20 | Fix parsing of ISO-8601 interval fields with exponential notation. | Tom Lane | 15.3 |
| 2023-02-12 | Avoid dereferencing an undefined pointer in DecodeInterval(). | Tom Lane | 15.3 |
| 2022-04-03 | Fix portability issues in datetime parsing. | Tom Lane | 15.0 |
| 2022-04-02 | Fix overflow hazards in interval input and output conversions. | Tom Lane | 15.0 |
| 2022-04-02 | Add a couple more tests for interval input decoding. | Tom Lane | 15.0 |
| 2022-02-28 | Handle integer overflow in interval justification functions. | Tom Lane | 15.0 |
| 2022-01-03 | Clean up error messages related to bad datetime units. | Tom Lane | 15.0 |