From: Tom Lane Date: Thu, 30 Oct 2008 22:23:39 +0000 (+0000) Subject: Update back-branch release notes. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=4361f72bfa7ce48ab3849249e8db0c09db9fb27e;p=users%2Fbernd%2Fpostgres.git Update back-branch release notes. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 77abe02270..651bc6059e 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -63,6 +63,90 @@ do it for earlier branch release files. review, so each item is truly a community effort. + + Release 7.4.23 + + + Release date + 2008-11-03 + + + + This release contains a variety of fixes from 7.4.22. + For information about new features in the 7.4 major release, see + . + + + + Migration to Version 7.4.23 + + + 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 + + + + + + Fix backend crash when the client encoding cannot represent a localized + error message (Tom) + + + + We have addressed similar issues before, but it would still fail if + the character has no equivalent message itself couldn't + be converted. The fix is to disable localization and send the plain + ASCII error message when we detect such a situation. + + + + + + Fix incorrect tsearch2 headline generation when single query + item matches first word of text (Sushant Sinha) + + + + + + Fix improper display of fractional seconds in interval values when + using a non-ISO datestyle in an + + + + + Ensure SPI_getvalue and SPI_getbinval + behave correctly when the passed tuple and tuple descriptor have + different numbers of columns (Tom) + + + + This situation is normal when a table has had columns added or removed, + but these two functions didn't handle it properly. + The only likely consequence is an incorrect error indication. + + + + + + Fix ecpg's parsing of CREATE USER (Michael) + + + + + + + + Release 7.4.22