| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix lookup tables used for rounding interval data values when not using | Thomas G. Lockhart | 2002-05-14 | 1 | -14/+14 |
| * | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart | 2002-04-21 | 1 | -171/+545 |
| * | Code review for improved-hashing patch. Fix some portability issues | Tom Lane | 2002-03-09 | 1 | -2/+2 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -3/+3 |
| * | Fix bug in extract/date_part for milliseconds/miscroseconds and | Tatsuo Ishii | 2002-03-04 | 1 | -5/+5 |
| * | Repair bugs in declarations of routines to add timestamptz and interval. | Thomas G. Lockhart | 2002-01-12 | 1 | -3/+3 |
| * | Rework the date/time parsing to tighten up some cases and to enable other | Thomas G. Lockhart | 2001-12-29 | 1 | -2/+13 |
| * | Tweak interval_avg support to avoid coredump with Alpha/Tru64 compiler. | Tom Lane | 2001-11-21 | 1 | -5/+11 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -87/+74 |
| * | Fix transposed arguments for typmod for one INTERVAL production. | Thomas G. Lockhart | 2001-10-20 | 1 | -7/+19 |
| * | Didn't compile on non-HAVE_TM_ZONE machines. | Tom Lane | 2001-10-18 | 1 | -2/+4 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -66/+239 |
| * | Define CEST as a synonym for Central European Savings Time | Thomas G. Lockhart | 2001-10-05 | 1 | -8/+8 |
| * | Fix some problems in new variable-resolution-timestamp code. | Tom Lane | 2001-10-04 | 1 | -6/+13 |
| * | AdjustTimestampForTypmod does not work (at least not portably) on | Tom Lane | 2001-10-03 | 1 | -10/+6 |
| * | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart | 2001-10-03 | 1 | -26/+80 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -398/+972 |
| * | - new to_char(interval, text) | Bruce Momjian | 2001-09-06 | 1 | -6/+3 |
| * | Consolidate several near-identical uses of mktime() into a single | Tom Lane | 2001-05-03 | 1 | -52/+3 |
| * | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane | 2001-05-03 | 1 | -152/+60 |
| * | Correct bogus mktime() calls. | Tom Lane | 2001-04-03 | 1 | -3/+1 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -88/+95 |
| * | Please apply the following patch to fix AIX and IRIX timestamp behavior | Bruce Momjian | 2001-02-13 | 1 | -1/+9 |
| * | 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 | -21/+6 |
| * | Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero". | Thomas G. Lockhart | 2001-01-17 | 1 | -7/+7 |
| * | Repair always-broken date_part('quarter',timestamp). | Thomas G. Lockhart | 2001-01-03 | 1 | -5/+5 |
| * | Make OVERLAPS operators conform to SQL92 spec regarding NULL handling. | Tom Lane | 2000-12-07 | 1 | -21/+91 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -7/+7 |
| * | Allow interpretation of INTERVALs with more timezone-like syntax. | Thomas G. Lockhart | 2000-11-11 | 1 | -3/+3 |
| * | Fix INTERVAL output when year/month has different sign as day/hour etc. | Thomas G. Lockhart | 2000-11-06 | 1 | -21/+81 |
| * | USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are | Peter Eisentraut | 2000-10-29 | 1 | -26/+18 |
| * | * to_char: | Bruce Momjian | 2000-08-29 | 1 | -30/+76 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 1 | -6/+86 |
| * | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 | 1 | -5/+2 |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 1 | -9/+24 |
| * | TOAST | Jan Wieck | 2000-07-03 | 1 | -4/+4 |
| * | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 | 1 | -1/+18 |
| * | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 | 1 | -589/+450 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 1 | -12/+11 |
| * | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane | 2000-05-29 | 1 | -4/+6 |
| * | Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC. | Thomas G. Lockhart | 2000-04-14 | 1 | -5/+37 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -24/+26 |
| * | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart | 2000-04-07 | 1 | -73/+38 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -1/+27 |
| * | Implement "date/time grand unification". | Thomas G. Lockhart | 2000-02-16 | 1 | -59/+2155 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -1/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -1/+0 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -0/+1 |