From: Bruce Momjian Date: Mon, 9 Oct 2006 23:24:06 +0000 (+0000) Subject: Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=a25e03d17b22ec3caf1ddc836a6a9d9de335071d;p=users%2Fbernd%2Fpostgres.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 794975144e..53011273de 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -19,6 +19,69 @@ For new features, add links to the documentation sections. Release Notes + + Release 8.1.5 + + + Release date + 2006-10-?? + + + + This release contains a variety of fixes from 8.1.4. + + + + Migration to version 8.1.4 + + + 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 for OS/X +Bonjour on x86 systems (Ashley Clark) +Fix MSVC/Borland C++ +compiles (Hiroshi Saito) +Minor fixes related to ecpg, /contrib/dblink, +/contrib/ltree, /contrib/tsearch2, and psql +Add ability to log protocol-level prepared +statements (Tom) +Disallow non-subselect aggregates in UPDATE +statements (Tom) +The behavior of such an aggregate was unpredictable, +so it has been disabled. The SQL standard does not support +it either. +Fix ALTER TABLE ... TYPE to recheck +NOT NULL for USING clause (Tom) +Fix rare termination of the statistics collector +process on Win32 (Tom) +Improvements to hash and bitmap joins (Tom) +Fix statement_timeout to use the proper +units of microseconds on Win32 (Bruce) +In previous Win32 8.1.X versions, 100-microseconds units were +incorrectly used internally. +Fixes for AIX and +Intel compilers (Tom) +Fix to_timestamp() for +PM/AM (Bruce) +Fix string_to_array() to handle overlapping +matches for the separator string For example, +string_to_array('123xx456xxx789', 'xx'). + + + + + + Release 8.1.4 @@ -2604,6 +2667,55 @@ psql -t -f fixseq.sql db1 | psql -e db1 + + 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 @@ -5757,6 +5869,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 @@ -8671,6 +8823,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