From: Tom Lane Date: Wed, 11 Oct 2006 20:56:10 +0000 (+0000) Subject: A bit of copy-editing on back-branch release notes. X-Git-Tag: REL8_0_9~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6a71905d3eedd7b5dcc52d5fccaa86d6b686cf4;p=postgresql A bit of copy-editing on back-branch release notes. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index fc50bf875c..973df5b44f 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -10,7 +10,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.24 2006/10/09 23:23:29 mo Release date - 2006-10-?? + 2006-10-16 @@ -32,23 +32,26 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.24 2006/10/09 23:23:29 mo Changes - Fix crash when referencing NEW row -values in rules (Tom) -Add ability to log protocol-level prepared -statements (Tom) +values in rule WHERE expressions (Tom) +Fix core dump when an untyped literal is taken as +ANYARRAY Fix ALTER TABLE ... TYPE to recheck NOT NULL for USING clause (Tom) -Fix rare termination of the statistics collector -process on Win32 (Tom) +Fix string_to_array() to handle overlapping + matches for the separator string +For example, string_to_array('123xx456xxx789', 'xx'). + +Fix corner cases in pattern matching for + psql's \d commands +Fix index-corrupting bugs in /contrib/ltree + (Teodor) +Numerous robustness fixes in ecpg (Joachim +Wieland) +Fix backslash escaping in /contrib/dbmirror +Fix instability of statistics collection on Win32 (Tom, Andrew) 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 - @@ -888,7 +891,7 @@ typedefs (Michael) to run natively on Microsoft Windows as a server. It can run as a Windows service. This release supports NT-based Windows releases like - Windows 2000, Windows XP, and + Windows 2000 SP4, Windows XP, and Windows 2003. Older releases like Windows 95, Windows 98, and Windows ME are not supported because these operating @@ -3212,7 +3215,7 @@ typedefs (Michael) Release date - 2006-10-?? + 2006-10-16 @@ -3234,14 +3237,19 @@ typedefs (Michael) Changes - -Minor fixes related to timezones, ecpg, /contrib/ltree, -and psql - +Fix core dump when an untyped literal is taken as +ANYARRAY Fix string_to_array() to handle overlapping -matches for the separator string For example, -string_to_array('123xx456xxx789', 'xx'). - + matches for the separator string +For example, string_to_array('123xx456xxx789', 'xx'). + +Fix corner cases in pattern matching for + psql's \d commands +Fix index-corrupting bugs in /contrib/ltree + (Teodor) +Fix backslash escaping in /contrib/dbmirror +Adjust regression tests for recent changes in US DST laws + @@ -6166,7 +6174,7 @@ DROP SCHEMA information_schema CASCADE; Release date - 2006-10-?? + 2006-10-16 @@ -6188,10 +6196,16 @@ DROP SCHEMA information_schema CASCADE; Changes - -Minor fixes related to timezones, spinlocks, SSL, -GiST, /contrib/ltree, and psql - +Fix corner cases in pattern matching for + psql's \d commands +Fix index-corrupting bugs in /contrib/ltree + (Teodor) +Back-port 7.4 spinlock code to improve performance and support +64-bit architectures better +Fix SSL-related memory leak in libpq +Fix backslash escaping in /contrib/dbmirror +Adjust regression tests for recent changes in US DST laws +