Commits
Showing commits that first shipped in 9.3 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2016-05-06 | Fix possible read past end of string in to_timestamp(). | Tom Lane | 9.3.13 |
| 2013-05-11 | Fix to_number() to correctly ignore thousands separator when it's '.'. | Tom Lane | 9.3.0 |
| 2013-03-05 | Fix to_char() to use ASCII-only case-folding rules where appropriate. | Tom Lane | 9.3.0 |
| 2013-01-14 | Reject out-of-range dates in to_date(). | Tom Lane | 9.3.0 |
| 2012-07-02 | Fix to_date's handling of year 519. | Tom Lane | 9.3.0 |