Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-05-11 | Avoid passing unintended format codes to snprintf(). | Tom Lane | 17.10 |
| 2024-06-18 | Fix incorrect punctuation in error message | Peter Eisentraut | 17.0 |
| 2024-04-28 | Detect more overflows in timestamp[tz]_pl_interval. | Tom Lane | 17.0 |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut | 17.0 |
| 2024-02-28 | Fix mis-rounding and overflow hazards in date_bin(). | Tom Lane | 17.0 |
| 2024-02-13 | Catch overflow when rounding intervals in AdjustIntervalForTypmod. | Tom Lane | 17.0 |
| 2024-01-26 | Detect Julian-date overflow in timestamp[tz]_pl_interval. | Tom Lane | 17.0 |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian | 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-10-13 | Add support for AT LOCAL | Michael Paquier | 17.0 |