1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.509 2007/10/03 03:32:31 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.510 2007/10/03 22:06:13 neilc Exp $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -125,8 +125,7 @@ do it for earlier branch release files.
125
125
The I/O needed for a checkpoint is now spread over a fairly long
126
126
period of time, rather than being spat out in a burst. This happens
127
127
only for background checkpoints carried out by the bgwriter; other
128
- cases, such as a shutdown checkpoint, are still
129
- done at full speed.
128
+ cases, such as a shutdown checkpoint, are still done at full speed.
130
129
</para>
131
130
</listitem>
132
131
@@ -196,8 +195,8 @@ do it for earlier branch release files.
196
195
</para>
197
196
198
197
<para>
199
- This change allows a significant percentage reduction in the on-disk
200
- size of short character-string fields.
198
+ This significantly reduces the on-disk size of short
199
+ character-string fields.
201
200
</para>
202
201
</listitem>
203
202
@@ -226,7 +225,7 @@ do it for earlier branch release files.
226
225
We keep a heap of the current best N tuples and sift-up new tuples
227
226
into it as we scan the input. For M input tuples this means only
228
227
about M*log(N) comparisons instead of M*log(M), not to mention a lot
229
- less workspace when N is small --- avoiding spill-to-disk for large
228
+ less workspace when N is small — avoiding spill-to-disk for large
230
229
M is actually the most attractive thing about it.
231
230
</para>
232
231
</listitem>
@@ -595,7 +594,7 @@ do it for earlier branch release files.
595
594
<para>
596
595
This provides full gettimeofday() resolution for the timestamps,
597
596
which might be useful when attempting to do point-in-time recovery
598
- --- previously it was not possible to specify the stop point with
597
+ — previously it was not possible to specify the stop point with
599
598
sub-second resolution.
600
599
</para>
601
600
</listitem>
@@ -626,7 +625,7 @@ do it for earlier branch release files.
626
625
This is a list to allow spreading the load across multiple
627
626
tablespaces; a random list element is chosen each time a temp object
628
627
is to be created. Temp files are not stored in per-database
629
- pgsql_tmp/ directories anymore, but per-tablespace directories.
628
+ pgsql_tmp/ directories anymore, but in per-tablespace directories.
630
629
</para>
631
630
</listitem>
632
631
@@ -1026,7 +1025,7 @@ do it for earlier branch release files.
1026
1025
</para>
1027
1026
1028
1027
<para>
1029
- While it's (still) possible to perform these operations using ALTER
1028
+ While it has long been possible to perform these operations using ALTER
1030
1029
TABLE, users were often surprised that they couldn't say ALTER VIEW
1031
1030
or ALTER SEQUENCE as appropriate.
1032
1031
</para>
@@ -1091,7 +1090,8 @@ do it for earlier branch release files.
1091
1090
1092
1091
<listitem>
1093
1092
<para>
1094
- Make NOTIFY/LISTEN/UNLISTEN only accept simple relation names
1093
+ Make NOTIFY/LISTEN/UNLISTEN only accept identifiers without a schema
1094
+ qualifier
1095
1095
(Bruce)
1096
1096
</para>
1097
1097
@@ -1127,7 +1127,7 @@ do it for earlier branch release files.
1127
1127
</para>
1128
1128
1129
1129
<para>
1130
- These commands simplify resetting a database session to initial
1130
+ These commands simplify resetting a database session to its initial
1131
1131
state, and are particularly handy for connection-pooling software.
1132
1132
</para>
1133
1133
</listitem>
@@ -1190,7 +1190,7 @@ do it for earlier branch release files.
1190
1190
<listitem>
1191
1191
<para>
1192
1192
Add a "uuid" data type similar to that defined in RFC 4122 (Gevik
1193
- Babakhani)
1193
+ Babakhani, Neil )
1194
1194
</para>
1195
1195
</listitem>
1196
1196
@@ -1303,7 +1303,7 @@ do it for earlier branch release files.
1303
1303
</para>
1304
1304
1305
1305
<para>
1306
- This enables use of hash indexes and hash-based plans with
1306
+ This allows hash indexes and hash-based plans to be used with
1307
1307
the numeric datatype.
1308
1308
</para>
1309
1309
</listitem>
@@ -1317,8 +1317,8 @@ do it for earlier branch release files.
1317
1317
1318
1318
<listitem>
1319
1319
<para>
1320
- Allow leading and trailing
1321
- whitespace in the input to the boolean type (Neil)
1320
+ Allow leading and trailing whitespace in the input to the boolean
1321
+ type (Neil)
1322
1322
</para>
1323
1323
</listitem>
1324
1324
@@ -1440,7 +1440,7 @@ do it for earlier branch release files.
1440
1440
1441
1441
<listitem>
1442
1442
<para>
1443
- Implement RETURN QUERY for PL/PgSQL (Pavel Stehule, Tom )
1443
+ Implement RETURN QUERY for PL/PgSQL (Pavel Stehule, Neil )
1444
1444
</para>
1445
1445
1446
1446
<para>
@@ -2213,7 +2213,8 @@ do it for earlier branch release files.
2213
2213
</para>
2214
2214
2215
2215
<para>
2216
- Use configure option --with-ossp-uuid to activate.
2216
+ Use configure option --with-ossp-uuid to activate. This takes
2217
+ advantage of the new UUID builtin type.
2217
2218
</para>
2218
2219
</listitem>
2219
2220
0 commit comments