diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-10-16 03:55:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-10-16 03:55:31 +0000 |
commit | 352f29b17b1c2f9e09c8a09261fad279dc3d138c (patch) | |
tree | de5ca646ad3188558fcc5ca84c22769a6f30a326 | |
parent | 62fdc3dd60a7db08e143c33c00062d25c820adc7 (diff) | |
download | postgresql-352f29b17b1c2f9e09c8a09261fad279dc3d138c.tar.gz postgresql-352f29b17b1c2f9e09c8a09261fad279dc3d138c.zip |
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
-rw-r--r-- | doc/src/sgml/release.sgml | 10 |
1 files changed, 6 insertions, 4 deletions
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 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.210 2003/10/16 03:47:28 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.211 2003/10/16 03:55:31 momjian Exp $ --> <appendix id="release"> @@ -129,8 +129,10 @@ required for those wishing to migrate data from any previous release.</para> <listitem><para> <function>FLOAT(p)</function> now measures 'p' in bits, not digits</para></listitem> <listitem><para> Ambiguous date values now must match the ordering specified by DateStyle</para></listitem> <listitem><para> The <function>oidrand()</function>, <function>oidsrand()</function>, - and <function>userfntest()</function> functions have been - removed.</para></listitem> + and <function>userfntest()</function> functions have been removed.</para></listitem> + <listitem><para> <literal>'now'</literal> will no longer work as a column default; <function>now()</> should be + used instead +</para></listitem> </itemizedlist></para></sect2> <sect2> <title> Changes </title> @@ -189,7 +191,7 @@ required for those wishing to migrate data from any previous release.</para> <listitem><para>Improve speed of col IN (const, const, const, ...) (Tom)</para></listitem> <listitem><para>Fix hash indexes which were broken in rare cases (Tom)</para></listitem> <listitem><para>Improve hash index concurrency and speed (Tom)</para></listitem> -<listitem><para>Align shared buffers on 32-byte boundary for copy speed improvement</para></listitem> +<listitem><para>Align shared buffers on 32-byte boundary for copy speed improvement (Manfred Spraul)</para></listitem> </itemizedlist></sect3> <sect3><title>Server Configuration</title> |