Thread: pgsql: Allow 5+ digit years for non-ISO timestamp/date strings, where a

pgsql: Allow 5+ digit years for non-ISO timestamp/date strings, where a

From
Bruce Momjian
Date:
Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate

Report from Haribabu Kommi

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7778ddc7a2d5b006edbfa69cdb44b8d8c24ec1ff

Modified Files
--------------
src/backend/utils/adt/datetime.c          |   49 +++++++++++++++--------------
src/test/regress/expected/timestamptz.out |   22 +++++++++++++
src/test/regress/sql/timestamptz.sql      |   14 +++++++++
3 files changed, 61 insertions(+), 24 deletions(-)