Stamp 7.3.4.
authorBruce Momjian
Wed, 23 Jul 2003 04:08:44 +0000 (04:08 +0000)
committerBruce Momjian
Wed, 23 Jul 2003 04:08:44 +0000 (04:08 +0000)
doc/src/sgml/release.sgml
src/tools/RELEASE_CHANGES

index 3829d1eb8313d75c51b97439d311d3745f8cf063..3e48a49db357feb837d693e92e182e438fbeb18e 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -60,6 +60,47 @@ Object owners can allow grantees to grant the privilege to others (grant option)
  
 
 
+  
+   Release 7.3.4
+
+   
+   Release date
+   2003-07-24
+   
+
+   
+    This has a variety of fixes from 7.3.3.
+   
+
+
+   
+    Migration to version 7.3.4
+
+    
+     A dump/restore is not required for those
+     running 7.3.*.
+    
+   
+
+   
+    Changes
+
+    
+
+Fix rare possibility of recovery failure after a system crash (Tom)
+Fix bugs in interval-to-time conversion (Tom)
+Add constraint names in a few places in pg_dump (Rod)
+Improve performance of functions with many parameters (Tom)
+Fix to_ascii() buffer overruns (Tom)
+Prevent restore of database comments from throwing an error (Tom)
+Work around buggy strxfrm() present in some Solaris releases (Tom)
+Properly escape jdbc setObject() strings to improve security (Barry)
+
+    
+   
+  
+
+
   
    Release 7.3.3
 
index e29a01e6c16ce6848fd65636d72f53be97fe34fd..c9b1733588a4f7bc56ed7769a0cc48af4a9d2758 100644 (file)
 
 ---------------------------------------------------------------------------
 
-Major Version Library Numbers
-=============================
+                       Library Version Changes
+                       =======================
+
+Major Version
+=============
 
 The major version number should be updated whenever the source of the
 library changes to make it binary incompatible. Such changes include,