| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a large number of time zones to the lookup table. | Thomas G. Lockhart | 2002-02-25 | 1 | -167/+144 |
| * | Rename TIME token to ISOTIME to eliminate conflict with gram.y parser | Thomas G. Lockhart | 2002-01-01 | 1 | -4/+4 |
| * | Make sure that all <ctype.h> routines are called with unsigned char | Tom Lane | 2001-12-30 | 1 | -3/+3 |
| * | Fix newly introduced datetime.c compile failure; not enough parens. | Bruce Momjian | 2001-12-29 | 1 | -2/+2 |
| * | Check a bit more carefully for preceeding ISO field tags | Thomas G. Lockhart | 2001-12-29 | 1 | -10/+10 |
| * | Rework the date/time parsing to tighten up some cases and to enable other | Thomas G. Lockhart | 2001-12-29 | 1 | -202/+663 |
| * | Add full name of the month of July to the lookup table. | Thomas G. Lockhart | 2001-12-21 | 1 | -1/+2 |
| * | Spell 'precedes', 'preceding' correctly in various places. | Tom Lane | 2001-11-21 | 1 | -2/+2 |
| * | Add a few new time zones, and list every time zone mentioned in my | Thomas G. Lockhart | 2001-11-21 | 1 | -5/+282 |
| * | Grammatical and spelling fixes. | Tom Lane | 2001-11-19 | 1 | -3/+3 |
| * | Add British Double Standard Time (BDST) per mailing list report. | Thomas G. Lockhart | 2001-11-06 | 1 | -1/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -7/+7 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -140/+146 |
| * | Fix transposed arguments for typmod for one INTERVAL production. | Thomas G. Lockhart | 2001-10-20 | 1 | -25/+48 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -110/+120 |
| * | Suppress gcc warnings. | Tom Lane | 2001-10-11 | 1 | -3/+3 |
| * | Remove gratuitous discrepancy between extract() and date_part(), | Peter Eisentraut | 2001-10-10 | 1 | -4/+4 |
| * | Define CEST as a synonym for Central European Savings Time | Thomas G. Lockhart | 2001-10-05 | 1 | -9/+2 |
| * | Make current_time deliver a fractional-second answer. | Tom Lane | 2001-10-04 | 1 | -1/+5 |
| * | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart | 2001-10-03 | 1 | -19/+107 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -42/+168 |
| * | Remove formatter's assumption that year would never exceed four digits. | Tom Lane | 2001-07-10 | 1 | -43/+13 |
| * | Add GUC setting for Australian timezones. Uses new GUC boolean callback | Bruce Momjian | 2001-06-18 | 1 | -26/+27 |
| * | Consolidate several near-identical uses of mktime() into a single | Tom Lane | 2001-05-03 | 1 | -37/+61 |
| * | Correct bogus mktime() calls. | Tom Lane | 2001-04-03 | 1 | -1/+3 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -55/+87 |
| * | Remove obsolete PowerPC-specific hack for comparisons to DBL_MIN | Tom Lane | 2001-03-14 | 1 | -34/+1 |
| * | 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 | -20/+30 |
| * | Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero". | Thomas G. Lockhart | 2001-01-17 | 1 | -39/+44 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -30/+34 |
| * | Allow interpretation of INTERVALs with more timezone-like syntax. | Thomas G. Lockhart | 2000-11-11 | 1 | -4/+14 |
| * | Fix INTERVAL output when year/month has different sign as day/hour etc. | Thomas G. Lockhart | 2000-11-06 | 1 | -87/+129 |
| * | USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are | Peter Eisentraut | 2000-10-29 | 1 | -26/+17 |
| * | Modify date->timestamp conversion to use mktime(). | Thomas G. Lockhart | 2000-09-12 | 1 | -3/+3 |
| * | Fix indenting in prototype declarations. No functional changes. | Thomas G. Lockhart | 2000-07-14 | 1 | -6/+6 |
| * | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 | 1 | -7/+5 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 1 | -24/+24 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 1 | -9/+19 |
| * | Repair problems with overrun of timezone name length. Increase MAXTZLEN | Tom Lane | 2000-05-29 | 1 | -3/+3 |
| * | Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC. | Thomas G. Lockhart | 2000-04-14 | 1 | -8/+7 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -50/+62 |
| * | Change rules for interpreting date/time input to disallow 1 and 3 character | Thomas G. Lockhart | 2000-03-29 | 1 | -4/+13 |
| * | Support full POSIX-style time zone: EST+3, PST-3, etc. | Thomas G. Lockhart | 2000-03-16 | 1 | -66/+160 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -9/+73 |
| * | All regression tests pass except for rules.sql (unrelated). | Thomas G. Lockhart | 2000-02-16 | 1 | -385/+2004 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -12/+12 |
| * | Remove DATEDEBUG because it didn't look Y2K safe, and fix timestamp elog | Bruce Momjian | 2000-01-02 | 1 | -37/+1 |