| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix platform-dependent failure introduced by recent to_char changes | Tom Lane | 2003-04-02 | 1 | -2/+6 |
| * | Fix syntax error in to_char fixes --- was defining variable in main code | Bruce Momjian | 2003-03-27 | 1 | -2/+4 |
| * | to_char fixes, Karel Zak | Bruce Momjian | 2003-03-27 | 1 | -138/+116 |
| * | Back out to_char fixes until regression tests are fixed. | Bruce Momjian | 2003-03-22 | 1 | -53/+38 |
| * | Peter found bug in the to_char() routine for PL/MI options. This | Bruce Momjian | 2003-03-20 | 1 | -38/+53 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 1 | -8/+8 |
| * | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian | 2002-11-08 | 1 | -2/+1 |
| * | The patch fix bug described in TODO: | Bruce Momjian | 2002-09-20 | 1 | -9/+8 |
| * | This patch cleans up some of the code in src/util/adt/formatting.c, | Bruce Momjian | 2002-09-20 | 1 | -49/+53 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -7/+5 |
| * | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart | 2002-04-21 | 1 | -3/+18 |
| * | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut | 2002-04-03 | 1 | -11/+1 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -7/+7 |
| * | Remove MAX/MIN() macros, use c.h Max/Min() instead. | Bruce Momjian | 2002-02-18 | 1 | -13/+2 |
| * | Have to_date() call timestamptz_date() per Karel's email instructions. | Thomas G. Lockhart | 2002-01-04 | 1 | -2/+2 |
| * | Fix to_timestamp/to_date so that zero year input for Y, YY, or YYY | Tom Lane | 2002-01-02 | 1 | -56/+41 |
| * | Repair case-conversion error in to_date's handling of roman numerals. | Tom Lane | 2001-12-10 | 1 | -3/+3 |
| * | Fix for usage of spirntf in more portable way. | Tatsuo Ishii | 2001-12-05 | 1 | -4/+11 |
| * | Grammatical and spelling fixes. | Tom Lane | 2001-11-19 | 1 | -2/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -3/+3 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -120/+120 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -238/+236 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -8/+27 |
| * | It is not fixed and I doubt that it is working fine in current CVS. The | Bruce Momjian | 2001-09-12 | 1 | -6/+11 |
| * | - new to_char(interval, text) | Bruce Momjian | 2001-09-06 | 1 | -294/+429 |
| * | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane | 2001-06-25 | 1 | -4/+6 |
| * | Consolidate several near-identical uses of mktime() into a single | Tom Lane | 2001-05-03 | 1 | -32/+2 |
| * | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 | 1 | -7/+11 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -141/+84 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -385/+428 |
| * | Massive commits for SunOS4 port. | Tatsuo Ishii | 2001-02-27 | 1 | -5/+5 |
| * | poit -> point. | Bruce Momjian | 2001-02-12 | 1 | -2/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Fix up "Postgres-style" time interval representation when fields have | Thomas G. Lockhart | 2001-01-18 | 1 | -8/+2 |
| * | Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero". | Thomas G. Lockhart | 2001-01-17 | 1 | -4/+4 |
| * | Replace overly-cute coding with code that (a) has defined behavior | Tom Lane | 2000-12-23 | 1 | -11/+9 |
| * | here is a patch fixing today's bug report: | Bruce Momjian | 2000-12-15 | 1 | -10/+71 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -12/+12 |
| * | It seems appropriate that the extended MEMORY_CONTEXT_CHECKING code | Tom Lane | 2000-12-01 | 1 | -16/+27 |
| * | here is a patch for formatting.c (to_char/timestampt()), for 7.1 | Bruce Momjian | 2000-11-25 | 1 | -95/+179 |
| * | USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are | Peter Eisentraut | 2000-10-29 | 1 | -13/+11 |
| * | the patch include: | Bruce Momjian | 2000-09-25 | 1 | -6/+16 |
| * | * to_char: | Bruce Momjian | 2000-08-29 | 1 | -25/+67 |
| * | bpchar, varchar, bytea, numeric are toastable --- if you initdb, which | Tom Lane | 2000-07-29 | 1 | -4/+10 |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 1 | -7/+5 |
| * | TOAST | Jan Wieck | 2000-07-03 | 1 | -3/+3 |
| * | In the attache is new (correct) version. I add TZ (timezone) support | Bruce Momjian | 2000-07-03 | 1 | -453/+556 |
| * | Back out Karels to_char changes. | Bruce Momjian | 2000-07-01 | 1 | -422/+370 |
| * | In the attache is new to_date()/to_timestamp() version. | Bruce Momjian | 2000-07-01 | 1 | -370/+422 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -2/+5 |