summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/timetz.out
AgeCommit message (Expand)Author
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
2023-10-17Dodge a compiler bug affecting timetz_zone/timetz_izone.Tom Lane
2023-10-16Add regression test coverage for timetz_izone().Tom Lane
2023-10-13Add support for AT LOCALMichael Paquier
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-09Convert datetime input functions to use "soft" error reporting.Tom Lane
2022-01-03Clean up error messages related to bad datetime units.Tom Lane
2021-04-06Change return type of EXTRACT to numericPeter Eisentraut
2021-04-01Make extract(timetz) tests a bit more interestingPeter Eisentraut
2020-10-29Stabilize timetz test across DST transitions.Tom Lane
2020-06-14Add test coverage for EXTRACT()Peter Eisentraut
2020-06-04Reject "23:59:60.nnn" in datetime input.Tom Lane
2019-08-07Fix some incorrect parsing of time with time zone stringsMichael Paquier
2017-08-23Improve plural handling in error messagePeter Eisentraut
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2006-07-06Please find attached two patches for documentation and regression testsBruce Momjian
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2003-11-01Fix hidden whitespace differences between expected and result files.Peter Eisentraut
2003-07-04Some early work on error message editing. Operator-not-found andTom Lane
2001-10-31Fix queries to insulate from daylight savings time.Thomas G. Lockhart
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