Extend the date type to support infinity and -infinity, analogously to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a303e4dc431627231238c9071ae79198c95b4581
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-10-14T17:12:33Z
Releases: 8.4.0
Extend the date type to support infinity and -infinity, analogously to
the timestamp types.  Turns out this doesn't even reduce the available
range of dates, since the restriction to dates that work for Julian-date
arithmetic is much tighter than the int32 range anyway.  Per a longstanding
TODO item.

Files