From 3d456bbbfdd912fc3303cc8d0ce46792d91327b8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 29 Mar 2009 19:13:46 +0000 Subject: [PATCH] More release note markup. --- doc/src/sgml/release.sgml | 62 +++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 482d21c5c8..bfa227fe73 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -5,7 +5,7 @@ Typical markup: &<> use & escapes PostgreSQL -postgresql.conf, pg_hba.conf +postgresql.conf, pg_hba.conf [A-Z][A-Z ]+[A-Z] [A-Za-z_][A-Za-z0-9_]+() [A-Za-z_]/[A-Za-z_]+ @@ -614,7 +614,7 @@ do it for earlier branch release files. - Add pg_conf_load_time() function to report when + Add pg_conf_load_time() to report when the Postgres configuration files were last loaded (George Gensure) @@ -1626,14 +1626,14 @@ do it for earlier branch release files. - Add array_ndims() function to return the number + Add array_ndims() to return the number of dimensions of an array (Robert Haas) - Add array_length() function to return the length + Add array_length() to return the length of an array for the specified dimensions (Jim Nasby, Robert Haas, Peter Eisentraut) @@ -1654,7 +1654,7 @@ do it for earlier branch release files. - Add function unnest(), which converts an array to + Add unnest(), which converts an array to individual row values (Tom) @@ -1760,14 +1760,14 @@ do it for earlier branch release files. - Add pg_get_keywords() function to return predefined + Add pg_get_keywords() to return predefined parser keywords (Dave Page) - Add function pg_get_functiondef() to see a functions + Add pg_get_functiondef() to see a functions definition (Abhijit Menon-Sen) @@ -1811,7 +1811,7 @@ do it for earlier branch release files. - Add pg_typeof() function to return the data type + Add pg_typeof() which returns the data type of any value (Brendan Jurd) @@ -2376,15 +2376,15 @@ do it for earlier branch release files. - Allow the file locations for client SSL certificates - to be specified (Mark Woodward, Alvaro, Magnus) + Allow the file locations for client certificates to be specified + (Mark Woodward, Alvaro, Magnus) Add connection parameter sslverify to control - the verification of the server's SSL certificate + the verification of the server's certificate (Magnus) @@ -2468,7 +2468,7 @@ do it for earlier branch release files. - Support 64-bit timezone data files (Heikki) + Support 64-bit time zone data files (Heikki) @@ -2479,7 +2479,7 @@ do it for earlier branch release files. - Fix bug in handling of the timezone database when cross-compiling + Fix bug in handling of the time zone database when cross-compiling (Richard Evans) @@ -2540,10 +2540,9 @@ do it for earlier branch release files. - This allows compile-time control over several compile-time - constants that control how large tables and WAL - are segmented into separate files and their internal block - sizes + This allows compile-time control over several constants that + affect how tables and WAL files are segmented and + their internal block sizes. @@ -2555,15 +2554,16 @@ do it for earlier branch release files. - Add support for Sun Studio compiler on + Add support for the Sun Studio compiler on Linux (Julius Stroffek) - Append major version number to the gettext domain name, and - for libraries the soname major version number (Peter) + Append the major version number to the gettext + domain, and the soname major version number to + libraries (Peter) @@ -2610,21 +2610,21 @@ do it for earlier branch release files. - Additional DTrace probes (Robert Lor) + Add DTrace probes (Robert Lor) - Add DTrace support on Mac OS X + Add DTrace support on Mac OS X Leopard (Robert Lor) - Add new cstring to text conversion functions (Brendan - Jurd, Tom) + Add new cstring to text conversion functions + (Brendan Jurd, Tom) @@ -2649,8 +2649,8 @@ do it for earlier branch release files. - Add a hook to allow planner statistics lookup behavior to be - overridden (Simon Riggs) + Add a hook to allow the planner statistics lookup behavior to + be overridden (Simon Riggs) @@ -2689,8 +2689,8 @@ do it for earlier branch release files. - Add %expect 0 to all parser input files to prevent - builds with parser conflicts (Peter) + Prevent parser input files from being built with any conflicts + (Peter) @@ -2711,7 +2711,7 @@ do it for earlier branch release files. - Add -M (query mode) to /contrib/pgbench + Add query mode option to /contrib/pgbench (Itagaki Takahiro) @@ -2757,14 +2757,14 @@ do it for earlier branch release files. Add /contrib/citext as a case-insensitive, - multibyte-capable text data type (David Wheeler) + multibyte-aware text data type (David Wheeler) Make sure /contrib/dblink uses a password supplied - by the user, and not accidentally from the server .pgpass file + by the user, and not accidentally from the server's .pgpass file (Joe Conway) -- 2.30.2