new date/time patches

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Postgres Hackers List <hackers(at)postgresql(dot)org>, Postgres General Mailing List <pgsql-general(at)postgresql(dot)org>, pgsql-announce(at)postgresql(dot)org
Subject: new date/time patches
Date: 1999-01-20 16:43:14
Message-ID: 36A607A2.63A4456F@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

I've posted another set of patches for date/time types. They fix arcane
problems with BC dates; if you don't use them very often then you may
not want to bother patching at this time. The fixes are in the
development tree for the next release.

Look in ftp://postgresql.org/pub/patches/dt-2.patches.

>From the top of the patch file:

These patches allow BC dates for the date data type,
and fix a behavior that two-digit BC dates were adjusted
by two millenia!

- Tom

Browse pgsql-general by date

  From Date Subject
Next Message PostgreSQL 1999-01-20 17:24:59 Maximum execution time exceeded
Previous Message Neil Burrows 1999-01-20 15:15:05 RE: [GENERAL] Looking for a shopping cart/php3 combo

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-01-20 17:05:54 Re: Beta test of Postgresql 6.5
Previous Message Jan Wieck 1999-01-20 15:56:52 Re: [HACKERS] SPI_prepare() doesn't work well ?