mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Final stamp for 7.1.1. All done.
This commit is contained in:
parent
3bc0ab783b
commit
7efc878104
32
HISTORY
32
HISTORY
@ -1,3 +1,34 @@
|
||||
------------------------------------------------------------------------
|
||||
Release 7.1.1
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
Release 7.1.1 (2001-05-04)
|
||||
|
||||
This has a variety of fixes from 7.1.
|
||||
|
||||
Migration to v7.1.1
|
||||
|
||||
A dump/restore is not required for those running 7.1.
|
||||
|
||||
Changes
|
||||
-------
|
||||
Fix for numeric MODULO operator (Tom)
|
||||
pg_dump fixes (Philip)
|
||||
readline 4.2 fixes (Peter E)
|
||||
JOIN fixes (Tom)
|
||||
AIX, MSWIN, VAX,N32K fixes (Tom)
|
||||
Multibytes fixes (Tom)
|
||||
Unicode fixes (Tatsuo)
|
||||
Optimizer improvements (Tom)
|
||||
Fix for whole tuples in functions (Tom)
|
||||
Fix for pg_ctl and option strings with spaces (Peter E)
|
||||
ODBC fixes (Hiroshi)
|
||||
EXTRACT can now take string argument (Thomas)
|
||||
Python fixes (Darcy)
|
||||
|
||||
|
||||
|
||||
------------------------------------------------------------------------
|
||||
Release 7.1
|
||||
------------------------------------------------------------------------
|
||||
@ -234,6 +265,7 @@ New contrib/pg_control utility (Oliver)
|
||||
New FreeBSD tools ipc_check, start-scripts/freebsd
|
||||
|
||||
|
||||
|
||||
------------------------------------------------------------------------
|
||||
Release 7.0.3
|
||||
------------------------------------------------------------------------
|
||||
|
@ -1,10 +1,67 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.87 2001/05/03 16:26:21 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.88 2001/05/03 17:17:41 momjian Exp $
|
||||
-->
|
||||
|
||||
<appendix id="release">
|
||||
<title>Release Notes</title>
|
||||
|
||||
<sect1 id="release-7-1-1">
|
||||
<title>Release 7.1.1</title>
|
||||
|
||||
<note>
|
||||
<title>Release date</title>
|
||||
<simpara>2001-05-04</simpara>
|
||||
</note>
|
||||
|
||||
<!--
|
||||
<docinfo>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Bruce</firstname>
|
||||
<surname>Momjian</surname>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</docinfo>
|
||||
-->
|
||||
|
||||
<para>
|
||||
This has a variety of fixes from 7.1.
|
||||
</para>
|
||||
|
||||
|
||||
<sect2>
|
||||
<title>Migration to version 7.1.1</title>
|
||||
|
||||
<para>
|
||||
A dump/restore is <emphasis>not</emphasis> required for those running
|
||||
7.1.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Changes</title>
|
||||
|
||||
<para>
|
||||
<programlisting>
|
||||
Fix for numeric MODULO operator (Tom)
|
||||
pg_dump fixes (Philip)
|
||||
readline 4.2 fixes (Peter E)
|
||||
JOIN fixes (Tom)
|
||||
AIX, MSWIN, VAX,N32K fixes (Tom)
|
||||
Multibytes fixes (Tom)
|
||||
Unicode fixes (Tatsuo)
|
||||
Optimizer improvements (Tom)
|
||||
Fix for whole tuples in functions (Tom)
|
||||
Fix for pg_ctl and option strings with spaces (Peter E)
|
||||
ODBC fixes (Hiroshi)
|
||||
EXTRACT can now take string argument (Thomas)
|
||||
Python fixes (Darcy)
|
||||
</programlisting>
|
||||
</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
|
||||
<sect1>
|
||||
<title>Release 7.1</title>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user