| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian | 2007-02-16 | 1 | -52/+119 |
| * | Fix to_date()/to_timestamp() 'D' field for day of week, was off by one. | Bruce Momjian | 2007-02-14 | 1 | -1/+2 |
| * | Add comment that to_char() for broken glibc pt_BR might cause a problem. | Bruce Momjian | 2007-02-13 | 1 | -12/+16 |
| * | Remove blank lines in code. | Bruce Momjian | 2007-02-09 | 1 | -3/+1 |
| * | Remove blank line from C code. | Bruce Momjian | 2007-02-09 | 1 | -2/+1 |
| * | Fix bug when localized to_char() day or month names were incorectly | Bruce Momjian | 2007-02-08 | 1 | -16/+129 |
| * | Fix bug in our code when using to_timestamp() or to_date() without "TM". | Bruce Momjian | 2007-02-08 | 1 | -17/+5 |
| * | Fix handling of CC (century) format spec in to_date/to_char. According to | Tom Lane | 2007-01-12 | 1 | -18/+21 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Add workaround for localizing May and abbreviated May differently. Idea | Peter Eisentraut | 2006-11-28 | 1 | -3/+8 |
| * | Revert (too late in beta): | Bruce Momjian | 2006-11-24 | 1 | -135/+182 |
| * | Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES. | Bruce Momjian | 2006-11-24 | 1 | -182/+135 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -10/+10 |
| * | Back out patch added during 8.2.X development: | Bruce Momjian | 2006-09-10 | 1 | -1/+2 |
| * | Fix case where "PM" to_timestamp() mask was eating too many characters. | Bruce Momjian | 2006-09-03 | 1 | -5/+5 |
| * | Fix problem that sscanf(buf, "%d", &val) eats leading white space, but | Bruce Momjian | 2006-04-19 | 1 | -20/+37 |
| * | C code whitespace inprovement for formatting.c. | Bruce Momjian | 2006-04-19 | 1 | -38/+1 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Add comment about localized month names for to_date and to_timestamp. | Bruce Momjian | 2006-03-03 | 1 | -1/+2 |
| * | Revert because C locale uses "" for thousands_sep, meaning "n/a", while | Bruce Momjian | 2006-02-12 | 1 | -5/+4 |
| * | Support "" for thousands separator and plus sign in to_char(), per | Bruce Momjian | 2006-02-12 | 1 | -4/+5 |
| * | Allow to_char() to print localized month and day names. | Bruce Momjian | 2006-02-12 | 1 | -20/+233 |
| * | Allow to_char(interval) and to_char(time) to use AM/PM specifications. | Bruce Momjian | 2005-12-03 | 1 | -20/+16 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -7/+8 |
| * | Adjust not-too-sane calculation of DDD value for to_char(interval). | Tom Lane | 2005-10-20 | 1 | -28/+34 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -170/+169 |
| * | Add hint for to_char(interval) invalid format specifications. | Bruce Momjian | 2005-08-18 | 1 | -17/+18 |
| * | Fix to_char(interval) to return proper year and century values. | Bruce Momjian | 2005-08-18 | 1 | -242/+190 |
| * | More formatting.c cleanups. | Bruce Momjian | 2005-08-17 | 1 | -12/+1 |
| * | Small cleanup. | Bruce Momjian | 2005-08-17 | 1 | -4/+1 |
| * | Adjust to_char/from_char code to use boolean "is_to_char" rather than | Bruce Momjian | 2005-08-17 | 1 | -138/+123 |
| * | Fix a few macro definitions to ensure that unary minus is enclosed in | Neil Conway | 2005-07-27 | 1 | -9/+9 |
| * | Andrew pointed out that the current fix didn't handle dates that were | Bruce Momjian | 2005-07-23 | 1 | -2/+2 |
| * | Add time/date macros for code clarity: | Bruce Momjian | 2005-07-21 | 1 | -11/+11 |
| * | Add 'day' field to INTERVAL so 1 day interval can be distinguished from | Bruce Momjian | 2005-07-20 | 1 | -3/+3 |
| * | Code cleanup: remove 3 duplicate static function declarations. | Neil Conway | 2005-06-24 | 1 | -4/+1 |
| * | More trivial dead code removal: in int_to_roman(), checking for "num == -1" | Neil Conway | 2005-06-22 | 1 | -6/+2 |
| * | This patch makes it possible to use the full set of timezones when doing | Bruce Momjian | 2005-06-15 | 1 | -3/+3 |
| * | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 1 | -11/+11 |
| * | Prevent to_char(interval) from dumping core on month-related formats | Tom Lane | 2005-03-26 | 1 | -25/+41 |
| * | Fix to_date to behave reasonably when CC and YY fields are both used. | Tom Lane | 2005-03-25 | 1 | -10/+29 |
| * | Remove unportable assumption that it's okay to use the target buffer | Tom Lane | 2005-01-13 | 1 | -7/+9 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 1 | -2/+2 |
| * | Fix unportable isdigit() call --- must cast arg to unsigned char. | Tom Lane | 2004-11-20 | 1 | -5/+5 |
| * | Update comment to point to proper file. | Bruce Momjian | 2004-11-01 | 1 | -2/+2 |
| * | Fix to_number for the case of a trailing S. | Tom Lane | 2004-10-28 | 1 | -44/+137 |
| * | More minor cosmetic improvements: | Neil Conway | 2004-10-13 | 1 | -4/+6 |
| * | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -1/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -59/+62 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |