From: Bruce Momjian Date: Fri, 27 Mar 2009 01:44:30 +0000 (+0000) Subject: Second batch of release note fixes by Guillaume Smet X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=74c896df8f2e187b7968073ea406ede1f594719a;p=users%2Fsimon%2Fpostgres.git Second batch of release note fixes by Guillaume Smet --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 9014cbaad2..7df2a873c6 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -800,7 +800,7 @@ do it for earlier branch release files. Allow recovery.conf boolean variables to take the same range of string - alues as postgresql.conf (Bruce) + values as postgresql.conf (Bruce) @@ -898,7 +898,7 @@ do it for earlier branch release files. - Add support for Unicode sting and identifier specifications using code + Add support for Unicode string and identifier specifications using code points, e.g. U&'d\0061t\+000061' (Peter) @@ -1162,8 +1162,8 @@ do it for earlier branch release files. - Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view - (Robert Haas) + Allow CREATE OR REPLACE VIEW to add columns to the end + of the view (Robert Haas) @@ -1329,7 +1329,7 @@ do it for earlier branch release files. - Autovacuum options uses to be stored in a system table. + Autovacuum options used to be stored in a system table. @@ -2064,7 +2064,7 @@ do it for earlier branch release files. - Allows dumps to fail if unable to acquire shared table within the + Allows dumps to fail if unable to acquire shared lock within the specified amount of time. @@ -2339,8 +2339,13 @@ do it for earlier branch release files. - Add configure option --disable-float4-byval to use the old behavior. - tgl + Add configure option --disable-float4-byval to use the old + behavior. + + + + + Pass float8 and int8 by value in the server where possible (Zoltan Boszormenyi) @@ -2521,7 +2526,7 @@ do it for earlier branch release files. - Add duration option to /contrib/pgbench (Takahiro Itagaki) + Add duration option to /contrib/pgbench (ITAGAKI Takahiro)