diff --git a/HISTORY b/HISTORY index 037010b135d..c40ff260886 100644 --- a/HISTORY +++ b/HISTORY @@ -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 cb0d8d8ba27..cdaabb0b893 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -1056,7 +1056,6 @@ DROP SCHEMA information_schema CASCADE; Implement CREATE TABLE AS EXECUTE (Neil, Peter) - Don't lock referenced row when UPDATE doesn't change foreign key's value (Jan) @@ -2090,6 +2089,7 @@ DROP SCHEMA information_schema CASCADE; 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)