Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-04-22 | Guard against overly-long numeric formatting symbols from locale. | Tom Lane | 16.14 |
| 2026-02-25 | Fix some cases of indirectly casting away const. | Tom Lane | 16.14 |
| 2024-12-07 | Fix is_digit labeling of to_timestamp's FFn format codes. | Tom Lane | 16.7 |
| 2023-03-14 | Fix corner case bug in numeric to_char() some more. | Tom Lane | 16.0 |
| 2022-12-10 | Restructure soft-error handling in formatting.c. | Tom Lane | 16.0 |
| 2022-12-09 | Convert datetime input functions to use "soft" error reporting. | Tom Lane | 16.0 |
| 2022-12-09 | Allow DateTimeParseError to handle bad-timezone error messages. | Tom Lane | 16.0 |
| 2022-12-09 | Const-ify a couple of datetime parsing subroutines. | Tom Lane | 16.0 |