This patch adds another item to the "migration to 7.4" list in the
authorBruce Momjian
Thu, 16 Oct 2003 03:55:31 +0000 (03:55 +0000)
committerBruce Momjian
Thu, 16 Oct 2003 03:55:31 +0000 (03:55 +0000)
HISTORY file, and attributes the shared-buffer-alignment change to
Manfred Spraul.

Neil Conway

doc/src/sgml/release.sgml

index b9414a8b0f455b8b43f73be0ff626ff03f45c1b2..c283f9af18b086f26c55608327278d125c8c7f54 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -129,8 +129,10 @@ required for those wishing to migrate data from any previous release.
       FLOAT(p) now measures 'p' in bits, not digits
       Ambiguous date values now must match the ordering specified by DateStyle
       The oidrand()oidsrand(),
-   and userfntest() functions have been
-       removed.
+   and userfntest() functions have been removed.
+      'now' will no longer work as a column default; now() should be
+        used instead
+
 
 
   Changes 
@@ -189,7 +191,7 @@ required for those wishing to migrate data from any previous release.
 Improve speed of col IN (const, const, const, ...) (Tom)
 Fix hash indexes which were broken in rare cases (Tom)
 Improve hash index concurrency and speed (Tom)
-Align shared buffers on 32-byte boundary for copy speed improvement
+Align shared buffers on 32-byte boundary for copy speed improvement (Manfred Spraul)
 
 
 Server Configuration