Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-04-22 | Guard against overly-long numeric formatting symbols from locale. | Tom Lane | 14.23 |
| 2026-02-25 | Fix some cases of indirectly casting away const. | Tom Lane | 14.23 |
| 2024-12-07 | Fix is_digit labeling of to_timestamp's FFn format codes. | Tom Lane | 14.16 |
| 2023-03-14 | Fix corner case bug in numeric to_char() some more. | Tom Lane | 14.8 |
| 2020-09-30 | Fix handling of BC years in to_date/to_timestamp. | Tom Lane | 14.0 |
| 2020-09-05 | Yet more elimination of dead stores and useless initializations. | Tom Lane | 14.0 |
| 2020-09-05 | Remove still more useless assignments. | Tom Lane | 14.0 |
| 2020-07-22 | Support infinity and -infinity in the numeric data type. | Tom Lane | 14.0 |