Commits

DateSubjectAuthorReleases
2017-11-18 Fix quoted-substring handling in format parsing for to_char/to_number/etc. Tom Lane 11.0
2017-11-17 Prevent to_number() from losing data when template doesn't match exactly. Tom Lane 11.0
2017-09-22 Assume wcstombs(), towlower(), and sibling functions are always present. Tom Lane 11.0
2017-06-23 Fix memory leakage in ICU encoding conversion, and other code review. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-05-17 Preventive maintenance in advance of pgindent run. Tom Lane 10.0
2017-02-23 Remove now-dead code for !HAVE_INT64_TIMESTAMP. Tom Lane 10.0
2017-02-20 Improve error message for misuse of TZ, tz, OF formatting patterns. Tom Lane 10.0
2016-09-28 Rationalize format-picture caching logic in formatting.c. Tom Lane 10.0
2016-09-28 Make to_timestamp() and to_date() range-check fields of their input. Tom Lane 10.0
2016-05-06 Fix possible read past end of string in to_timestamp(). Tom Lane 9.6.0
2016-05-06 Fix possible read past end of string in to_timestamp(). Tom Lane 9.1.22
2016-05-06 Fix possible read past end of string in to_timestamp(). Tom Lane 9.5.3
2016-05-06 Fix possible read past end of string in to_timestamp(). Tom Lane 9.3.13
2016-05-06 Fix possible read past end of string in to_timestamp(). Tom Lane 9.4.8
2016-05-06 Fix possible read past end of string in to_timestamp(). Tom Lane 9.2.17
2016-03-17 Fix assorted breakage in to_char()'s OF format option. Tom Lane 9.5.2
2016-03-17 Fix assorted breakage in to_char()'s OF format option. Tom Lane 9.6.0
2016-03-17 Fix assorted breakage in to_char()'s OF format option. Tom Lane 9.4.7
2016-03-16 Be more careful about out-of-range dates and timestamps. Tom Lane 9.6.0
2015-05-04 Second try at fixing warnings caused by commit 9b43d73b3f9bef27. Tom Lane 9.5.0
2014-01-20 Fix to_timestamp/to_date's handling of consecutive spaces in format string. Tom Lane 9.4.0
2014-01-18 Make various variables const (read-only). Tom Lane 9.4.0