aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
Commit message (Expand)AuthorAge
* 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
* Make NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros declare "len".Robert Haas2013-12-02
* Add timezone offset output option to to_char()Bruce Momjian2013-07-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix to_number() to correctly ignore thousands separator when it's '.'.Tom Lane2013-05-11
* Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane2013-03-05
* Reject out-of-range dates in to_date().Tom Lane2013-01-14
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix to_date() and to_timestamp() to allow specification of the day ofBruce Momjian2012-09-03
* Add additional C comments for to_date/to_char() fixes.Bruce Momjian2012-08-08
* Fix to_char(), to_date(), and to_timestamp() to handle negative/BCBruce Momjian2012-08-07
* Remove unreachable codePeter Eisentraut2012-07-16
* Fix to_date's handling of year 519.Tom Lane2012-07-02
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Lots of doc corrections.Robert Haas2012-04-23
* Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut2012-03-15
* Add comment for missing break in switchPeter Eisentraut2012-03-12
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan2011-12-10
* Fix corner case bug in numeric to_char().Tom Lane2011-09-07
* Fix to_date() and to_timestamp() to handle year masks of length < 4 soBruce Momjian2011-09-07
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-23
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10