| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix timestamptz regression test to still work with latest IANA zone data. | Tom Lane | 2017-03-09 | 1 | -217/+107 |
| * | Add a regression test script dedicated to exercising system views. | Tom Lane | 2017-01-30 | 1 | -35/+0 |
| * | Disable transforms that replaced AT TIME ZONE with RelabelType. | Tom Lane | 2017-01-18 | 1 | -0/+19 |
| * | Add regression test coverage for non-default timezone abbreviation sets. | Tom Lane | 2016-09-04 | 1 | -0/+15 |
| * | Don't require dynamic timezone abbreviations to match underlying time zone. | Tom Lane | 2016-09-02 | 1 | -0/+20 |
| * | Remove just-added tests for to_timestamp(float8) with out-of-range inputs. | Tom Lane | 2016-03-29 | 1 | -7/+1 |
| * | Allow to_timestamp(float8) to convert float infinity to timestamp infinity. | Tom Lane | 2016-03-29 | 1 | -0/+47 |
| * | Fix assorted breakage in to_char()'s OF format option. | Tom Lane | 2016-03-17 | 1 | -0/+51 |
| * | Be more careful about out-of-range dates and timestamps. | Tom Lane | 2016-03-16 | 1 | -0/+24 |
| * | to_char(): Do not count negative sign as a digit for time values | Bruce Momjian | 2015-10-05 | 1 | -3/+3 |
| * | Don't require bleeding-edge timezone data in timestamptz regression test. | Tom Lane | 2014-11-18 | 1 | -111/+113 |
| * | Support timezone abbreviations that sometimes change. | Tom Lane | 2014-10-16 | 1 | -0/+680 |
| * | Be more wary in choice of timezone names to test make_timestamptz with. | Tom Lane | 2014-05-12 | 1 | -11/+5 |
| * | Constructors for interval, timestamp, timestamptz | Alvaro Herrera | 2014-03-04 | 1 | -0/+114 |
| * | Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate | Bruce Momjian | 2013-10-16 | 1 | -0/+22 |
| * | Fix to_char(), to_date(), and to_timestamp() to handle negative/BC | Bruce Momjian | 2012-08-07 | 1 | -2/+2 |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 1 | -17/+12 |
| * | Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works, | Tom Lane | 2010-04-07 | 1 | -21/+21 |
| * | Honor to_char() "FM" specification in YYY, YY, and Y; it was already | Bruce Momjian | 2010-02-16 | 1 | -4/+4 |
| * | Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as | Tom Lane | 2009-03-22 | 1 | -8/+4 |
| * | Clean up the ancient decision to show only two fractional-seconds digits | Tom Lane | 2008-11-12 | 1 | -196/+196 |
| * | Tighten up to_date/to_timestamp so that they are more likely to reject | Tom Lane | 2008-09-11 | 1 | -128/+0 |
| * | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 1 | -0/+16 |
| * | Adjust timestamp regression tests to prevent two low-probability failure | Tom Lane | 2008-05-25 | 1 | -8/+37 |
| * | Update timezone code to track the upstream changes since 2003. In particular | Tom Lane | 2008-02-16 | 1 | -0/+25 |
| * | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 | 1 | -1/+1 |
| * | Fix DecodeDateTime to allow timezone to appear before year. This had | Tom Lane | 2007-06-12 | 1 | -1/+33 |
| * | Cleanup of to_char() patch. | Bruce Momjian | 2007-02-17 | 1 | -2/+2 |
| * | Install a more correct fix in the timestamp and timestamptz regression tests: | Alvaro Herrera | 2007-02-16 | 1 | -67/+203 |
| * | Fix the timestamptz test problem, by moving the tests that use the | Alvaro Herrera | 2007-02-16 | 1 | -202/+69 |
| * | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian | 2007-02-16 | 1 | -73/+236 |
| * | Fix handling of CC (century) format spec in to_date/to_char. According to | Tom Lane | 2007-01-12 | 1 | -14/+14 |
| * | Fix up some problems in handling of zic-style time zone names in datetime | Tom Lane | 2006-10-17 | 1 | -5/+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 | -18/+73 |
| * | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian | 2005-06-26 | 1 | -2/+2 |
| * | Cause the format of BC timestamptz output to be 'datetime zone BC' rather | Tom Lane | 2004-07-11 | 1 | -4/+4 |
| * | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 | 1 | -48/+48 |
| * | Per a brief conversation with Tom, I've created a patch for adding | Bruce Momjian | 2004-03-05 | 1 | -2/+8 |
| * | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian | 2003-12-25 | 1 | -0/+82 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -4/+4 |
| * | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane | 2003-08-27 | 1 | -2/+2 |
| * | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | 2003-07-29 | 1 | -1/+3 |
| * | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -8/+8 |
| * | Repair an embarrassingly large number of alphabetization mistakes in the | Tom Lane | 2003-01-16 | 1 | -3/+3 |
| * | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart | 2002-04-21 | 1 | -4/+4 |
| * | Fix bug in extract/date_part for milliseconds/miscroseconds and | Tatsuo Ishii | 2002-03-04 | 1 | -56/+56 |
| * | Update regress tests to reflect removal of 'current'. | Tom Lane | 2001-11-21 | 1 | -0/+1 |
| * | Fix transposed arguments for typmod for one INTERVAL production. | Thomas G. Lockhart | 2001-10-20 | 1 | -12/+12 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -2/+2 |