Update release notes for beta1.
authorBruce Momjian
Wed, 24 Aug 2005 19:24:20 +0000 (19:24 +0000)
committerBruce Momjian
Wed, 24 Aug 2005 19:24:20 +0000 (19:24 +0000)
doc/src/sgml/release.sgml

index e41af1c2f0066f419fbc747670596b3270618ea9..6d7d2b840ff394f4543bd45a0bfaec7ba6890c29 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -10,7 +10,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
 
    
     Release date
-    2005-1?-??, Current as of 2005-08-16
+    2005-1?-??, Current as of 2005-08-24
    
  
    
@@ -609,6 +609,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
        
       
 
+      
+       
+        Allow more than two gigabyes of shared memory and per-backend
+        work memory on 64-bit machines (Koichi Suzuki)
+       
+      
+
      
     
   
@@ -731,6 +738,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
        
       
     
+      
+       
+        Add ALTER TABLE ENABLE/DISABLE TRIGGER to disable triggers 
+        (Satoshi Nagayasu)
+       
+      
+
      
     
   
@@ -1214,6 +1228,15 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
        
       
 
+      
+       
+        Allow the UTF8 encoding to work on Win32 (Magnus)
+       
+       
+        This is done by mapping UTF8 to the Win32-native UTF16 
+        implementation.
+      
+
      
     
   
@@ -1421,6 +1444,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
        
       
 
+      
+       
+        Allow strict mode to be enabled (Andrew)
+       
+      
+
      
     
   
@@ -1678,6 +1707,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
        
       
 
+      
+       
+        Allow libpq to be build thread-safe on Win32 (Dave Page)
+       
+      
+