1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Add HISTORY for 7.1.3. Packaging done.

This commit is contained in:
Bruce Momjian
2001-08-14 21:22:08 +00:00
parent bbdf4ab494
commit 03eb74312e
3 changed files with 77 additions and 2 deletions

26
HISTORY
View File

@@ -1,3 +1,29 @@
------------------------------------------------------------------------
Release 7.1.3
------------------------------------------------------------------------
Release 7.1.3 (2001-08-15)
Migration to v7.1.3
A dump/restore is not required for those running 7.1.X.
Changes
-------
Remove unused WAL segements of large transactions (Tom)
Multiaction rule fix (Tom)
Pl/pgSQL memory allocation fix (Jan)
VACUUM buffer fix (Tom)
Regression test fixes (Tom)
pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types (Tom)
Fix subselects with DISTINCT ON or LIMIT (Tom)
BEOS fix
Disable COPY TO/FROM a view (Tom)
Cygwin build (Jason Tishler)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 7.1.2 Release 7.1.2
------------------------------------------------------------------------ ------------------------------------------------------------------------

View File

@@ -1,10 +1,59 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.90.2.3 2001/05/31 21:50:47 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.90.2.4 2001/08/14 21:22:08 momjian Exp $
--> -->
<appendix id="release"> <appendix id="release">
<title>Release Notes</title> <title>Release Notes</title>
<sect1 id="release-7-1-3">
<title>Release 7.1.3</title>
<note>
<title>Release date</title>
<simpara>2001-08-15</simpara>
</note>
<!--
<docinfo>
<authorgroup>
<author>
<firstname>Bruce</firstname>
<surname>Momjian</surname>
</author>
</authorgroup>
</docinfo>
-->
<sect2>
<title>Migration to version 7.1.3</title>
<para>
A dump/restore is <emphasis>not</emphasis> required for those running
7.1.X.
</para>
</sect2>
<sect2>
<title>Changes</title>
<para>
<programlisting>
Remove unused WAL segements of large transactions (Tom)
Multiaction rule fix (Tom)
Pl/pgSQL memory allocation fix (Jan)
VACUUM buffer fix (Tom)
Regression test fixes (Tom)
pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types (Tom)
Fix subselects with DISTINCT ON or LIMIT (Tom)
BEOS fix
Disable COPY TO/FROM a view (Tom)
Cygwin build (Jason Tishler)
</programlisting>
</para>
</sect2>
</sect1>
<sect1 id="release-7-1-2"> <sect1 id="release-7-1-2">
<title>Release 7.1.2</title> <title>Release 7.1.2</title>

View File

@@ -1,5 +1,5 @@
(2001-08-10) (2001-08-15)
PostgreSQL has a Web site at http://www.postgresql.org/ which carries details PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
on the latest release, upcoming features, and other information to make your on the latest release, upcoming features, and other information to make your
work or play with PostgreSQL more productive. work or play with PostgreSQL more productive.