| Commit message (Expand) | Author | Age | Files | Lines |
* | Update this branch to match CVS head, includes WIN32 improvements. | Bruce Momjian | 2003-09-07 | 1 | -36/+31 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -3/+4 |
* | Fix floating-point timestamp comparisons to not go nuts if NaN is | Tom Lane | 2003-08-08 | 1 | -78/+54 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
* | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -84/+86 |
* | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -179/+343 |
* | I corecting date_trunc('quarter',...) and friends because orig version | Bruce Momjian | 2003-07-26 | 1 | -5/+5 |
* | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention | Tom Lane | 2003-07-17 | 1 | -6/+7 |
* | tm2timestamp should return -1, not elog, on overflow. (In the backend | Tom Lane | 2003-07-04 | 1 | -5/+10 |
* | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 1 | -12/+128 |
* | Remove unnecessary dt2local() call. | Tom Lane | 2003-04-07 | 1 | -3/+1 |
* | Avoid repeated computation of the constants date2j(1970, 1, 1) and | Tom Lane | 2003-04-04 | 1 | -17/+12 |
* | Attached is a patch that limits the range tested by horology to | Bruce Momjian | 2003-03-20 | 1 | -1/+4 |
* | Add explicit tests for division by zero to all user-accessible integer | Tom Lane | 2003-03-11 | 1 | -2/+2 |
* | Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zone | Tom Lane | 2003-02-27 | 1 | -4/+17 |
* | Simplify timezone-handling code per proposal to pghackers: get rid of | Tom Lane | 2003-02-22 | 1 | -3/+7 |
* | Fix sloppy comment. | Tom Lane | 2003-01-22 | 1 | -3/+3 |
* | Repair inconsistent rounding behavior for timestamp, time, interval, | Tom Lane | 2003-01-09 | 1 | -67/+37 |
* | Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed | Tom Lane | 2002-11-12 | 1 | -9/+1 |
* | Add last-ditch defense against attempts to compile datetime code with | Tom Lane | 2002-09-21 | 1 | -2/+10 |
* | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -50/+70 |
* | EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestamp | Tom Lane | 2002-09-03 | 1 | -2/+6 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
* | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 1 | -4/+5 |
* | Add guard code to protect from buffer overruns on long date/time input | Thomas G. Lockhart | 2002-08-04 | 1 | -23/+44 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
* | 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 |