summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/timestamptz.out
Commit message (Expand)AuthorAgeFilesLines
* Fix timestamptz regression test to still work with latest IANA zone data.Tom Lane2017-03-091-217/+107
* Add a regression test script dedicated to exercising system views.Tom Lane2017-01-301-35/+0
* Disable transforms that replaced AT TIME ZONE with RelabelType.Tom Lane2017-01-181-0/+19
* Add regression test coverage for non-default timezone abbreviation sets.Tom Lane2016-09-041-0/+15
* Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane2016-09-021-0/+20
* Remove just-added tests for to_timestamp(float8) with out-of-range inputs.Tom Lane2016-03-291-7/+1
* Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane2016-03-291-0/+47
* Fix assorted breakage in to_char()'s OF format option.Tom Lane2016-03-171-0/+51
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-161-0/+24
* to_char(): Do not count negative sign as a digit for time valuesBruce Momjian2015-10-051-3/+3
* Don't require bleeding-edge timezone data in timestamptz regression test.Tom Lane2014-11-181-111/+113
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-161-0/+680
* Be more wary in choice of timezone names to test make_timestamptz with.Tom Lane2014-05-121-11/+5
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-041-0/+114
* Allow 5+ digit years for non-ISO timestamp/date strings, where appropriateBruce Momjian2013-10-161-0/+22
* Fix to_char(), to_date(), and to_timestamp() to handle negative/BCBruce Momjian2012-08-071-2/+2
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-17/+12
* Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works,Tom Lane2010-04-071-21/+21
* Honor to_char() "FM" specification in YYY, YY, and Y; it was alreadyBruce Momjian2010-02-161-4/+4
* Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane2009-03-221-8/+4
* Clean up the ancient decision to show only two fractional-seconds digitsTom Lane2008-11-121-196/+196
* Tighten up to_date/to_timestamp so that they are more likely to rejectTom Lane2008-09-111-128/+0
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+16
* Adjust timestamp regression tests to prevent two low-probability failureTom Lane2008-05-251-8/+37
* Update timezone code to track the upstream changes since 2003. In particularTom Lane2008-02-161-0/+25
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-071-1/+1
* Fix DecodeDateTime to allow timezone to appear before year. This hadTom Lane2007-06-121-1/+33
* Cleanup of to_char() patch.Bruce Momjian2007-02-171-2/+2
* Install a more correct fix in the timestamp and timestamptz regression tests:Alvaro Herrera2007-02-161-67/+203
* Fix the timestamptz test problem, by moving the tests that use theAlvaro Herrera2007-02-161-202/+69
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-161-73/+236
* Fix handling of CC (century) format spec in to_date/to_char. According toTom Lane2007-01-121-14/+14
* Fix up some problems in handling of zic-style time zone names in datetimeTom Lane2006-10-171-5/+5
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-251-2/+0
* Please find attached two patches for documentation and regression testsBruce Momjian2006-07-061-18/+73
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-261-2/+2
* Cause the format of BC timestamptz output to be 'datetime zone BC' ratherTom Lane2004-07-111-4/+4
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-48/+48
* Per a brief conversation with Tom, I've created a patch for addingBruce Momjian2004-03-051-2/+8
* > > I have no idea if this in Oracle or not. But it's something IBruce Momjian2003-12-251-0/+82
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-4/+4
* Adjust date/time input parsing code to correctly distinguish the fourTom Lane2003-08-271-2/+2
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-291-1/+3
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-8/+8
* Repair an embarrassingly large number of alphabetization mistakes in theTom Lane2003-01-161-3/+3
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-211-4/+4
* Fix bug in extract/date_part for milliseconds/miscroseconds andTatsuo Ishii2002-03-041-56/+56
* Update regress tests to reflect removal of 'current'.Tom Lane2001-11-211-0/+1
* Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart2001-10-201-12/+12
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-2/+2