diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-02-12 20:17:34 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-02-12 20:17:34 +0000 |
commit | e850e30fc83255611b244b24f3918ede9f19b15a (patch) | |
tree | 6701cbf6967faa5b7b0a8276a248c941cf22eac5 /HISTORY | |
parent | da99cce7cd53de43f63560197c076538cf2982f7 (diff) | |
download | postgresql-e850e30fc83255611b244b24f3918ede9f19b15a.tar.gz |
Jan:
someone asked me about the FK deadlock fix, mentioned in the 7.3.3
release notes as 3rd change:
http://www.postgresql.org/docs/current/static/release-7-3-3.html
Actually, that fix was available with 7.4, not 7.3. Don't know if we can
retroactively change the release-notes though.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -462,6 +462,8 @@ 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 @@ -938,8 +940,6 @@ 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) |