From 1c4b9e51caff19e0d87d2635aa0e61c05aaec859 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 26 Mar 2009 03:46:14 +0000 Subject: [PATCH] Fix markup so that 'make HISTORY' works. A couple very minor editorial improvements. --- doc/src/sgml/release.sgml | 49 +++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 3a077c6e39..7e66bb6eb3 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -68,7 +68,7 @@ do it for earlier branch release files. Release date - 2009-XX-XX, ITEMS CURRENT AS OF 2009-03-16 + 2009-XX-XX, ITEMS CURRENT AS OF 2009-03-16 @@ -155,13 +155,13 @@ do it for earlier branch release files. - Disable appending of the epoch date/time when '%' escapes are missing in - log_filename (Robert Haas) + Disable appending of the epoch date/time when no '%' escapes are + present in log_filename (Robert Haas) - This change was made because some users wanted a consistent log - filename. + This change was made because some users wanted a constant log filename, + for use with an external log rotation tool. @@ -304,8 +304,8 @@ do it for earlier branch release files. - Throw an error of an escape character is the last character in a LIKE - pattern (nothing to escape) (Tom) + Throw an error if an escape character is the last character in a LIKE + pattern (it has nothing to escape) (Tom) @@ -350,8 +350,8 @@ do it for earlier branch release files. - Remove ~=~ and ~<>~ operators used for LIKE index comparisons (Tom) bjm: - needed? + Remove ~=~ and ~<>~ operators used for LIKE index comparisons + (Tom) bjm: needed? @@ -543,7 +543,7 @@ do it for earlier branch release files. - Add postgresql.conf setting cursor_tuple_fraction to control the + Add postgresql.conf setting cursor_tuple_fraction to control the fraction of a cursor's rows expected to be requested by the user (Robert Hell) @@ -937,7 +937,7 @@ do it for earlier branch release files. - OFFSET num {ROW|ROWS} FETCH {FIRST|NEXT} [num] {ROW|ROWS} ONLY. + OFFSET num {ROW|ROWS} FETCH {FIRST|NEXT} [num] {ROW|ROWS} ONLY. @@ -971,7 +971,7 @@ do it for earlier branch release files. - New syntax supported (these formerly required "ALTER TABLE") + New syntax supported (these formerly required "ALTER TABLE") @@ -985,17 +985,17 @@ do it for earlier branch release files. - ALTER VIEW ALTER COLUMN SET/DROP DEFAULT + ALTER VIEW ALTER COLUMN SET/DROP DEFAULT - ALTER VIEW OWNER TO + ALTER VIEW OWNER TO - ALTER VIEW SET SCHEMA + ALTER VIEW SET SCHEMA @@ -1181,14 +1181,13 @@ do it for earlier branch release files. Previously EXPLAIN VERBOSE output an internal representation of the - output columns. + query plan. (That behavior is now available via debug_print_plan.) - Have EXPLAIN honor debug_print_plan (Tom) bjm: verify behavior, this - replaces EXPLAIN VERBOSE? + Have EXPLAIN honor debug_print_plan (Tom) @@ -1209,11 +1208,11 @@ do it for earlier branch release files. Dramatically improve the speed of building and accessing hash indexes - (Tom Raney, Shreya Bhargava, Kenneth Marshall, Tom) + (Tom Raney, Shreya Bhargava, Kenneth Marshall) - This allows hash indexes to be often faster than btree indexes. + This allows hash indexes to be sometimes faster than btree indexes. However, hash indexes are still not crash-safe. @@ -1810,23 +1809,23 @@ do it for earlier branch release files. - Support DETAIL and HINT fields + Support DETAIL and HINT fields - Support SQLSTATE error codes + Support SQLSTATE error codes - Support an exception name parameter + Support an exception name parameter - Allow RAISE without parameters in an exception - block to rethrow the current error + Allow RAISE without parameters in an exception + block to rethrow the current error -- 2.39.5