]> granicus.if.org Git - postgresql/commitdiff
Update new items in 6.1.1.
authorBruce Momjian <bruce@momjian.us>
Mon, 14 Jul 1997 01:54:39 +0000 (01:54 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 14 Jul 1997 01:54:39 +0000 (01:54 +0000)
HISTORY
doc/TODO

diff --git a/HISTORY b/HISTORY
index 8ed70f71f2f9c3cc30b8b60191237a345a1079b4..793df7573e16189393663651039fea6c5ebd4971 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -6,20 +6,19 @@ This release does NOT require a dump/restore for those running 6.1.
 Changes in this release
 -----------------------
 fix for SET with options (Thomas)
-fix month boundary arithmetic(Thomas)
-fix timezone daylight handling for some ports(Thomas)
 allow pg_dump/pg_dumpall to preserve ownership of all tables/objects(Bruce)
 new psql \connect option allows changing usernames without chaning databases
-fix for datetime arithmetic over month boundaries(Thomas)
 fix for initdb --debug option(Tatsuo)
 lextest cleanup(Bruce)
 hash fixes(Vadim)
+fix date/time month boundary arithmetic(Thomas)
+fix timezone daylight handling for some ports(Thomas, Bruce, Tatsuo)
+timestamp overhauled to use standard functions(Thomas)
+other code cleanup in date/time routines(Thomas)
 psql's \d now case-insensitive(Bruce)
 psql's backslash commands can now have trailing semicolon(Bruce)
 fix memory leak in psql when using \g(Bruce)
 major fix for endian handling of communication to server(Thomas, Tatsuo)
-improvements in datetime and timespan routines(Thomas)
-timestamp overhauled to use standard functions(Thomas)
 Fix for Solaris assembler and include files(Yoshihiko Ichikawa)
 allow underscores in usernames(Bruce)
 pg_dumpall now returns proper status, portability fix(Bruce)
index c10e65db04ef7b9c6d83ba1a9e72a5da46a1d24a..2fc7478af35bc8dd4a5ae76c6e92c8fffc2bdd05 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -167,20 +167,19 @@ PORTABILITY
 Changes in this release
 -----------------------
 fix for SET with options (Thomas)
-fix month boundary arithmetic(Thomas)
-fix timezone daylight handling for some ports(Thomas)
 allow pg_dump/pg_dumpall to preserve ownership of all tables/objects(Bruce)
 new psql \connect option allows changing usernames without chaning databases
-fix for datetime arithmetic over month boundaries(Thomas)
 fix for initdb --debug option(Tatsuo)
 lextest cleanup(Bruce)
 hash fixes(Vadim)
+fix date/time month boundary arithmetic(Thomas)
+fix timezone daylight handling for some ports(Thomas, Bruce, Tatsuo)
+timestamp overhauled to use standard functions(Thomas)
+other code cleanup in date/time routines(Thomas)
 psql's \d now case-insensitive(Bruce)
 psql's backslash commands can now have trailing semicolon(Bruce)
 fix memory leak in psql when using \g(Bruce)
 major fix for endian handling of communication to server(Thomas, Tatsuo)
-improvements in datetime and timespan routines(Thomas)
-timestamp overhauled to use standard functions(Thomas)
 Fix for Solaris assembler and include files(Yoshihiko Ichikawa)
 allow underscores in usernames(Bruce)
 pg_dumpall now returns proper status, portability fix(Bruce)