1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Update for 7.2.1.

This commit is contained in:
Bruce Momjian
2002-03-18 23:03:13 +00:00
parent b6cb03c7ce
commit 658371fe9f
4 changed files with 87 additions and 39 deletions

View File

@ -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>