summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/timestamptz.sql
AgeCommit message (Expand)Author
2016-09-05Add regression test coverage for non-default timezone abbreviation sets.Tom Lane
2016-09-02Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane
2016-03-30Remove just-added tests for to_timestamp(float8) with out-of-range inputs.Tom Lane
2016-03-29Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane
2016-03-17Fix assorted breakage in to_char()'s OF format option.Tom Lane
2016-03-16Be more careful about out-of-range dates and timestamps.Tom Lane
2014-11-19Don't require bleeding-edge timezone data in timestamptz regression test.Tom Lane
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-05-13Be more wary in choice of timezone names to test make_timestamptz with.Tom Lane
2014-03-04Constructors for interval, timestamp, timestamptzAlvaro Herrera
2013-10-16Allow 5+ digit years for non-ISO timestamp/date strings, where appropriateBruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2009-03-22Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane
2008-09-11Tighten up to_date/to_timestamp so that they are more likely to rejectTom Lane
2008-05-25Adjust timestamp regression tests to prevent two low-probability failureTom Lane
2008-02-16Update timezone code to track the upstream changes since 2003. In particularTom Lane
2007-11-07Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut
2007-06-12Fix DecodeDateTime to allow timezone to appear before year. This hadTom Lane
2007-02-17Cleanup of to_char() patch.Bruce Momjian
2007-02-16Install a more correct fix in the timestamp and timestamptz regression tests:Alvaro Herrera
2007-02-16Fix the timestamptz test problem, by moving the tests that use theAlvaro Herrera
2007-02-16Add two new format fields for use with to_char(), to_date() andBruce Momjian
2006-10-17Fix up some problems in handling of zic-style time zone names in datetimeTom Lane
2006-07-25Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane
2006-07-06Please find attached two patches for documentation and regression testsBruce Momjian
2005-06-26Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian
2004-03-05Per a brief conversation with Tom, I've created a patch for addingBruce Momjian
2003-12-25> > I have no idea if this in Oracle or not. But it's something IBruce Momjian
2003-07-29Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane
2001-10-04Make regress tests safe for variable-resolution timestamps.Tom Lane
2001-10-03Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart
2001-09-28Add separate regression tests for timetz and the new timestamptz type.Thomas G. Lockhart