summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/timestamp.sql
AgeCommit message (Expand)Author
2025-08-07Improve tests of date_trunc() with infinity and unsupported unitsMichael Paquier
2024-12-27Improve handling of date_trunc() units for infinite input valuesMichael Paquier
2024-08-15Remove dependence on -fwrapv semantics in a few places.Nathan Bossart
2024-02-28Fix mis-rounding and overflow hazards in date_bin().Tom Lane
2023-11-14Support +/- infinity in the interval data type.Dean Rasheed
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2023-02-20Detect overflow in timestamp[tz] subtraction.Tom Lane
2023-01-01Accept "+infinity" in date and timestamp[tz] input.Tom Lane
2022-12-09Convert datetime input functions to use "soft" error reporting.Tom Lane
2022-05-09Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane
2022-04-20Disallow infinite endpoints in generate_series() for timestamps.Tom Lane
2021-07-28Disallow negative strides in date_bin()John Naylor
2021-07-22Fix division by zero error in date_binJohn Naylor
2021-04-12Fix out-of-bound memory access for interval -> char conversionMichael Paquier
2021-04-10Improve behavior of date_bin with origin in the futurePeter Eisentraut
2021-04-06Change return type of EXTRACT to numericPeter Eisentraut
2021-03-30Add tests for date_part of epoch near upper bound of timestamp rangePeter Eisentraut
2021-03-30Add upper boundary tests for timestamp and timestamptz typesPeter Eisentraut
2021-03-29Clean up date_part tests a bitPeter Eisentraut
2021-03-24Add date_bin functionPeter Eisentraut
2020-12-15Clean up ancient test stylePeter Eisentraut
2020-09-29Fix make_timestamp[tz] to accept negative years as meaning BC.Tom Lane
2019-12-22Avoid low-probability regression test failures in timestamp[tz] tests.Tom Lane
2019-12-12Remove redundant function calls in timestamp[tz]_part().Tom Lane
2019-09-16Support for FF1-FF6 datetime format patternsAlexander Korotkov
2019-06-30Remove explicit error handling for obsolete date/time valuesPeter Eisentraut
2019-04-15Avoid possible regression test instability in timestamp.sql.Tom Lane
2016-03-16Be more careful about out-of-range dates and timestamps.Tom Lane
2014-03-04Constructors for interval, timestamp, timestamptzAlvaro Herrera
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