aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
Commit message (Expand)AuthorAge
* 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
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-22
* Fix up handling of C/POSIX collations.Tom Lane2011-03-20
* Use macros for time-based constants, rather than constants.Bruce Momjian2011-03-12
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works,Tom Lane2010-04-07
* Document that "Q" is ignored by to_date and to_timestamp. Add C commentBruce Momjian2010-03-03
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add C comment that do_to_timestamp() lacks error checking.Bruce Momjian2010-02-25
* Revert recent change of to_char('HH12') handling for intervals; insteadBruce Momjian2010-02-23
* Secondary patch to fix interval to_char() for "HH" where hours >= 12.Bruce Momjian2010-02-23
* Supress convertion of zero hours to '12' for intervals when usingBruce Momjian2010-02-23
* Honor to_char() "FM" specification in YYY, YY, and Y; it was alreadyBruce Momjian2010-02-16
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Refactor NUM_cache_remove calls in error report path to a PG_TRY block.Alvaro Herrera2009-08-10
* Support EEEE (scientific notation) in to_char().Tom Lane2009-08-10
* Fix ancient bug in handling of to_char modifier 'TH', when used with HH.Heikki Linnakangas2009-07-06
* Make to_timestamp and friends skip leading spaces before an integer field,Tom Lane2009-06-22
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Clean up the code for to_timestamp's conversion of year plus ISO day numberTom Lane2009-03-15
* Fix core dump due to null-pointer dereference in to_char() when datetimeTom Lane2009-03-12
* Fix to_timestamp() to not require upper/lower case matching for meridianBruce Momjian2009-02-07
* Update copyright for 2009.Bruce Momjian2009-01-01
* Remove our dependencies on MB_CUR_MAX in favor of believing thatTom Lane2008-12-15
* Modify the new to_timestamp implementation so that end-of-format-stringHeikki Linnakangas2008-12-01
* Fix 'Q' format char parsing in the new to_timestamp() code. Used to crash.Heikki Linnakangas2008-11-10
* Random speculation about the reason for PPC64 buildfarm failures:Tom Lane2008-10-06
* Fix pointer-advancement bugs in MS and US cases of new to_timestamp() code.Tom Lane2008-09-26
* Tighten up to_date/to_timestamp so that they are more likely to rejectTom Lane2008-09-11
* Minor patch on pgbenchBruce Momjian2008-08-22
* Const-ify the arguments of str_tolower() and friends to suppress compileTom Lane2008-07-12