summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/date.out
AgeCommit message (Expand)Author
2024-12-09Fix various overflow hazards in date and timestamp functions.Nathan Bossart
2024-10-07Use camel case for "DateStyle" in some error messagesMichael Paquier
2024-09-14Run regression tests with timezone America/Los_Angeles.Tom Lane
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2023-01-01Accept "+infinity" in date and timestamp[tz] input.Tom Lane
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-03-29Clean up date_part tests a bitPeter Eisentraut
2020-09-29Fix make_timestamp[tz] to accept negative years as meaning BC.Tom Lane
2020-09-10Add more tests for EXTRACT of date typePeter Eisentraut
2020-06-14Add test coverage for EXTRACT()Peter Eisentraut
2019-06-30Remove explicit error handling for obsolete date/time valuesPeter Eisentraut
2017-01-19Allow negative years in make_date to represent BC yearsAlvaro Herrera
2016-03-16Be more careful about out-of-range dates and timestamps.Tom Lane
2016-01-22Make extract() do something more reasonable with infinite datetimes.Tom Lane
2013-11-17Add make_date() and make_time() functions.Tom Lane
2008-10-14Extend the date type to support infinity and -infinity, analogously toTom Lane
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2004-08-20> After all that about numbering centuries and millenia correctly,Bruce Momjian
2004-04-10Please find a small patch to fix the brain damage "century" andBruce Momjian
2003-11-16Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane
2003-08-27Adjust date/time input parsing code to correctly distinguish the fourTom Lane
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2000-09-12Add regression tests for date, time, and time with time zone types.Thomas G. Lockhart