Commits

DateSubjectAuthorReleases
2024-12-09 Fix various overflow hazards in date and timestamp functions. Nathan Bossart 18.0
2023-02-27 Rework pg_input_error_message(), now renamed pg_input_error_info() Michael Paquier 16.0
2023-01-01 Accept "+infinity" in date and timestamp[tz] input. Tom Lane 16.0
2022-12-09 Convert datetime input functions to use "soft" error reporting. Tom Lane 16.0
2021-04-06 Change return type of EXTRACT to numeric Peter Eisentraut 14.0
2021-03-29 Clean up date_part tests a bit Peter Eisentraut 14.0
2020-09-29 Fix make_timestamp[tz] to accept negative years as meaning BC. Tom Lane 14.0
2020-09-10 Add more tests for EXTRACT of date type Peter Eisentraut 14.0
2020-06-14 Add test coverage for EXTRACT() Peter Eisentraut 14.0
2019-06-30 Remove explicit error handling for obsolete date/time values Peter Eisentraut 12.0
2017-01-19 Allow negative years in make_date to represent BC years Alvaro Herrera 10.0
2016-03-16 Be more careful about out-of-range dates and timestamps. Tom Lane 9.6.0
2016-01-22 Make extract() do something more reasonable with infinite datetimes. Tom Lane 9.6.0
2013-11-17 Add make_date() and make_time() functions. Tom Lane 9.4.0
2008-10-14 Extend the date type to support infinity and -infinity, analogously to Tom Lane 8.4.0
2004-08-20 > After all that about numbering centuries and millenia correctly, Bruce Momjian 8.0.0
2004-04-10 Please find a small patch to fix the brain damage "century" and Bruce Momjian 8.0.0
2003-11-16 Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes, Tom Lane 7.4.1
2003-11-16 Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes, Tom Lane 8.0.0
2000-09-12 Add regression tests for date, time, and time with time zone types. Thomas G. Lockhart 7.1.1