summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/timestamp.sql
Commit message (Expand)AuthorAgeFilesLines
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-9/+9
* 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-10/+24
* Install a more correct fix in the timestamp and timestamptz regression tests:Alvaro Herrera2007-02-161-11/+0
* Fix the timestamptz test problem, by moving the tests that use theAlvaro Herrera2007-02-161-0/+11
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-161-0/+25
* Fix up some problems in handling of zic-style time zone names in datetimeTom Lane2006-10-171-7/+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-0/+5
* 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
* 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/+3
* 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-60/+45
* Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian2001-06-181-1/+2
* here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian2000-11-251-0/+12
* Add check of 'SET DateStyle TO DEFAULT'.Tom Lane2000-09-221-0/+2
* Update create_rule manual page.Bruce Momjian2000-04-071-0/+3
* Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart2000-03-161-16/+21
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-3/+5
* Hi,Bruce Momjian2000-03-081-0/+45
* All regression tests pass except for rules.sql (unrelated).Thomas G. Lockhart2000-02-161-0/+169