summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/timestamptz.out
Commit message (Expand)AuthorAgeFilesLines
* Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane2023-03-181-0/+54
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-8/+8
* Detect overflow in timestamp[tz] subtraction.Tom Lane2023-02-201-0/+9
* Accept "+infinity" in date and timestamp[tz] input.Tom Lane2023-01-011-0/+6
* Convert datetime input functions to use "soft" error reporting.Tom Lane2022-12-091-0/+31
* Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane2022-05-091-8/+19
* Disallow infinite endpoints in generate_series() for timestamps.Tom Lane2022-04-201-0/+49
* Support "of", "tzh", and "tzm" format codes.Robert Haas2022-03-141-0/+65
* Disallow negative strides in date_bin()John Naylor2021-07-281-1/+4
* Fix division by zero error in date_binJohn Naylor2021-07-221-0/+3
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-061-0/+92
* Add tests for date_part of epoch near upper bound of timestamp rangePeter Eisentraut2021-03-301-0/+7
* Add upper boundary tests for timestamp and timestamptz typesPeter Eisentraut2021-03-301-2/+21
* Clean up date_part tests a bitPeter Eisentraut2021-03-291-69/+70
* Add date_bin functionPeter Eisentraut2021-03-241-0/+66
* Clean up ancient test stylePeter Eisentraut2020-12-151-1185/+1185
* Improve our ability to regurgitate SQL-syntax function calls.Tom Lane2020-11-041-3/+3
* Avoid low-probability regression test failures in timestamp[tz] tests.Tom Lane2019-12-221-16/+25
* Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane2019-12-121-1/+1
* Remove redundant function calls in timestamp[tz]_part().Tom Lane2019-12-121-184/+367
* Support for FF1-FF6 datetime format patternsAlexander Korotkov2019-09-161-0/+15
* Remove explicit error handling for obsolete date/time valuesPeter Eisentraut2019-06-301-13/+0
* Add a timezone-specific variant of date_trunc().Tom Lane2018-11-141-0/+18
* Deduplicate "invalid input syntax" messages for various types.Andres Freund2018-07-221-1/+1
* Implement TZH and TZM timestamp format patternsAndrew Dunstan2018-01-091-29/+43
* Fix timestamptz regression test to still work with latest IANA zone data.Tom Lane2017-03-091-217/+107
* Add a regression test script dedicated to exercising system views.Tom Lane2017-01-301-35/+0
* Disable transforms that replaced AT TIME ZONE with RelabelType.Tom Lane2017-01-181-0/+19
* Add regression test coverage for non-default timezone abbreviation sets.Tom Lane2016-09-041-0/+15
* Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane2016-09-021-0/+20
* Remove just-added tests for to_timestamp(float8) with out-of-range inputs.Tom Lane2016-03-291-7/+1
* Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane2016-03-291-0/+47
* Fix assorted breakage in to_char()'s OF format option.Tom Lane2016-03-171-0/+51
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-161-0/+24
* to_char(): Do not count negative sign as a digit for time valuesBruce Momjian2015-10-051-3/+3
* Don't require bleeding-edge timezone data in timestamptz regression test.Tom Lane2014-11-181-111/+113
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-161-0/+680
* Be more wary in choice of timezone names to test make_timestamptz with.Tom Lane2014-05-121-11/+5
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-041-0/+114
* Allow 5+ digit years for non-ISO timestamp/date strings, where appropriateBruce Momjian2013-10-161-0/+22
* Fix to_char(), to_date(), and to_timestamp() to handle negative/BCBruce Momjian2012-08-071-2/+2
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-17/+12
* Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works,Tom Lane2010-04-071-21/+21
* Honor to_char() "FM" specification in YYY, YY, and Y; it was alreadyBruce Momjian2010-02-161-4/+4
* Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane2009-03-221-8/+4
* Clean up the ancient decision to show only two fractional-seconds digitsTom Lane2008-11-121-196/+196
* Tighten up to_date/to_timestamp so that they are more likely to rejectTom Lane2008-09-111-128/+0
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+16
* Adjust timestamp regression tests to prevent two low-probability failureTom Lane2008-05-251-8/+37
* Update timezone code to track the upstream changes since 2003. In particularTom Lane2008-02-161-0/+25