diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | doc/src/sgml/release.sgml | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -462,8 +462,6 @@ Query Changes In prior releases, LIMIT/OFFSET could only use constants, not expressions. * Implement CREATE TABLE AS EXECUTE (Neil, Peter) - * Don't lock referenced row when "UPDATE" doesn't change foreign - key's value (Jan) _________________________________________________________________ Object Manipulation Changes @@ -940,6 +938,8 @@ Changes * Repair sometimes-incorrect computation of StartUpID after a crash * Avoid slowness with lots of deferred triggers in one transaction (Stephan) + * Don't lock referenced row when "UPDATE" doesn't change foreign + key's value (Jan) * Use "-fPIC" not "-fpic" on Sparc (Tom Callaway) * Repair lack of schema-awareness in contrib/reindexdb * Fix contrib/intarray error for zero-element result array (Teodor) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 27ca99aed6d..8de1c4c00c7 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.17 2004/02/12 20:18:13 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.18 2004/02/13 04:40:43 momjian Exp $ --> <appendix id="release"> @@ -1054,7 +1054,6 @@ DROP SCHEMA information_schema CASCADE; <listitem> <para>Implement <literal>CREATE TABLE AS EXECUTE</literal> (Neil, Peter)</para> </listitem> - <listitem><para>Don't lock referenced row when <command>UPDATE</command> doesn't change foreign key's value (Jan)</para></listitem> </itemizedlist> </sect3> @@ -2087,6 +2086,7 @@ DROP SCHEMA information_schema CASCADE; <itemizedlist> <listitem><para>Repair sometimes-incorrect computation of StartUpID after a crash</para></listitem> <listitem><para>Avoid slowness with lots of deferred triggers in one transaction (Stephan)</para></listitem> +<listitem><para>Don't lock referenced row when <command>UPDATE</command> doesn't change foreign key's value (Jan)</para></listitem> <listitem><para>Use <command>-fPIC</command> not <command>-fpic</command> on Sparc (Tom Callaway)</para></listitem> <listitem><para>Repair lack of schema-awareness in contrib/reindexdb</para></listitem> <listitem><para>Fix contrib/intarray error for zero-element result array (Teodor)</para></listitem> |