aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
Commit message (Expand)AuthorAge
* Fix more format truncation issuesPeter Eisentraut2018-03-15
* Implement TZH and TZM timestamp format patternsAndrew Dunstan2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Improve to_date/to_number/to_timestamp behavior with multibyte characters.Tom Lane2017-11-18
* Fix quoted-substring handling in format parsing for to_char/to_number/etc.Tom Lane2017-11-18
* Prevent to_number() from losing data when template doesn't match exactly.Tom Lane2017-11-17
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane2017-09-22
* Fix build with !USE_WIDE_UPPER_LOWERPeter Eisentraut2017-09-22
* Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane2017-06-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* ICU supportPeter Eisentraut2017-03-23
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* Improve error message for misuse of TZ, tz, OF formatting patterns.Tom Lane2017-02-20
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Rationalize format-picture caching logic in formatting.c.Tom Lane2016-09-28
* Make to_timestamp() and to_date() range-check fields of their input.Tom Lane2016-09-28
* Fix several one-byte buffer over-reads in to_numberPeter Eisentraut2016-08-08
* pgindent run for 9.6Robert Haas2016-06-09
* Fix various common mispellings.Greg Stark2016-06-03
* Fix possible read past end of string in to_timestamp().Tom Lane2016-05-06
* Fix assorted breakage in to_char()'s OF format option.Tom Lane2016-03-17
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-16
* Update copyright for 2016Bruce Momjian2016-01-02
* to_number(): allow 'V' to divide by 10^(the number of digits)Bruce Momjian2015-10-05
* to_char(): Do not count negative sign as a digit for time valuesBruce Momjian2015-10-05
* pgindent run for 9.5Bruce Momjian2015-05-23
* Second try at fixing warnings caused by commit 9b43d73b3f9bef27.Tom Lane2015-05-03
* Attempt to fix some compiler warnings.Robert Haas2015-04-29
* to_char(): have format 'OF' only show the leading negative signBruce Momjian2015-04-28
* to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14Bruce Momjian2015-03-22
* to_char(float4/8): zero pad to specified lengthBruce Momjian2015-03-21
* Check DCH_MAX_ITEM_SIZ limits with <=, not <.Noah Misch2015-02-06
* to_char(): prevent writing beyond the allocated bufferBruce Momjian2015-02-02
* to_char(): prevent accesses beyond the allocated bufferBruce Momjian2015-02-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Revert f68dc5d86b9f287f80f4417f5a24d876eb13771dBruce Momjian2014-09-12
* More formatting.c variable renaming, for clarityBruce Momjian2014-09-12
* Rename C variables in formatting.c, for clarityBruce Momjian2014-09-05
* Fix typos in comments.Heikki Linnakangas2014-05-21
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix to_timestamp/to_date's handling of consecutive spaces in format string.Tom Lane2014-01-20
* Make various variables const (read-only).Tom Lane2014-01-18
* Update copyright for 2014Bruce Momjian2014-01-07