From: Bruce Momjian Date: Thu, 24 Jul 2003 00:44:24 +0000 (+0000) Subject: Add to 7.3.4 release notes: X-Git-Tag: REL7_3_4~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0878a5e277ee9f95538cb0f3f42f9ed9d7b0a09e;p=thirdparty%2Fpostgresql.git Add to 7.3.4 release notes: * Repair breakage in timestamp-to-date conversion for dates before 2000 --- diff --git a/HISTORY b/HISTORY index 8980e39bba3..802fe9acefa 100644 --- a/HISTORY +++ b/HISTORY @@ -15,6 +15,7 @@ Changes + Repair breakage in timestamp-to-date conversion for dates before 2000 Prevent rare possibility of server startup failure (Tom) Fix bugs in interval-to-time conversion (Tom) Add constraint names in a few places in pg_dump (Rod) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 256704f551a..5349932d8cf 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -32,6 +32,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.14 2003/07/23 22:59: +Repair breakage in timestamp-to-date conversion for dates before 2000 Prevent rare possibility of server startup failure (Tom) Fix bugs in interval-to-time conversion (Tom) Add constraint names in a few places in pg_dump (Rod)