pgsql/src backend/utils/adt/datetime.c backend ...

From: thomas(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/utils/adt/datetime.c backend ...
Date: 2001-12-29 18:31:53
Message-ID: 200112291831.fBTIVqS28830@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: thomas(at)postgresql(dot)org 01/12/29 13:31:51

Modified files:
src/backend/utils/adt: datetime.c timestamp.c
src/include/utils: datetime.h

Log message:
Rework the date/time parsing to tighten up some cases and to enable other
cases which should have worked but did not.
Now supports julian day (J2452271), ISO time labels (T040506) and various
combinations of spaces and run-togethers of dates, times, and time zones.
All regression tests pass, and I have more tests to add after the 7.2
release (don't want to require changes to the ancillary horology result
files until after then).

Browse pgsql-committers by date

  From Date Subject
Next Message thomas 2001-12-29 18:35:55 pgsql/doc/src/sgml datatype.sgml datetime.sgml ...
Previous Message momjian 2001-12-29 17:58:15 pgsql/doc/TODO.detail crossdb