diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index b9414a8b0f4..c283f9af18b 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