1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.596 2009/03/26 02:48:53 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.597 2009/03/26 03:46:14 tgl Exp $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -68,7 +68,7 @@ do it for earlier branch release files.
68
68
69
69
<note>
70
70
<title>Release date</title>
71
- <simpara>2009-XX-XX, ITEMS CURRENT AS OF 2009-03-16</simpara>
71
+ <simpara>2009-XX-XX, ITEMS CURRENT AS OF 2009-03-16</simpara>
72
72
</note>
73
73
74
74
<sect2>
@@ -155,13 +155,13 @@ do it for earlier branch release files.
155
155
156
156
<listitem>
157
157
<para>
158
- Disable appending of the epoch date/time when '%' escapes are missing in
159
- log_filename (Robert Haas)
158
+ Disable appending of the epoch date/time when no '%' escapes are
159
+ present in log_filename (Robert Haas)
160
160
</para>
161
161
162
162
<para>
163
- This change was made because some users wanted a consistent log
164
- filename .
163
+ This change was made because some users wanted a constant log filename,
164
+ for use with an external log rotation tool .
165
165
</para>
166
166
</listitem>
167
167
@@ -304,8 +304,8 @@ do it for earlier branch release files.
304
304
305
305
<listitem>
306
306
<para>
307
- Throw an error of an escape character is the last character in a LIKE
308
- pattern (nothing to escape) (Tom)
307
+ Throw an error if an escape character is the last character in a LIKE
308
+ pattern (it has nothing to escape) (Tom)
309
309
</para>
310
310
</listitem>
311
311
@@ -350,8 +350,8 @@ do it for earlier branch release files.
350
350
351
351
<listitem>
352
352
<para>
353
- Remove ~=~ and ~<> ~ operators used for LIKE index comparisons (Tom) bjm:
354
- needed?
353
+ Remove ~=~ and ~<> ~ operators used for LIKE index comparisons
354
+ (Tom) bjm: needed?
355
355
</para>
356
356
357
357
<para>
@@ -543,7 +543,7 @@ do it for earlier branch release files.
543
543
544
544
<listitem>
545
545
<para>
546
- Add postgresql.conf setting cursor_tuple_fraction to control the
546
+ Add postgresql.conf setting cursor_tuple_fraction to control the
547
547
fraction of a cursor's rows expected to be requested by the user (Robert
548
548
Hell)
549
549
</para>
@@ -937,7 +937,7 @@ do it for earlier branch release files.
937
937
938
938
<listitem>
939
939
<para>
940
- OFFSET num {ROW|ROWS} FETCH {FIRST|NEXT} [num] {ROW|ROWS} ONLY.
940
+ OFFSET num {ROW|ROWS} FETCH {FIRST|NEXT} [num] {ROW|ROWS} ONLY.
941
941
</para>
942
942
</listitem>
943
943
@@ -971,7 +971,7 @@ do it for earlier branch release files.
971
971
972
972
<listitem>
973
973
<para>
974
- New syntax supported (these formerly required "ALTER TABLE")
974
+ New syntax supported (these formerly required "ALTER TABLE")
975
975
</para>
976
976
</listitem>
977
977
@@ -985,17 +985,17 @@ do it for earlier branch release files.
985
985
</listitem>
986
986
<listitem>
987
987
<para>
988
- ALTER VIEW ALTER COLUMN SET/DROP DEFAULT
988
+ ALTER VIEW ALTER COLUMN SET/DROP DEFAULT
989
989
</para>
990
990
</listitem>
991
991
<listitem>
992
992
<para>
993
- ALTER VIEW OWNER TO
993
+ ALTER VIEW OWNER TO
994
994
</para>
995
995
</listitem>
996
996
<listitem>
997
997
<para>
998
- ALTER VIEW SET SCHEMA
998
+ ALTER VIEW SET SCHEMA
999
999
</para>
1000
1000
</listitem>
1001
1001
</itemizedlist>
@@ -1181,14 +1181,13 @@ do it for earlier branch release files.
1181
1181
1182
1182
<para>
1183
1183
Previously EXPLAIN VERBOSE output an internal representation of the
1184
- output columns.
1184
+ query plan. (That behavior is now available via debug_print_plan.)
1185
1185
</para>
1186
1186
</listitem>
1187
1187
1188
1188
<listitem>
1189
1189
<para>
1190
- Have EXPLAIN honor debug_print_plan (Tom) bjm: verify behavior, this
1191
- replaces EXPLAIN VERBOSE?
1190
+ Have EXPLAIN honor debug_print_plan (Tom)
1192
1191
</para>
1193
1192
</listitem>
1194
1193
@@ -1209,11 +1208,11 @@ do it for earlier branch release files.
1209
1208
<listitem>
1210
1209
<para>
1211
1210
Dramatically improve the speed of building and accessing hash indexes
1212
- (Tom Raney, Shreya Bhargava, Kenneth Marshall, Tom)
1211
+ (Tom Raney, Shreya Bhargava, Kenneth Marshall)
1213
1212
</para>
1214
1213
1215
1214
<para>
1216
- This allows hash indexes to be often faster than btree indexes.
1215
+ This allows hash indexes to be sometimes faster than btree indexes.
1217
1216
However, hash indexes are still not crash-safe.
1218
1217
</para>
1219
1218
</listitem>
@@ -1810,23 +1809,23 @@ do it for earlier branch release files.
1810
1809
<itemizedlist>
1811
1810
<listitem>
1812
1811
<para>
1813
- Support DETAIL and HINT fields
1812
+ Support DETAIL and HINT fields
1814
1813
</para>
1815
1814
</listitem>
1816
1815
<listitem>
1817
1816
<para>
1818
- Support SQLSTATE error codes
1817
+ Support SQLSTATE error codes
1819
1818
</para>
1820
1819
</listitem>
1821
1820
<listitem>
1822
1821
<para>
1823
- Support an exception name parameter
1822
+ Support an exception name parameter
1824
1823
</para>
1825
1824
</listitem>
1826
1825
<listitem>
1827
1826
<para>
1828
- Allow RAISE without parameters in an exception
1829
- block to rethrow the current error
1827
+ Allow RAISE without parameters in an exception
1828
+ block to rethrow the current error
1830
1829
</para>
1831
1830
</listitem>
1832
1831
</itemizedlist>
0 commit comments