Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a522db7

Browse files
author
Neil Conway
committed
Various minor improvements to the 8.3 release notes.
1 parent a8dfe11 commit a522db7

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

doc/src/sgml/release.sgml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22
<!--
33

44
Typical markup:
@@ -125,8 +125,7 @@ do it for earlier branch release files.
125125
The I/O needed for a checkpoint is now spread over a fairly long
126126
period of time, rather than being spat out in a burst. This happens
127127
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.
130129
</para>
131130
</listitem>
132131

@@ -196,8 +195,8 @@ do it for earlier branch release files.
196195
</para>
197196

198197
<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.
201200
</para>
202201
</listitem>
203202

@@ -226,7 +225,7 @@ do it for earlier branch release files.
226225
We keep a heap of the current best N tuples and sift-up new tuples
227226
into it as we scan the input. For M input tuples this means only
228227
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 &mdash; avoiding spill-to-disk for large
230229
M is actually the most attractive thing about it.
231230
</para>
232231
</listitem>
@@ -595,7 +594,7 @@ do it for earlier branch release files.
595594
<para>
596595
This provides full gettimeofday() resolution for the timestamps,
597596
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+
&mdash; previously it was not possible to specify the stop point with
599598
sub-second resolution.
600599
</para>
601600
</listitem>
@@ -626,7 +625,7 @@ do it for earlier branch release files.
626625
This is a list to allow spreading the load across multiple
627626
tablespaces; a random list element is chosen each time a temp object
628627
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.
630629
</para>
631630
</listitem>
632631

@@ -1026,7 +1025,7 @@ do it for earlier branch release files.
10261025
</para>
10271026

10281027
<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
10301029
TABLE, users were often surprised that they couldn't say ALTER VIEW
10311030
or ALTER SEQUENCE as appropriate.
10321031
</para>
@@ -1091,7 +1090,8 @@ do it for earlier branch release files.
10911090

10921091
<listitem>
10931092
<para>
1094-
Make NOTIFY/LISTEN/UNLISTEN only accept simple relation names
1093+
Make NOTIFY/LISTEN/UNLISTEN only accept identifiers without a schema
1094+
qualifier
10951095
(Bruce)
10961096
</para>
10971097

@@ -1127,7 +1127,7 @@ do it for earlier branch release files.
11271127
</para>
11281128

11291129
<para>
1130-
These commands simplify resetting a database session to initial
1130+
These commands simplify resetting a database session to its initial
11311131
state, and are particularly handy for connection-pooling software.
11321132
</para>
11331133
</listitem>
@@ -1190,7 +1190,7 @@ do it for earlier branch release files.
11901190
<listitem>
11911191
<para>
11921192
Add a "uuid" data type similar to that defined in RFC 4122 (Gevik
1193-
Babakhani)
1193+
Babakhani, Neil)
11941194
</para>
11951195
</listitem>
11961196

@@ -1303,7 +1303,7 @@ do it for earlier branch release files.
13031303
</para>
13041304

13051305
<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
13071307
the numeric datatype.
13081308
</para>
13091309
</listitem>
@@ -1317,8 +1317,8 @@ do it for earlier branch release files.
13171317

13181318
<listitem>
13191319
<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)
13221322
</para>
13231323
</listitem>
13241324

@@ -1440,7 +1440,7 @@ do it for earlier branch release files.
14401440

14411441
<listitem>
14421442
<para>
1443-
Implement RETURN QUERY for PL/PgSQL (Pavel Stehule, Tom)
1443+
Implement RETURN QUERY for PL/PgSQL (Pavel Stehule, Neil)
14441444
</para>
14451445

14461446
<para>
@@ -2213,7 +2213,8 @@ do it for earlier branch release files.
22132213
</para>
22142214

22152215
<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.
22172218
</para>
22182219
</listitem>
22192220

0 commit comments

Comments
 (0)