summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/timestamp.sql
AgeCommit message (Expand)Author
2017-01-19resolve failures in timestamp/timestamptz regression testsTomas Vondra
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-03-16Be more careful about out-of-range dates and timestamps.Tom Lane
2015-09-04Make the test case added in the previous commit current time agnosticPavan Deolasee
2015-08-26Add a test case to check if now() returns the correct timestamp when calledPavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2014-03-04Constructors for interval, timestamp, timestamptzAlvaro Herrera
2012-04-04Modify expected output files of timestamp.sql, timestamptz.sql toAmit Khandekar
2011-05-19Updated regression tests.Mason Sharp
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
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-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
2001-06-18Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian
2000-11-25 here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian
2000-09-22Add check of 'SET DateStyle TO DEFAULT'.Tom Lane
2000-04-07Update create_rule manual page.Bruce Momjian
2000-03-16Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-03-08Hi,Bruce Momjian
2000-02-16All regression tests pass except for rules.sql (unrelated).Thomas G. Lockhart