summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/time.sql
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-2/+2
* Convert datetime input functions to use "soft" error reporting.Tom Lane2022-12-091-0/+7
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-061-0/+7
* Add test coverage for EXTRACT()Peter Eisentraut2020-06-141-0/+13
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-041-0/+10
* Please find attached two patches for documentation and regression testsBruce Momjian2006-07-061-0/+6
* Allow a time zone to be specified (and silently ignored) in the inputTom Lane2003-01-311-4/+3
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-031-1/+1
* Add separate regression tests for timetz and the new timestamptz type.Thomas G. Lockhart2001-09-281-12/+12
* Repair usage of the OVERLAPS operator.Thomas G. Lockhart2000-12-031-38/+7
* Add regression tests for date, time, and time with time zone types.Thomas G. Lockhart2000-09-121-0/+68