Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-12-07 | Fix is_digit labeling of to_timestamp's FFn format codes. | Tom Lane | 13.19 |
| 2023-03-14 | Fix corner case bug in numeric to_char() some more. | Tom Lane | 13.11 |
| 2020-09-30 | Fix handling of BC years in to_date/to_timestamp. | Tom Lane | 13.1 |
| 2020-05-16 | Run pgindent with new pg_bsd_indent version 2.1.1. | Tom Lane | 13.0 |
| 2020-05-01 | Get rid of trailing semicolons in C macro definitions. | Tom Lane | 13.0 |
| 2020-03-03 | Allow to_date/to_timestamp to recognize non-English month/day names. | Tom Lane | 13.0 |
| 2020-02-21 | Assume that we have <wchar.h>. | Tom Lane | 13.0 |
| 2020-01-23 | Fix an oversight in commit 4c70098ff. | Tom Lane | 13.0 |
| 2020-01-23 | Clean up formatting.c's logic for matching constant strings. | Tom Lane | 13.0 |