Update for 7.2.1.
authorBruce Momjian
Mon, 18 Mar 2002 23:03:13 +0000 (23:03 +0000)
committerBruce Momjian
Mon, 18 Mar 2002 23:03:13 +0000 (23:03 +0000)
HISTORY
doc/src/sgml/release.sgml
src/tools/RELEASE_CHANGES
src/tools/pgcvslog

diff --git a/HISTORY b/HISTORY
index 12d26e1d955977c857c00a89aacdecdf027ec6fa..e9f0c486d151618df9deeaa39f1f51252d592280 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,40 @@
                                  Release Notes
 
+                                 Release 7.2.1
+
+     Release date: 2002-03-21
+
+   This has a variety of fixes from 7.2.
+
+     ----------------------------------------------------------------------
+
+Migration to version 7.2.1
+
+   A dump/restore is *not* required for those running 7.2.
+
+     ----------------------------------------------------------------------
+
+Changes
+
+ Properly set sequence values after backend crash (Tom)
+ Fix pgaccess kanji-coversion key binding (Tatsuo)
+ Optimizer improvements (Tom)
+ cash I/O improvements (Tom)
+ contrib/btree_gist improvements (Teodor Sigaev)
+ New Russian FAQ
+ Compile fix for missing AuthBlockSig (Heiko)
+ Additional time zones and time zone fixes (Thomas)
+ Allow psql \connect to handle mixed case database and user names (Tom)
+ Return proper OID on command completion even with ON INSERT rules (Tom)
+ Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo)
+ Fix bug in extract/date_part for milliseconds/microseconds (Tatsuo)
+ Improve handling of multiple UNIONs with different lengths (Tom)
+ contrib/tsearch dictionary improvements (Thomas T. Thai, Teodor Sigaev)
+ Fix for array subscripts handling (Tom)
+     
+
+     ----------------------------------------------------------------------
+
                                   Release 7.2
 
      Release date: 2002-02-04
@@ -74,8 +109,8 @@ Migration to version 7.2
      * The date/time value 'current' is no longer available. You will need to
        rewrite your applications.
 
-     * The timestamp(), time(), and inverval() functions are no longer 
-       available.  Instead of timestamp(), use timestamp 'string', or CAST.
+     * The timestamp() function is no longer available.  Use timestamp
+       'string' instead, or CAST.
 
    The SELECT ... LIMIT #,# syntax will be removed in the next release. You
    should change your queries to use separate LIMIT and OFFSET clauses, e.g.
index 849c6ba7dbff1f00bce8a12b47d6d765da9f1221..2ec27b0f034b9a0961dbc2f3c4c8c3527ff4745e 100644 (file)
@@ -1,38 +1,57 @@
 
 
 
  Release Notes
 
">
-  &version; Development Branch</span>
 ">
+   Release 7.2.1</span>
 
-  
-   Below is a subset of the changes that have gone into the
-   development branch of PostgreSQL since version 7.2.  For a complete
-   list of changes, consult the CVS logs.
-  
+   
+   Release date
+   2002-03-21
+   
 
-
-
-Access privileges on functions
-Access privileges on procedural languages
-CREATE DATABASE has OWNER option so superuser can create DB for someone else
-Kerberos 5 support now works with Heimdal
-Database and user-specific session defaults of run-time configurations variables
-    (ALTER DATABASE ... SET and ALTER USER ... SET)
-]]>
+   
+    This has a variety of fixes from 7.2.
+   
+
+
+   
+    Migration to version 7.2.1
+
+    
+     A dump/restore is not required for those running
+     7.2.
+    
+   
+
+   
+    Changes
+
+    
+     
+Properly set sequence values after backend crash (Tom)
+Fix pgaccess kanji-coversion key binding (Tatsuo)
+Optimizer improvements (Tom)
+cash I/O improvements (Tom)
+contrib/btree_gist improvements (Teodor Sigaev)
+New Russian FAQ
+Compile fix for missing AuthBlockSig (Heiko)
+Additional time zones and time zone fixes (Thomas)
+Allow psql \connect to handle mixed case database and user names (Tom)
+Return proper OID on command completion even with ON INSERT rules (Tom)
+Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo)
+Fix bug in extract/date_part for milliseconds/microseconds (Tatsuo)
+Improve handling of multiple UNIONs with different lengths (Tom)
+contrib/tsearch dictionary improvements (Thomas T. Thai, Teodor Sigaev)
+Fix for array subscripts handling (Tom)
+     
+    
+   
+  
 
 
  
   Release 7.2
@@ -183,10 +202,9 @@ Database and user-specific session defaults of run-time configurations variables
 
      
       
-       The timestamp()time(),
-       and interval() functions are no longer
-       available.  Instead of timestamp(), use 
-       timestamp 'string' or CAST.
+       The timestamp() function is no longer
+       available.  Use timestamp 'string' instead, 
+       or CAST.
       
      
 
index ca24246e0c825e0e9a747f7168161d4ca11961a3..44487c4d10cc250db90eb3daaaf9bd8fa78fbb08 100644 (file)
@@ -4,7 +4,7 @@
     bump interface version numbers
     update src/interfaces/libpq/libpq.rc
     update src/interfaces/libpq++/libpq++dll.rc
-    update src/include/config.h.win32
+    update src/include/pg_config.h.win32
 
 * Release notes
     update doc/src/sgml/release.sgml 
@@ -20,8 +20,6 @@
     platform-specific FAQ's, if needed
 
 * Miscellaneous files
-    README
-    register.txt
     doc/bug.template
 
 * Update pg_upgrade to handle new version, or disable
index 9b8ead1c4ee2373ee061ef91c16510b9b106da73..35191cd8cf29b4a7f8ac4fbddba75031dabbac2a 100755 (executable)
@@ -8,14 +8,11 @@
 #
 # pre and post-branch logs:
 # find . -name CVS -type d -exec touch '{}/Entries.Static' \;
+#
 # cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT'
 # cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_1_STABLE
 # cvs log -d'>1999-06-14 00:00:00 GMT' . > log
 #
-# pre and post-branch logs:
-# find . -name CVS -type d -exec touch '{}/Entries.Static' \;
-# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT'
-# cvs log -d'>2000-05-29 00:00:00 GMT' -r       
 # find . -name CVS -type d -exec rm '{}/Entries.Static' \;
 #