Update release history for 7.4.5.
authorTom Lane
Wed, 18 Aug 2004 03:03:32 +0000 (03:03 +0000)
committerTom Lane
Wed, 18 Aug 2004 03:03:32 +0000 (03:03 +0000)
doc/src/sgml/release.sgml

index bcec8c58c95642944dea6a5f23cc686c44e6173f..62edb539c55f19345999479d1f0cddf9b21ade30 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -1892,6 +1892,42 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.284 2004/08/15 00:27:14 tgl Exp
    
   
 
+  
+
+  
+   Release 7.4.5
+
+   
+   Release date
+   2004-08-18
+   
+
+   
+    This release contains one serious bug fix over 7.4.4.
+   
+
+
+   
+    Migration to version 7.4.5
+
+    
+     A dump/restore is not required for those running 7.4.X.
+    
+   
+
+   
+    Changes
+
+
+Repair possible crash during concurrent btree index insertions
+
+This patch fixes a rare case in which concurrent insertions into a btree index
+could result in a server panic.  No permanent damage would result, but it's
+still worth a re-release.  The bug does not exist in pre-7.4 releases.
+
+
+