|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.604 2009/03/27 01:26:36 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.605 2009/03/27 01:44:30 momjian Exp $ --> |
2 | 2 | <!--
|
3 | 3 |
|
4 | 4 | Typical markup:
|
@@ -800,7 +800,7 @@ do it for earlier branch release files.
|
800 | 800 | <listitem>
|
801 | 801 | <para>
|
802 | 802 | Allow recovery.conf boolean variables to take the same range of string
|
803 |
| - alues as postgresql.conf (Bruce) |
| 803 | + values as postgresql.conf (Bruce) |
804 | 804 | </para>
|
805 | 805 | </listitem>
|
806 | 806 |
|
@@ -898,7 +898,7 @@ do it for earlier branch release files.
|
898 | 898 |
|
899 | 899 | <listitem>
|
900 | 900 | <para>
|
901 |
| - Add support for Unicode sting and identifier specifications using code |
| 901 | + Add support for Unicode string and identifier specifications using code |
902 | 902 | points, e.g. U&'d\0061t\+000061' (Peter)
|
903 | 903 | </para>
|
904 | 904 | </listitem>
|
@@ -1162,8 +1162,8 @@ do it for earlier branch release files.
|
1162 | 1162 |
|
1163 | 1163 | <listitem>
|
1164 | 1164 | <para>
|
1165 |
| - Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view |
1166 |
| - (Robert Haas) |
| 1165 | + Allow CREATE OR REPLACE VIEW to add columns to the <emphasis>end</> |
| 1166 | + of the view (Robert Haas) |
1167 | 1167 | </para>
|
1168 | 1168 | </listitem>
|
1169 | 1169 |
|
@@ -1329,7 +1329,7 @@ do it for earlier branch release files.
|
1329 | 1329 | </para>
|
1330 | 1330 |
|
1331 | 1331 | <para>
|
1332 |
| - Autovacuum options uses to be stored in a system table. |
| 1332 | + Autovacuum options used to be stored in a system table. |
1333 | 1333 | </para>
|
1334 | 1334 | </listitem>
|
1335 | 1335 |
|
@@ -2064,7 +2064,7 @@ do it for earlier branch release files.
|
2064 | 2064 | </para>
|
2065 | 2065 |
|
2066 | 2066 | <para>
|
2067 |
| - Allows dumps to fail if unable to acquire shared table within the |
| 2067 | + Allows dumps to fail if unable to acquire shared lock within the |
2068 | 2068 | specified amount of time.
|
2069 | 2069 | </para>
|
2070 | 2070 | </listitem>
|
@@ -2339,8 +2339,13 @@ do it for earlier branch release files.
|
2339 | 2339 | </para>
|
2340 | 2340 |
|
2341 | 2341 | <para>
|
2342 |
| - Add configure option --disable-float4-byval to use the old behavior. |
2343 |
| - tgl |
| 2342 | + Add configure option --disable-float4-byval to use the old |
| 2343 | + behavior. |
| 2344 | + </para> |
| 2345 | + </listitem> |
| 2346 | + |
| 2347 | + <listitem> |
| 2348 | + <para> |
2344 | 2349 | Pass float8 and int8 by value in the server where possible (Zoltan
|
2345 | 2350 | Boszormenyi)
|
2346 | 2351 | </para>
|
@@ -2521,7 +2526,7 @@ do it for earlier branch release files.
|
2521 | 2526 |
|
2522 | 2527 | <listitem>
|
2523 | 2528 | <para>
|
2524 |
| - Add duration option to /contrib/pgbench (Takahiro Itagaki) |
| 2529 | + Add duration option to /contrib/pgbench (ITAGAKI Takahiro) |
2525 | 2530 | </para>
|
2526 | 2531 | </listitem>
|
2527 | 2532 |
|
|
0 commit comments