From 658371fe9fb969b8dc4725f737f6c2e9412170db Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Mon, 18 Mar 2002 23:03:13 +0000 Subject: [PATCH] Update for 7.2.1. --- HISTORY | 39 +++++++++++++++++++- doc/src/sgml/release.sgml | 78 ++++++++++++++++++++++++--------------- src/tools/RELEASE_CHANGES | 4 +- src/tools/pgcvslog | 5 +-- 4 files changed, 87 insertions(+), 39 deletions(-) diff --git a/HISTORY b/HISTORY index 12d26e1d955..e9f0c486d15 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 849c6ba7dbf..2ec27b0f034 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,38 +1,57 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.120 2002/03/11 16:41:44 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.121 2002/03/18 23:03:13 momjian Exp $ --> <appendix id="release"> <title>Release Notes</title> - <sect1 id="release-devel"> - <title>&version; Development Branch</title> + <sect1 id="release-7-2-1"> + <title>Release 7.2.1</title> - <para> - 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. - </para> + <note> + <title>Release date</title> + <simpara>2002-03-21</simpara> + </note> -<!-- -Developers: When you add a feature, mention it here. This avoids -lossiness when digging out the information from the CVS logs, and -furthermore it advertises your feature to external parties at the -earliest possible moment. - -CDATA means the content is "SGML-free", so you can write without -worries about funny characters. ---> -<literallayout><![CDATA[ -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) -]]></literallayout> + <para> + This has a variety of fixes from 7.2. + </para> + + + <sect2> + <title>Migration to version 7.2.1</title> + + <para> + A dump/restore is <emphasis>not</emphasis> required for those running + 7.2. + </para> + </sect2> + + <sect2> + <title>Changes</title> + + <para> + <programlisting> +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) + </programlisting> + </para> + </sect2> + </sect1> - </sect1> <sect1 id="release-7-2"> <title>Release 7.2</title> @@ -183,10 +202,9 @@ Database and user-specific session defaults of run-time configurations variables <listitem> <para> - The <literal>timestamp()</literal>, <literal>time()</literal>, - and <literal>interval()</literal> functions are no longer - available. Instead of <literal>timestamp()</literal>, use - <literal>timestamp 'string'</literal> or <literal>CAST</literal>. + The <literal>timestamp()</literal> function is no longer + available. Use <literal>timestamp 'string'</literal> instead, + or <literal>CAST</literal>. </para> </listitem> diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index ca24246e0c8..44487c4d10c 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 9b8ead1c4ee..35191cd8cf2 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' \; # -- GitLab