| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix sloppy comment. | Tom Lane | 2003-01-22 | 1 | -2/+2 |
| * | Repair inconsistent rounding behavior for timestamp, time, interval, | Tom Lane | 2003-01-09 | 1 | -38/+19 |
| * | Fix breakage in new-in-7.3 timetz_zone() function: was giving random | Tom Lane | 2002-11-21 | 1 | -10/+11 |
| * | Add last-ditch defense against attempts to compile datetime code with | Tom Lane | 2002-09-21 | 1 | -9/+17 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -19/+30 |
| * | Eliminate unnecessary dependency on mktime(), and consequent 'Unable to | Tom Lane | 2002-09-03 | 1 | -23/+10 |
| * | Add guard code to protect from buffer overruns on long date/time input | Thomas G. Lockhart | 2002-08-04 | 1 | -22/+80 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 1 | -3/+3 |
| * | Fix timestamp to date conversion for the case where timestamp uses a double | Thomas G. Lockhart | 2002-06-01 | 1 | -12/+6 |
| * | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart | 2002-04-21 | 1 | -53/+457 |
| * | Code review for improved-hashing patch. Fix some portability issues | Tom Lane | 2002-03-09 | 1 | -2/+2 |
| * | Repair swapped sign for time minus time routine (time_mi_time()). | Thomas G. Lockhart | 2001-11-21 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -17/+11 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -1/+112 |
| * | AdjustTimeForTypmod has the same bug ... | Tom Lane | 2001-10-04 | 1 | -4/+6 |
| * | Fix some problems in new variable-resolution-timestamp code. | Tom Lane | 2001-10-04 | 1 | -5/+9 |
| * | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart | 2001-10-03 | 1 | -19/+94 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -61/+207 |
| * | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane | 2001-05-03 | 1 | -16/+30 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -59/+77 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Make OVERLAPS operators conform to SQL92 spec regarding NULL handling. | Tom Lane | 2000-12-07 | 1 | -39/+193 |
| * | Repair usage of the OVERLAPS operator. | Thomas G. Lockhart | 2000-12-03 | 1 | -3/+111 |
| * | Allow interpretation of INTERVALs with more timezone-like syntax. | Thomas G. Lockhart | 2000-11-11 | 1 | -1/+166 |
| * | USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are | Peter Eisentraut | 2000-10-29 | 1 | -3/+3 |
| * | Modify date->timestamp conversion to use mktime(). | Thomas G. Lockhart | 2000-09-12 | 1 | -99/+28 |
| * | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 | 1 | -3/+1 |
| * | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 | 1 | -5/+25 |
| * | Final #include cleanup. | Bruce Momjian | 2000-06-15 | 1 | -3/+1 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -2/+6 |
| * | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 | 1 | -332/+381 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -36/+30 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -17/+319 |
| * | All regression tests pass except for rules.sql (unrelated). | Thomas G. Lockhart | 2000-02-16 | 1 | -1105/+361 |
| * | 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 | -3/+3 |
| * | Remove DATEDEBUG because it didn't look Y2K safe, and fix timestamp elog | Bruce Momjian | 2000-01-02 | 1 | -10/+1 |
| * | values.h patch from Alex Howansky | Bruce Momjian | 1999-09-21 | 1 | -1/+8 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -2/+3 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -1/+2 |
| * | Attempting to insert a value of 'now' into a datetime type | Bruce Momjian | 1999-03-14 | 1 | -4/+4 |
| * | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 | 1 | -5/+5 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -1/+3 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -130/+129 |