From: Bruce Momjian Date: Tue, 14 Aug 2001 21:22:08 +0000 (+0000) Subject: Add HISTORY for 7.1.3. Packaging done. X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=ee9c4172ca732f152a154867330d7863bc9ef1cc;p=users%2Fbernd%2Fpostgres.git Add HISTORY for 7.1.3. Packaging done. --- diff --git a/HISTORY b/HISTORY index 8bc53eecd0..ccd757d136 100644 --- a/HISTORY +++ b/HISTORY @@ -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 ------------------------------------------------------------------------ diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 84919352f4..585ae2ef85 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -5,6 +5,55 @@ $Header$ Release Notes + + Release 7.1.3 + + + Release date + 2001-08-15 + + + + + + Migration to version 7.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 diff --git a/register.txt b/register.txt index ed2e5ce65e..cc456ad4ee 100644 --- a/register.txt +++ b/register.txt @@ -1,5 +1,5 @@ -(2001-08-10) +(2001-08-15) 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 work or play with PostgreSQL more productive.