summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/timestamptz.sql
Commit message (Expand)AuthorAgeFilesLines
* 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