From 352f29b17b1c2f9e09c8a09261fad279dc3d138c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 16 Oct 2003 03:55:31 +0000 Subject: [PATCH] This patch adds another item to the "migration to 7.4" list in the HISTORY file, and attributes the shared-buffer-alignment change to Manfred Spraul. Neil Conway --- doc/src/sgml/release.sgml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index b9414a8b0f..c283f9af18 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -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