|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.210 2003/10/16 03:47:28 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.211 2003/10/16 03:55:31 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <appendix id="release"> |
@@ -129,8 +129,10 @@ required for those wishing to migrate data from any previous release.</para> |
129 | 129 | <listitem><para> <function>FLOAT(p)</function> now measures 'p' in bits, not digits</para></listitem> |
130 | 130 | <listitem><para> Ambiguous date values now must match the ordering specified by DateStyle</para></listitem> |
131 | 131 | <listitem><para> The <function>oidrand()</function>, <function>oidsrand()</function>, |
132 | | -and <function>userfntest()</function> functions have been |
133 | | - removed.</para></listitem> |
| 132 | +and <function>userfntest()</function> functions have been removed.</para></listitem> |
| 133 | + <listitem><para> <literal>'now'</literal> will no longer work as a column default; <function>now()</> should be |
| 134 | + used instead |
| 135 | +</para></listitem> |
134 | 136 | </itemizedlist></para></sect2> |
135 | 137 |
|
136 | 138 | <sect2> <title> Changes </title> |
@@ -189,7 +191,7 @@ required for those wishing to migrate data from any previous release.</para> |
189 | 191 | <listitem><para>Improve speed of col IN (const, const, const, ...) (Tom)</para></listitem> |
190 | 192 | <listitem><para>Fix hash indexes which were broken in rare cases (Tom)</para></listitem> |
191 | 193 | <listitem><para>Improve hash index concurrency and speed (Tom)</para></listitem> |
192 | | -<listitem><para>Align shared buffers on 32-byte boundary for copy speed improvement</para></listitem> |
| 194 | +<listitem><para>Align shared buffers on 32-byte boundary for copy speed improvement (Manfred Spraul)</para></listitem> |
193 | 195 | </itemizedlist></sect3> |
194 | 196 |
|
195 | 197 | <sect3><title>Server Configuration</title> |
|