summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
AgeCommit message (Expand)Author
2013-03-05Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane
2013-01-14Reject out-of-range dates in to_date().Tom Lane
2011-09-07Fix corner case bug in numeric to_char().Tom Lane
2011-04-23Fix char2wchar/wchar2char to support collations properly.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-22Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane
2011-03-20Fix up handling of C/POSIX collations.Tom Lane
2011-03-12Use macros for time-based constants, rather than constants.Bruce Momjian
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-04-07Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works,Tom Lane
2010-03-03Document that "Q" is ignored by to_date and to_timestamp. Add C commentBruce Momjian
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-25Add C comment that do_to_timestamp() lacks error checking.Bruce Momjian
2010-02-23Revert recent change of to_char('HH12') handling for intervals; insteadBruce Momjian
2010-02-23Secondary patch to fix interval to_char() for "HH" where hours >= 12.Bruce Momjian
2010-02-23Supress convertion of zero hours to '12' for intervals when usingBruce Momjian
2010-02-16Honor to_char() "FM" specification in YYY, YY, and Y; it was alreadyBruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-08-10Refactor NUM_cache_remove calls in error report path to a PG_TRY block.Alvaro Herrera
2009-08-10Support EEEE (scientific notation) in to_char().Tom Lane
2009-07-06Fix ancient bug in handling of to_char modifier 'TH', when used with HH.Heikki Linnakangas
2009-06-22Make to_timestamp and friends skip leading spaces before an integer field,Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-15Clean up the code for to_timestamp's conversion of year plus ISO day numberTom Lane
2009-03-12Fix core dump due to null-pointer dereference in to_char() when datetimeTom Lane
2009-02-07Fix to_timestamp() to not require upper/lower case matching for meridianBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-15Remove our dependencies on MB_CUR_MAX in favor of believing thatTom Lane
2008-12-01Modify the new to_timestamp implementation so that end-of-format-stringHeikki Linnakangas
2008-11-10Fix 'Q' format char parsing in the new to_timestamp() code. Used to crash.Heikki Linnakangas
2008-10-06Random speculation about the reason for PPC64 buildfarm failures:Tom Lane
2008-09-26Fix pointer-advancement bugs in MS and US cases of new to_timestamp() code.Tom Lane
2008-09-11Tighten up to_date/to_timestamp so that they are more likely to rejectTom Lane
2008-08-22Minor patch on pgbenchBruce Momjian
2008-07-12Const-ify the arguments of str_tolower() and friends to suppress compileTom Lane
2008-06-26Fix bug "select lower('asd') = 'asd'" returns false with multibyte encodingTeodor Sigaev
2008-06-23Merge duplicate upper/lower/initcap() routines in oracle_compat.c andBruce Momjian
2008-06-17Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian
2008-05-20Simplify code in formatting.c now that to upper/lower/initcase do notBruce Momjian
2008-05-19Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES.Tom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-03-22Refactor to_char/to_date formatting code; primarily, replace DCH_processorTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-22Add more comments about thousands separator handling.Bruce Momjian
2007-11-22Add comments about thousands separator logic.Bruce Momjian
2007-11-21When setting default thousands separator when locale has "", use logicBruce Momjian
2007-11-21Fix typo in comment.Bruce Momjian