From: Bruce Momjian Date: Mon, 9 Oct 2006 23:23:11 +0000 (+0000) Subject: Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. X-Git-Tag: REL7_4_14~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f18ace69dc9e3c95399784c4d954f6c43bac8a23;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 793b98348ad..46d01d25943 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,50 @@ Release Notes + + 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 @@ -2919,6 +2959,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