Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-12-07 | Fix is_digit labeling of to_timestamp's FFn format codes. | Tom Lane | 17.3 |
| 2024-09-14 | Run regression tests with timezone America/Los_Angeles. | Tom Lane | 17.0 |
| 2024-09-12 | Make jsonpath .string() be immutable for datetimes. | Tom Lane | 17.0 |
| 2024-05-22 | Fix input of ISO "extended" time format for types time and timetz. | Tom Lane | 17.0 |
| 2024-04-28 | Detect more overflows in timestamp[tz]_pl_interval. | Tom Lane | 17.0 |
| 2024-01-26 | Detect Julian-date overflow in timestamp[tz]_pl_interval. | Tom Lane | 17.0 |
| 2024-01-25 | Support TZ and OF format codes in to_timestamp(). | Tom Lane | 17.0 |
| 2023-11-14 | Support +/- infinity in the interval data type. | Dean Rasheed | 17.0 |
| 2023-11-09 | Avoid integer overflow hazard in interval_time(). | Dean Rasheed | 17.0 |