From dfa879bc98dc6165f9ba59f769c28095d8702f7c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 12 Feb 2006 18:23:46 +0000 Subject: [PATCH] Update release notes for 2006-02-14 release --- doc/src/sgml/release.sgml | 153 +++++++++++++++++++++++++++++++++++++- 1 file changed, 152 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 3cda36667b1..1d7d2cf1f37 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,83 @@ Release Notes + + Release 8.0.7 + + + Release date + 2006-02-14 + + + + This release contains a variety of fixes from 8.0.6. + + + + Migration to version 8.0.7 + + + A dump/restore is not required for those running 8.0.X. + + + + + Changes + + + +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 ecpg crash on AMD64 and PPC +(Neil) + +Fix problem with argument passing with error reporting +in PL/python (Neil) + +Fix PL/perl's handling of locales on +Win32 to match the backend (Andrew) + +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) + + + + + + Release 8.0.6 @@ -2949,6 +3022,52 @@ typedefs (Michael) + + Release 7.4.12 + + + Release date + 2006-02-14 + + + + This release contains a variety of fixes from 7.4.11. + + + + Migration to version 7.4.12 + + + A dump/restore is not required for those running 7.4.X. + + + + + Changes + + + +Fixes for relation cache management and WAL file creation +(Tom) + +Fix rare bug with row visibility logic in self-inserted +rows (Tom) + +Properly check DOMAIN constraints for +UNKNOWN parameters in prepared statements +(Neil) + +Fix CREATE OPERATOR dumps that have +cross-schema definitions (Tom) + +Portability fix for finite and +isinf (Tom) + + + + + + Release 7.4.11 @@ -5697,6 +5816,38 @@ DROP SCHEMA information_schema CASCADE; + + Release 7.3.14 + + + Release date + 2006-02-14 + + + + This release contains a variety of fixes from 7.3.13. + + + + Migration to version 7.3.14 + + + A dump/restore is not required for those running 7.3.X. + + + + + Changes + + + +PLACE HOLDER + + + + + + Release 7.3.13 -- 2.39.5