From 658371fe9fb969b8dc4725f737f6c2e9412170db Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 18 Mar 2002 23:03:13 +0000 Subject: Update for 7.2.1. --- doc/src/sgml/release.sgml | 78 +++++++++++++++++++++++++++++------------------ 1 file changed, 48 insertions(+), 30 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 849c6ba7dbf..2ec27b0f034 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,38 +1,57 @@ Release Notes - - &version; Development Branch + + Release 7.2.1 - - 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 + - - + + 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. -- cgit v1.2.3