summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/timetz.sql
AgeCommit message (Expand)Author
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
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
2006-07-06Please find attached two patches for documentation and regression testsBruce Momjian
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