summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
Commit message (Expand)AuthorAgeFilesLines
* Revert f68dc5d86b9f287f80f4417f5a24d876eb13771dBruce Momjian2014-09-121-310/+310
* More formatting.c variable renaming, for clarityBruce Momjian2014-09-121-310/+310
* Rename C variables in formatting.c, for clarityBruce Momjian2014-09-051-82/+97
* Fix typos in comments.Heikki Linnakangas2014-05-211-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Fix to_timestamp/to_date's handling of consecutive spaces in format string.Tom Lane2014-01-201-6/+12
* Make various variables const (read-only).Tom Lane2014-01-181-37/+30
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Make NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros declare "len".Robert Haas2013-12-021-18/+15
* Add timezone offset output option to to_char()Bruce Momjian2013-07-011-2/+15
* pgindent run for release 9.3Bruce Momjian2013-05-291-6/+5
* Fix to_number() to correctly ignore thousands separator when it's '.'.Tom Lane2013-05-111-24/+12
* Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane2013-03-051-54/+116
* Reject out-of-range dates in to_date().Tom Lane2013-01-141-0/+6
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Fix to_date() and to_timestamp() to allow specification of the day ofBruce Momjian2012-09-031-3/+7
* Add additional C comments for to_date/to_char() fixes.Bruce Momjian2012-08-081-0/+2
* Fix to_char(), to_date(), and to_timestamp() to handle negative/BCBruce Momjian2012-08-071-17/+32
* Remove unreachable codePeter Eisentraut2012-07-161-1/+0
* Fix to_date's handling of year 519.Tom Lane2012-07-021-4/+4
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-3/+3
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut2012-03-151-1/+1
* Add comment for missing break in switchPeter Eisentraut2012-03-121-0/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-271-2/+2
* Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan2011-12-101-0/+12
* Fix corner case bug in numeric to_char().Tom Lane2011-09-071-7/+20
* Fix to_date() and to_timestamp() to handle year masks of length < 4 soBruce Momjian2011-09-071-26/+32
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-231-6/+10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-12/+12
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-221-0/+78
* Fix up handling of C/POSIX collations.Tom Lane2011-03-201-26/+137
* Use macros for time-based constants, rather than constants.Bruce Momjian2011-03-121-10/+10
* Per-column collation supportPeter Eisentraut2011-02-081-52/+88
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0, second runBruce Momjian2010-07-061-6/+7
* Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works,Tom Lane2010-04-071-39/+26
* Document that "Q" is ignored by to_date and to_timestamp. Add C commentBruce Momjian2010-03-031-4/+6
* pgindent run for 9.0Bruce Momjian2010-02-261-156/+160
* Add C comment that do_to_timestamp() lacks error checking.Bruce Momjian2010-02-251-1/+4
* Revert recent change of to_char('HH12') handling for intervals; insteadBruce Momjian2010-02-231-4/+4
* Secondary patch to fix interval to_char() for "HH" where hours >= 12.Bruce Momjian2010-02-231-2/+3
* Supress convertion of zero hours to '12' for intervals when usingBruce Momjian2010-02-231-3/+3
* Honor to_char() "FM" specification in YYY, YY, and Y; it was alreadyBruce Momjian2010-02-161-6/+9
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Refactor NUM_cache_remove calls in error report path to a PG_TRY block.Alvaro Herrera2009-08-101-44/+16
* Support EEEE (scientific notation) in to_char().Tom Lane2009-08-101-10/+178
* Fix ancient bug in handling of to_char modifier 'TH', when used with HH.Heikki Linnakangas2009-07-061-2/+2