From: Bruce Momjian Date: Sun, 12 Feb 2006 17:11:28 +0000 (+0000) Subject: Update release notes for 8.1.3. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4b154f007a8cc2974313e5d2844b13c847dc9fb0;p=users%2Fbernd%2Fpostgres.git Update release notes for 8.1.3. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 7380bcb86d..c19599461c 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -19,6 +19,95 @@ For new features, add links to the documentation sections. Release Notes + + Release 8.1.3 + + + Release date + 2006-02-14 + + + + This release contains a variety of fixes from 8.1.2. + + + + Migration to version 8.1.3 + + + A dump/restore is not required for those running 8.1.X. + However, if you are upgrading from a version earlier than 8.1.2, + see the release notes for 8.1.2. + + + + + Changes + + + +Fix rare bug with row visibility logic in self-inserted +rows (Tom) + +Fixes for relation cache management and WAL file creation +(Tom) + +Properly check DOMAIN constraints for +UNKNOWN parameters in prepared statements +(Neil) + +Change ALTER COLUMN TYPE to drop +FOREIGN KEY constraints before UNIQUE or +PRIMARY KEY constraints (Nakano Yoshihisa) + +Fix CREATE OPERATOR dumps that have +cross-schema definitions (Tom) + +Allow pg_restore to continue after a +COPY failure, rather than treating the remaining statements +as COPY data (Stephen Frost) + +Fix pg_ctl unregister crash +when the data directory is not specified (Magnus) + +Fix libpq PQprint HTML tags +(Christoph Zwerschke) + +Fix ecpg crash on AMD64 and PPC +(Neil) + +Fix problem with argument passing with error reporting +in PL/python (Neil) + +Fix memory leak in PL/perl's row +returning code (Neil) + +Fix PL/perl's handling of locales on +Win32 to match the backend (Andrew) + +Various optimizer improvements (Tom) + +Fix crash when log_min_messages is set in +postgresql.conf to DEBUG5 on Win32 +(Bruce) + +Fix pgxs -L library path +specification for Win32 and Cygwin (Bruce) + +Check that SID is enabled while checking for Win32 admin +privileges (Magnus) + +Portability fix for finite and +isinf (Tom) + +Improve speed of /contrib/tsearch2 index +creation (Teodor) + + + + + + Release 8.1.2