summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/time.out
AgeCommit message (Expand)Author
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
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
2020-06-14Add test coverage for EXTRACT()Peter Eisentraut
2020-06-04Reject "23:59:60.nnn" in datetime input.Tom Lane
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-28A visit from the message-style police ...Tom Lane
2003-07-04Some early work on error message editing. Operator-not-found andTom Lane
2003-01-31Allow a time zone to be specified (and silently ignored) in the inputTom Lane
2001-10-03Update error message wording for format_type change.Tom Lane
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
2001-08-09Use format_type sibling in backend error messages, so the user seesPeter Eisentraut
2000-12-03Repair usage of the OVERLAPS operator.Thomas G. Lockhart
2000-09-12Add regression tests for date, time, and time with time zone types.Thomas G. Lockhart