summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/date.out
Commit message (Expand)AuthorAgeFilesLines
* Allow negative years in make_date to represent BC yearsAlvaro Herrera2017-01-191-2/+6
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-161-0/+21
* Make extract() do something more reasonable with infinite datetimes.Tom Lane2016-01-211-0/+242
* Add make_date() and make_time() functions.Tom Lane2013-11-171-0/+26
* Extend the date type to support infinity and -infinity, analogously toTom Lane2008-10-141-0/+27
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+78
* > After all that about numbering centuries and millenia correctly,Bruce Momjian2004-08-201-0/+149
* Please find a small patch to fix the brain damage "century" andBruce Momjian2004-04-101-0/+111
* Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane2003-11-161-0/+677
* Adjust date/time input parsing code to correctly distinguish the fourTom Lane2003-08-271-1/+1
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-1/+1
* Add regression tests for date, time, and time with time zone types.Thomas G. Lockhart2000-09-121-0/+144