| Commit message (Expand) | Author | Age | Files | Lines |
| * | Be more careful about out-of-range dates and timestamps. | Tom Lane | 2016-03-16 | 1 | -0/+5 |
| * | Constructors for interval, timestamp, timestamptz | Alvaro Herrera | 2014-03-04 | 1 | -0/+3 |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 1 | -9/+9 |
| * | Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as | Tom Lane | 2009-03-22 | 1 | -2/+1 |
| * | Tighten up to_date/to_timestamp so that they are more likely to reject | Tom Lane | 2008-09-11 | 1 | -47/+0 |
| * | Adjust timestamp regression tests to prevent two low-probability failure | Tom Lane | 2008-05-25 | 1 | -10/+24 |
| * | Install a more correct fix in the timestamp and timestamptz regression tests: | Alvaro Herrera | 2007-02-16 | 1 | -11/+0 |
| * | Fix the timestamptz test problem, by moving the tests that use the | Alvaro Herrera | 2007-02-16 | 1 | -0/+11 |
| * | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian | 2007-02-16 | 1 | -0/+25 |
| * | Fix up some problems in handling of zic-style time zone names in datetime | Tom Lane | 2006-10-17 | 1 | -7/+5 |
| * | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 | 1 | -2/+0 |
| * | Please find attached two patches for documentation and regression tests | Bruce Momjian | 2006-07-06 | 1 | -0/+5 |
| * | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian | 2005-06-26 | 1 | -2/+2 |
| * | Per a brief conversation with Tom, I've created a patch for adding | Bruce Momjian | 2004-03-05 | 1 | -0/+2 |
| * | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | 2003-07-29 | 1 | -1/+3 |
| * | Make regress tests safe for variable-resolution timestamps. | Tom Lane | 2001-10-04 | 1 | -1/+3 |
| * | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart | 2001-10-03 | 1 | -3/+5 |
| * | Add separate regression tests for timetz and the new timestamptz type. | Thomas G. Lockhart | 2001-09-28 | 1 | -60/+45 |
| * | Add GUC setting for Australian timezones. Uses new GUC boolean callback | Bruce Momjian | 2001-06-18 | 1 | -1/+2 |
| * | here is a patch for formatting.c (to_char/timestampt()), for 7.1 | Bruce Momjian | 2000-11-25 | 1 | -0/+12 |
| * | Add check of 'SET DateStyle TO DEFAULT'. | Tom Lane | 2000-09-22 | 1 | -0/+2 |
| * | Update create_rule manual page. | Bruce Momjian | 2000-04-07 | 1 | -0/+3 |
| * | Support full POSIX-style time zone: EST+3, PST-3, etc. | Thomas G. Lockhart | 2000-03-16 | 1 | -16/+21 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -3/+5 |
| * | Hi, | Bruce Momjian | 2000-03-08 | 1 | -0/+45 |
| * | All regression tests pass except for rules.sql (unrelated). | Thomas G. Lockhart | 2000-02-16 | 1 | -0/+169 |