From 340d44686b131754bba759876a37d0b0323f30e1 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 2 Mar 2004 00:38:46 +0000 Subject: Update release notes for 7.3.6. --- doc/src/sgml/release.sgml | 69 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 67 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index cdaabb0b893..cccff76a348 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -1971,6 +1971,71 @@ DROP SCHEMA information_schema CASCADE; + + Release 7.3.6 + + + Release date + 2004-03-02 + + + + This release contains a variety of fixes from 7.3.5. + + + + + Migration to version 7.3.6 + + + A dump/restore is not required for those + running 7.3.*. + + + + + + Changes + + +Revert erroneous changes in rule permissions checking +A patch applied in 7.3.3 to fix a corner case in rule permissions checks +turns out to have disabled rule-related permissions checks in many +not-so-corner cases. This would for example allow users to insert into views +they weren't supposed to have permission to insert into. We have therefore +reverted the 7.3.3 patch. The original bug will be fixed in 7.5. + +Repair incorrect order of operations in +GetNewTransactionId() + +This bug could result in failure under out-of-disk-space conditions, including +inability to restart even after disk space is freed. + +Ensure configure selects -fno-strict-aliasing even when +an external value for CFLAGS is supplied + +On some platforms, building with -fstrict-aliasing causes bugs. + +Make pg_restore handle 64-bit off_t correctly + +This bug prevented proper restoration from archive files exceeding 4Gb. + +Make contrib/dblink not assume that local and remote type OIDs +match (Joe) +Quote connectby()'s start_with argument properly (Joe) +Don't crash when a rowtype argument to a plpgsql function is +NULL +Avoid generating invalid character encoding sequences in +corner cases when planning LIKE operations +Ensure text_position() cannot scan past end of source string +in multibyte cases (Korea PostgreSQL Users' Group) +Fix index optimization and selectivity estimates for LIKE +operations on bytea columns (Joe) + + + + + Release 7.3.5 @@ -2071,7 +2136,7 @@ DROP SCHEMA information_schema CASCADE; - This release contains of variety of fixes for version 7.3.2. + This release contains a variety of fixes for version 7.3.2. -- cgit v1.2.3