Use ISO dates in pgtypeslib by default.

Michael Meskes <meskes@postgresql.org>

Commit: 2bdd2e5dcff20e4cf5987c901a71b794808d582b
Author: Michael Meskes <meskes@postgresql.org>
Date: 2003-07-01T12:40:52Z
Releases: 7.4.1
Use ISO dates in pgtypeslib by default.
Applied patch by Philip Yarra to fix some thread issues.
Added a new data type "decimal" which is mostly the same as our
	"numeric" but uses a fixed length array to store the digits. This is
	for compatibility with Informix and maybe others.

Files