Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-09-30 | Fix handling of BC years in to_date/to_timestamp. | Tom Lane | 9.6.20 |
| 2020-05-01 | Get rid of trailing semicolons in C macro definitions. | Tom Lane | 9.6.18 |
| 2020-01-23 | Fix an oversight in commit 4c70098ff. | Tom Lane | 9.6.17 |
| 2020-01-23 | Clean up formatting.c's logic for matching constant strings. | Tom Lane | 9.6.17 |
| 2016-05-06 | Fix possible read past end of string in to_timestamp(). | Tom Lane | 9.6.0 |
| 2016-03-17 | Fix assorted breakage in to_char()'s OF format option. | Tom Lane | 9.6.0 |
| 2016-03-16 | Be more careful about out-of-range dates and timestamps. | Tom Lane | 9.6.0 |