Apply (a somewhat revised version of) Greg Mullane's patch to eliminate

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

Commit: 9c2a7c2269d1ecebd7f83e769bb2640cb82fa0e0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-07-29T00:03:19Z
Releases: 7.4.1
Apply (a somewhat revised version of) Greg Mullane's patch to eliminate
heuristic determination of day vs month in date/time input.  Add the
ability to specify that input is interpreted as yy-mm-dd order (which
formerly worked, but only for yy greater than 31).  DateStyle's input
component now has the preferred spellings DMY, MDY, or YMD; the older
keywords European and US are now aliases for the first two of these.
Per recent discussions on pgsql-general.

Files