summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/timestamptz.sql
Commit message (Expand)AuthorAgeFilesLines
* Fix timestamptz regression test to still work with latest IANA zone data.Tom Lane2017-03-091-65/+44
* Add a regression test script dedicated to exercising system views.Tom Lane2017-01-301-16/+0
* Disable transforms that replaced AT TIME ZONE with RelabelType.Tom Lane2017-01-181-0/+9
* Add regression test coverage for non-default timezone abbreviation sets.Tom Lane2016-09-041-0/+5
* Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane2016-09-021-0/+11
* Remove just-added tests for to_timestamp(float8) with out-of-range inputs.Tom Lane2016-03-291-4/+1
* Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane2016-03-291-0/+15
* Fix assorted breakage in to_char()'s OF format option.Tom Lane2016-03-171-0/+17
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-161-0/+7
* Don't require bleeding-edge timezone data in timestamptz regression test.Tom Lane2014-11-181-59/+62
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-161-0/+139
* Be more wary in choice of timezone names to test make_timestamptz with.Tom Lane2014-05-121-4/+3
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-041-0/+37
* Allow 5+ digit years for non-ISO timestamp/date strings, where appropriateBruce Momjian2013-10-161-0/+14
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-17/+17
* Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane2009-03-221-2/+1
* Tighten up to_date/to_timestamp so that they are more likely to rejectTom Lane2008-09-111-47/+0
* Adjust timestamp regression tests to prevent two low-probability failureTom Lane2008-05-251-4/+23
* Update timezone code to track the upstream changes since 2003. In particularTom Lane2008-02-161-0/+7
* 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-0/+8
* Cleanup of to_char() patch.Bruce Momjian2007-02-171-1/+1
* Install a more correct fix in the timestamp and timestamptz regression tests:Alvaro Herrera2007-02-161-1/+9
* Fix the timestamptz test problem, by moving the tests that use theAlvaro Herrera2007-02-161-10/+2
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-161-4/+21
* Fix up some problems in handling of zic-style time zone names in datetimeTom Lane2006-10-171-4/+4
* 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-0/+8
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-261-2/+2
* Per a brief conversation with Tom, I've created a patch for addingBruce Momjian2004-03-051-0/+2
* > > I have no idea if this in Oracle or not. But it's something IBruce Momjian2003-12-251-0/+8
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-291-1/+3
* Make regress tests safe for variable-resolution timestamps.Tom Lane2001-10-041-1/+1
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-031-3/+5
* Add separate regression tests for timetz and the new timestamptz type.Thomas G. Lockhart2001-09-281-0/+219