diff --git a/HISTORY b/HISTORY index 12d26e1d95..e9f0c486d1 100644 --- 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. diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 849c6ba7db..2ec27b0f03 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. diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index ca24246e0c..44487c4d10 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -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 diff --git a/src/tools/pgcvslog b/src/tools/pgcvslog index 9b8ead1c4e..35191cd8cf 100755 --- a/src/tools/pgcvslog +++ b/src/tools/pgcvslog @@ -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' \; #