summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
Commit message (Expand)AuthorAgeFilesLines
* Fix to_timestamp() to not require upper/lower case matching for meridianBruce Momjian2009-02-071-119/+118
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove our dependencies on MB_CUR_MAX in favor of believing thatTom Lane2008-12-151-10/+34
* Modify the new to_timestamp implementation so that end-of-format-stringHeikki Linnakangas2008-12-011-2/+3
* Fix 'Q' format char parsing in the new to_timestamp() code. Used to crash.Heikki Linnakangas2008-11-101-3/+4
* Random speculation about the reason for PPC64 buildfarm failures:Tom Lane2008-10-061-2/+2
* Fix pointer-advancement bugs in MS and US cases of new to_timestamp() code.Tom Lane2008-09-261-3/+3
* Tighten up to_date/to_timestamp so that they are more likely to rejectTom Lane2008-09-111-463/+506
* Minor patch on pgbenchBruce Momjian2008-08-221-3/+1
* Const-ify the arguments of str_tolower() and friends to suppress compileTom Lane2008-07-121-64/+55
* Fix bug "select lower('asd') = 'asd'" returns false with multibyte encodingTeodor Sigaev2008-06-261-4/+4
* Merge duplicate upper/lower/initcap() routines in oracle_compat.c andBruce Momjian2008-06-231-52/+116
* Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian2008-06-171-3/+2
* Simplify code in formatting.c now that to upper/lower/initcase do notBruce Momjian2008-05-201-65/+15
* Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES.Tom Lane2008-05-191-253/+128
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-34/+15
* Refactor to_char/to_date formatting code; primarily, replace DCH_processorTom Lane2008-03-221-1160/+951
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Add more comments about thousands separator handling.Bruce Momjian2007-11-221-1/+2
* Add comments about thousands separator logic.Bruce Momjian2007-11-221-2/+3
* When setting default thousands separator when locale has "", use logicBruce Momjian2007-11-211-5/+5
* Fix typo in comment.Bruce Momjian2007-11-211-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-42/+50
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-041-2/+2
* Fix a passel of ancient bugs in to_char(), including two distinct bufferTom Lane2007-06-291-94/+56
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-5/+5
* Remove rint() for to_char MS and US output. We can't us rint() becauseBruce Momjian2007-02-171-3/+5
* Cleanup of to_char() patch.Bruce Momjian2007-02-171-3/+4
* Fix // commentPeter Eisentraut2007-02-161-2/+2
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-161-52/+119
* Fix to_date()/to_timestamp() 'D' field for day of week, was off by one.Bruce Momjian2007-02-141-1/+2
* Add comment that to_char() for broken glibc pt_BR might cause a problem.Bruce Momjian2007-02-131-12/+16
* Remove blank lines in code.Bruce Momjian2007-02-091-3/+1
* Remove blank line from C code.Bruce Momjian2007-02-091-2/+1
* Fix bug when localized to_char() day or month names were incorectlyBruce Momjian2007-02-081-16/+129
* Fix bug in our code when using to_timestamp() or to_date() without "TM".Bruce Momjian2007-02-081-17/+5
* Fix handling of CC (century) format spec in to_date/to_char. According toTom Lane2007-01-121-18/+21
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Add workaround for localizing May and abbreviated May differently. IdeaPeter Eisentraut2006-11-281-3/+8
* Revert (too late in beta):Bruce Momjian2006-11-241-135/+182
* Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.Bruce Momjian2006-11-241-182/+135
* pgindent run for 8.2.Bruce Momjian2006-10-041-10/+10
* Back out patch added during 8.2.X development:Bruce Momjian2006-09-101-1/+2
* Fix case where "PM" to_timestamp() mask was eating too many characters.Bruce Momjian2006-09-031-5/+5
* Fix problem that sscanf(buf, "%d", &val) eats leading white space, butBruce Momjian2006-04-191-20/+37
* C code whitespace inprovement for formatting.c.Bruce Momjian2006-04-191-38/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add comment about localized month names for to_date and to_timestamp.Bruce Momjian2006-03-031-1/+2
* Revert because C locale uses "" for thousands_sep, meaning "n/a", whileBruce Momjian2006-02-121-5/+4
* Support "" for thousands separator and plus sign in to_char(), perBruce Momjian2006-02-121-4/+5