| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Refactor NUM_cache_remove calls in error report path to a PG_TRY block. | Alvaro Herrera | 2009-08-10 | 1 | -44/+16 |
| * | Support EEEE (scientific notation) in to_char(). | Tom Lane | 2009-08-10 | 1 | -10/+178 |
| * | Fix ancient bug in handling of to_char modifier 'TH', when used with HH. | Heikki Linnakangas | 2009-07-06 | 1 | -2/+2 |
| * | Make to_timestamp and friends skip leading spaces before an integer field, | Tom Lane | 2009-06-22 | 1 | -2/+7 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -126/+129 |
| * | Clean up the code for to_timestamp's conversion of year plus ISO day number | Tom Lane | 2009-03-15 | 1 | -27/+27 |
| * | Fix core dump due to null-pointer dereference in to_char() when datetime | Tom Lane | 2009-03-12 | 1 | -35/+24 |
| * | Fix to_timestamp() to not require upper/lower case matching for meridian | Bruce Momjian | 2009-02-07 | 1 | -119/+118 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Remove our dependencies on MB_CUR_MAX in favor of believing that | Tom Lane | 2008-12-15 | 1 | -10/+34 |
| * | Modify the new to_timestamp implementation so that end-of-format-string | Heikki Linnakangas | 2008-12-01 | 1 | -2/+3 |
| * | Fix 'Q' format char parsing in the new to_timestamp() code. Used to crash. | Heikki Linnakangas | 2008-11-10 | 1 | -3/+4 |
| * | Random speculation about the reason for PPC64 buildfarm failures: | Tom Lane | 2008-10-06 | 1 | -2/+2 |
| * | Fix pointer-advancement bugs in MS and US cases of new to_timestamp() code. | Tom Lane | 2008-09-26 | 1 | -3/+3 |
| * | Tighten up to_date/to_timestamp so that they are more likely to reject | Tom Lane | 2008-09-11 | 1 | -463/+506 |
| * | Minor patch on pgbench | Bruce Momjian | 2008-08-22 | 1 | -3/+1 |
| * | Const-ify the arguments of str_tolower() and friends to suppress compile | Tom Lane | 2008-07-12 | 1 | -64/+55 |
| * | Fix bug "select lower('asd') = 'asd'" returns false with multibyte encoding | Teodor Sigaev | 2008-06-26 | 1 | -4/+4 |
| * | Merge duplicate upper/lower/initcap() routines in oracle_compat.c and | Bruce Momjian | 2008-06-23 | 1 | -52/+116 |
| * | Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use | Bruce Momjian | 2008-06-17 | 1 | -3/+2 |
| * | Simplify code in formatting.c now that to upper/lower/initcase do not | Bruce Momjian | 2008-05-20 | 1 | -65/+15 |
| * | Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES. | Tom Lane | 2008-05-19 | 1 | -253/+128 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -34/+15 |
| * | Refactor to_char/to_date formatting code; primarily, replace DCH_processor | Tom Lane | 2008-03-22 | 1 | -1160/+951 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Add more comments about thousands separator handling. | Bruce Momjian | 2007-11-22 | 1 | -1/+2 |
| * | Add comments about thousands separator logic. | Bruce Momjian | 2007-11-22 | 1 | -2/+3 |
| * | When setting default thousands separator when locale has "", use logic | Bruce Momjian | 2007-11-21 | 1 | -5/+5 |
| * | Fix typo in comment. | Bruce Momjian | 2007-11-21 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -42/+50 |
| * | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane | 2007-08-04 | 1 | -2/+2 |
| * | Fix a passel of ancient bugs in to_char(), including two distinct buffer | Tom Lane | 2007-06-29 | 1 | -94/+56 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -5/+5 |
| * | Remove rint() for to_char MS and US output. We can't us rint() because | Bruce Momjian | 2007-02-17 | 1 | -3/+5 |
| * | Cleanup of to_char() patch. | Bruce Momjian | 2007-02-17 | 1 | -3/+4 |
| * | Fix // comment | Peter Eisentraut | 2007-02-16 | 1 | -2/+2 |
| * | 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 |