Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-02-13 | Catch overflow when rounding intervals in AdjustIntervalForTypmod. | Tom Lane | 17.0 |
| 2023-11-18 | Guard against overflow in interval_mul() and interval_div(). | Dean Rasheed | 17.0 |
| 2023-11-14 | Support +/- infinity in the interval data type. | Dean Rasheed | 17.0 |
| 2023-10-29 | Guard against overflow in make_interval(). | Dean Rasheed | 17.0 |
| 2023-08-28 | Tighten unit parsing in internal values | Michael Paquier | 17.0 |
| 2023-08-28 | Tighten handling of "ago" in interval values | Michael Paquier | 17.0 |