Commit 352f29b1 authored by Bruce Momjian's avatar Bruce Momjian

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
parent 62fdc3dd
<!-- <!--
$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"> <appendix id="release">
...@@ -129,8 +129,10 @@ required for those wishing to migrate data from any previous release.</para> ...@@ -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> <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> Ambiguous date values now must match the ordering specified by DateStyle</para></listitem>
<listitem><para> The <function>oidrand()</function>, <function>oidsrand()</function>, <listitem><para> The <function>oidrand()</function>, <function>oidsrand()</function>,
and <function>userfntest()</function> functions have been and <function>userfntest()</function> functions have been removed.</para></listitem>
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> </itemizedlist></para></sect2>
<sect2> <title> Changes </title> <sect2> <title> Changes </title>
...@@ -189,7 +191,7 @@ required for those wishing to migrate data from any previous release.</para> ...@@ -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>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>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>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> </itemizedlist></sect3>
<sect3><title>Server Configuration</title> <sect3><title>Server Configuration</title>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment