From: Bruce Momjian Date: Mon, 9 Oct 2006 23:23:29 +0000 (+0000) Subject: Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. X-Git-Tag: REL8_0_9~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b07bda63125bffbae72c6ad87ea3c4f95c61774a;p=thirdparty%2Fpostgresql.git Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index e8e2bcdb9f2..fc50bf875c3 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,59 @@ Release Notes + + Release 8.0.9 + + + Release date + 2006-10-?? + + + + This release contains a variety of fixes from 8.0.8. + + + + Migration to version 8.0.9 + + + A dump/restore is not required for those running 8.0.X. However, + if you are upgrading from a version earlier than 8.0.6, see the release + notes for 8.0.6. + + + + + + Changes + + + +Fix crash when referencing NEW row +values in rules (Tom) +Add ability to log protocol-level prepared +statements (Tom) +Fix ALTER TABLE ... TYPE to recheck +NOT NULL for USING clause (Tom) +Fix rare termination of the statistics collector +process on Win32 (Tom) +Fixes for AIX and +Intel compilers (Tom) +Fix string_to_array() to handle overlapping +matches for the separator string For example, +string_to_array('123xx456xxx789', 'xx'). +Minor fixes related to ecpg, /contrib/ltree, +and psql + + + + + + Release 8.0.8 @@ -3158,6 +3207,46 @@ typedefs (Michael) + + Release 7.4.14 + + + Release date + 2006-10-?? + + + + This release contains a variety of fixes from 7.4.13. + + + + Migration to version 7.4.14 + + + A dump/restore is not required for those running 7.4.X. However, + if you are upgrading from a version earlier than 7.4.11, see the release + notes for 7.4.11. + + + + + + Changes + + + +Minor fixes related to timezones, ecpg, /contrib/ltree, +and psql + +Fix string_to_array() to handle overlapping +matches for the separator string For example, +string_to_array('123xx456xxx789', 'xx'). + + + + + + Release 7.4.13 @@ -6072,6 +6161,42 @@ DROP SCHEMA information_schema CASCADE; + + Release 7.3.16 + + + Release date + 2006-10-?? + + + + This release contains a variety of fixes from 7.3.15. + + + + Migration to version 7.3.16 + + + A dump/restore is not required for those running 7.3.X. However, + if you are upgrading from a version earlier than 7.3.13, see the release + notes for 7.3.13. + + + + + + Changes + + + +Minor fixes related to timezones, spinlocks, SSL, +GiST, /contrib/ltree, and psql + + + + + + Release 7.3.15