Update release notes to match CVS.
authorBruce Momjian
Wed, 10 Nov 2004 06:09:59 +0000 (06:09 +0000)
committerBruce Momjian
Wed, 10 Nov 2004 06:09:59 +0000 (06:09 +0000)
doc/src/sgml/release.sgml

index 1ec93a215f11c26f29138044238c178f015b76b1..0658d001af8133eed9f3b698cb4e65d464a997db 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -10,7 +10,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
 
   
    Release date
-   2004-??-??, current as of 2004-08-06
+   2004-??-??, current as of 2004-11-06
   
 
   
@@ -220,7 +220,9 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
       
        Server configuration parameter log_statement has been
        changed so it can selectively log just database modification or
-       data definition statements.
+       data definition statements.  Server configuration parameter 
+       log_duration now prints only when log_statement
+       prints the query.
       
      
 
@@ -380,6 +382,17 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
        proceeds to its next operation.
       
      
+
+    
+     
+      CIDR values now must have their non-masked bits be zero.  For example,
+      no longer allow 204.248.199.1/31 as a CIDR value.
+      Such values should have never been accepted by PostgreSQL and will now be
+      rejected.
+     
+    
+
+
     
    
   
@@ -654,6 +667,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
      
     
 
+    
+     
+      Use CIDR format in pg_hba.conf examples (Andrew)
+     
+    
+
     
      
       Rename server configuration parameters SortMem and
@@ -786,6 +805,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
      
     
 
+    
+     
+      Make log_duration print only when log_statement
+      prints the query (Ed L.)
+     
+    
+
    
   
 
@@ -1086,6 +1112,22 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
       Warn when primary/foreign key datatype mismatch requires costly lookup
      
     
+
+    
+     
+      New ALTER INDEX command to allow moving of indexes between tablespaces 
+      (Gavin)
+     
+    
+
+    
+     
+      Have ALTER TABLE OWNER change dependent sequence ownership too (Alvaro)
+      (Gavin)
+     
+    
+
+
    
   
 
@@ -1226,6 +1268,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
      
     
 
+    
+     
+      Add Win32 service "register" command to pg_ctl (Dave Page)
+     
+    
+
    
   
 
@@ -1340,7 +1388,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
 
     
      
-      to_char/to_date date conversion improvements (Kurt Roeckx)
+      to_char/to_date date conversion improvements (Kurt Roeckx, Fabien Coelho)
      
     
 
@@ -1493,6 +1541,27 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
      
     
 
+    
+     
+      Detect overflow of integer arithmetic (Tom)
+     
+    
+
+    
+     
+      Remove arithmetic operators for one-byte character type/"char" (Tom)
+     
+     
+      The data type can be cast to 'int' to perform such operations.
+     
+    
+
+    
+     
+      Require CIDR values to have all non-masked bits be zero (Kevin Brintnall)
+     
+    
+
    
   
 
@@ -1698,6 +1767,18 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
      
     
 
+    
+     
+      Improve tab completion support (Stefan Kaltenbrunn, Greg Sabino Mullane)
+     
+    
+
+    
+     
+      Allow boolean settings to be set using upper or lower case (Michael Paesold)
+     
+    
+
    
   
 
@@ -1729,7 +1810,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
      
       This makes pg_restore's behavior similar to the results of feeding
       a pg_dump output script to psql.  In most cases, ignoring errors and
-      plowing ahead is the most useful thing to do.
+      plowing ahead is the most useful thing to do.  Also added was a
+      pg_restore option to give the old behavior of exiting on an error.
      
     
 
@@ -1797,6 +1879,27 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
      
     
 
+    
+     
+      Add PQserverVersion() to provide more convenient access to
+      the server version number (Greg Sabino Mullane)
+     
+    
+
+    
+     
+      Many ecpg fixes, including SET DESCRIPTOR (Michael)
+     
+    
+
+    
+     
+      Add PQprepare()/PQsendPrepared() functions to support preparing
+      statements without necessarily specifying the datatypes of their parameters
+      (Abhijit Menon-Sen)
+     
+    
+
    
   
 
@@ -2050,12 +2153,6 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
    Contrib Changes
    
 
-    
-     
-      Many ecpg fixes, including SET DESCRIPTOR (Michael)
-     
-    
-
     
      
       Overhaul of /contrib/dblink (Joe)
@@ -2064,7 +2161,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
 
     
      
-      /contrib/dbmirror improvements
+      /contrib/dbmirror improvements (Steven Singer)
      
     
 
@@ -2105,6 +2202,30 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.304 2004/11/05 19:15:49 tgl Exp
      
     
 
+    
+     
+      Remove /contrib/rserv
+     
+    
+
+    
+     
+      Allow /contrib/pg_autovacuum to run as a Win32 service (Dave Page)
+     
+    
+
+    
+     
+      Add functions to /contrib/dbsize (Andreas Pflug)
+     
+    
+
+    
+     
+      Remove contrib/pg_logger
+     
+    
+