summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/timetz.out
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-8/+8
* Convert datetime input functions to use "soft" error reporting.Tom Lane2022-12-091-0/+31
* Clean up error messages related to bad datetime units.Tom Lane2022-01-031-2/+2
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-061-17/+43
* Make extract(timetz) tests a bit more interestingPeter Eisentraut2021-04-011-5/+5
* Stabilize timetz test across DST transitions.Tom Lane2020-10-291-16/+16
* Add test coverage for EXTRACT()Peter Eisentraut2020-06-141-0/+61
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-041-0/+41
* Fix some incorrect parsing of time with time zone stringsMichael Paquier2019-08-071-0/+10
* Improve plural handling in error messagePeter Eisentraut2017-08-231-1/+1
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+2
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-1/+1
* Please find attached two patches for documentation and regression testsBruce Momjian2006-07-061-3/+14
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-0/+2
* Fix hidden whitespace differences between expected and result files.Peter Eisentraut2003-11-011-1/+1
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-2/+2
* Fix queries to insulate from daylight savings time.Thomas G. Lockhart2001-10-311-4/+4
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-031-10/+10
* Add separate regression tests for timetz and the new timestamptz type.Thomas G. Lockhart2001-09-281-0/+80