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

From Bruce Momjian
Subject pgsql: Allow 5+ digit years for non-ISO timestamp/date strings, where a
Date
Msg-id E1VWUoI-0006WM-8o@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: initdb: Suppress dynamic shared memory when probing for max_conn
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Silence compiler warning when SSL not in use