File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -462,6 +462,8 @@ Query Changes
462
462
In prior releases, LIMIT/OFFSET could only use constants, not
463
463
expressions.
464
464
* Implement CREATE TABLE AS EXECUTE (Neil, Peter)
465
+ * Don't lock referenced row when "UPDATE" doesn't change foreign
466
+ key's value (Jan)
465
467
_________________________________________________________________
466
468
467
469
Object Manipulation Changes
@@ -938,8 +940,6 @@ Changes
938
940
* Repair sometimes-incorrect computation of StartUpID after a crash
939
941
* Avoid slowness with lots of deferred triggers in one transaction
940
942
(Stephan)
941
- * Don't lock referenced row when "UPDATE" doesn't change foreign
942
- key's value (Jan)
943
943
* Use "-fPIC" not "-fpic" on Sparc (Tom Callaway)
944
944
* Repair lack of schema-awareness in contrib/reindexdb
945
945
* Fix contrib/intarray error for zero-element result array (Teodor)
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.253 2004/02/10 20:51:39 neilc Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.254 2004/02/12 20:17:34 momjian Exp $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -1056,6 +1056,7 @@ DROP SCHEMA information_schema CASCADE;
1056
1056
<listitem>
1057
1057
<para>Implement <literal>CREATE TABLE AS EXECUTE</literal> (Neil, Peter)</para>
1058
1058
</listitem>
1059
+ <listitem><para>Don't lock referenced row when <command>UPDATE</command> doesn't change foreign key's value (Jan)</para></listitem>
1059
1060
</itemizedlist>
1060
1061
</sect3>
1061
1062
@@ -2089,7 +2090,6 @@ DROP SCHEMA information_schema CASCADE;
2089
2090
<itemizedlist>
2090
2091
<listitem><para>Repair sometimes-incorrect computation of StartUpID after a crash</para></listitem>
2091
2092
<listitem><para>Avoid slowness with lots of deferred triggers in one transaction (Stephan)</para></listitem>
2092
- <listitem><para>Don't lock referenced row when <command>UPDATE</command> doesn't change foreign key's value (Jan)</para></listitem>
2093
2093
<listitem><para>Use <command>-fPIC</command> not <command>-fpic</command> on Sparc (Tom Callaway)</para></listitem>
2094
2094
<listitem><para>Repair lack of schema-awareness in contrib/reindexdb</para></listitem>
2095
2095
<listitem><para>Fix contrib/intarray error for zero-element result array (Teodor)</para></listitem>
You can’t perform that action at this time.
0 commit comments