summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/timestamp.sql
AgeCommit message (Expand)Author
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