diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 46d01d25943..d3809772b5a 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -10,7 +10,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.43 2006/10/09 23:23: Release date - 2006-10-?? + 2006-10-16 @@ -32,14 +32,19 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.43 2006/10/09 23:23: 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 + @@ -2964,7 +2969,7 @@ DROP SCHEMA information_schema CASCADE; Release date - 2006-10-?? + 2006-10-16 @@ -2986,10 +2991,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 +