| Commit message (Expand) | Author | Age |
* | Simplify code in formatting.c now that to upper/lower/initcase do not | Bruce Momjian | 2008-05-20 |
* | Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES. | Tom Lane | 2008-05-19 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Refactor to_char/to_date formatting code; primarily, replace DCH_processor | Tom Lane | 2008-03-22 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Add more comments about thousands separator handling. | Bruce Momjian | 2007-11-22 |
* | Add comments about thousands separator logic. | Bruce Momjian | 2007-11-22 |
* | When setting default thousands separator when locale has "", use logic | Bruce Momjian | 2007-11-21 |
* | Fix typo in comment. | Bruce Momjian | 2007-11-21 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane | 2007-08-04 |
* | Fix a passel of ancient bugs in to_char(), including two distinct buffer | Tom Lane | 2007-06-29 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |
* | Remove rint() for to_char MS and US output. We can't us rint() because | Bruce Momjian | 2007-02-17 |
* | Cleanup of to_char() patch. | Bruce Momjian | 2007-02-17 |
* | Fix // comment | Peter Eisentraut | 2007-02-16 |
* | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian | 2007-02-16 |
* | Fix to_date()/to_timestamp() 'D' field for day of week, was off by one. | Bruce Momjian | 2007-02-14 |
* | Add comment that to_char() for broken glibc pt_BR might cause a problem. | Bruce Momjian | 2007-02-13 |
* | Remove blank lines in code. | Bruce Momjian | 2007-02-09 |
* | Remove blank line from C code. | Bruce Momjian | 2007-02-09 |
* | Fix bug when localized to_char() day or month names were incorectly | Bruce Momjian | 2007-02-08 |
* | Fix bug in our code when using to_timestamp() or to_date() without "TM". | Bruce Momjian | 2007-02-08 |
* | Fix handling of CC (century) format spec in to_date/to_char. According to | Tom Lane | 2007-01-12 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Add workaround for localizing May and abbreviated May differently. Idea | Peter Eisentraut | 2006-11-28 |
* | Revert (too late in beta): | Bruce Momjian | 2006-11-24 |
* | Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES. | Bruce Momjian | 2006-11-24 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Back out patch added during 8.2.X development: | Bruce Momjian | 2006-09-10 |
* | Fix case where "PM" to_timestamp() mask was eating too many characters. | Bruce Momjian | 2006-09-03 |
* | Fix problem that sscanf(buf, "%d", &val) eats leading white space, but | Bruce Momjian | 2006-04-19 |
* | C code whitespace inprovement for formatting.c. | Bruce Momjian | 2006-04-19 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Add comment about localized month names for to_date and to_timestamp. | Bruce Momjian | 2006-03-03 |
* | Revert because C locale uses "" for thousands_sep, meaning "n/a", while | Bruce Momjian | 2006-02-12 |
* | Support "" for thousands separator and plus sign in to_char(), per | Bruce Momjian | 2006-02-12 |
* | Allow to_char() to print localized month and day names. | Bruce Momjian | 2006-02-12 |
* | Allow to_char(interval) and to_char(time) to use AM/PM specifications. | Bruce Momjian | 2005-12-03 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Adjust not-too-sane calculation of DDD value for to_char(interval). | Tom Lane | 2005-10-20 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Add hint for to_char(interval) invalid format specifications. | Bruce Momjian | 2005-08-18 |
* | Fix to_char(interval) to return proper year and century values. | Bruce Momjian | 2005-08-18 |
* | More formatting.c cleanups. | Bruce Momjian | 2005-08-17 |
* | Small cleanup. | Bruce Momjian | 2005-08-17 |
* | Adjust to_char/from_char code to use boolean "is_to_char" rather than | Bruce Momjian | 2005-08-17 |
* | Fix a few macro definitions to ensure that unary minus is enclosed in | Neil Conway | 2005-07-27 |
* | Andrew pointed out that the current fix didn't handle dates that were | Bruce Momjian | 2005-07-23 |
* | Add time/date macros for code clarity: | Bruce Momjian | 2005-07-21 |