11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 petere Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.242 2003/11/1520: 01:11 tgl Exp $
33-->
44
55<appendix id="release">
@@ -113,7 +113,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 pe
113113 <para>
114114 Simple SQL functions can now be inlined by including their SQL
115115 in the main query. This improves performance by eliminating
116- per-call overhead. That means, simple SQL functions now
116+ per-call overhead. That means simple SQL functions now
117117 behave like macros.
118118 </para>
119119 </listitem>
@@ -149,15 +149,15 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 pe
149149
150150 <varlistentry>
151151 <term>
152- Make free space mapto efficiently reuse empty index pages,
152+ Make free space map efficiently reuse empty index pages,
153153 and other free space management improvements
154154 </term>
155155
156156 <listitem>
157157 <para>
158158 In previous releases, B-tree index pages that were left empty
159159 because of deleted rows could only be reused by rows with
160- index values similar to theoriginal rows indexed on that
160+ index values similar to the rows originally indexed on that
161161 page. In 7.4, <command>VACUUM</command> records empty index
162162 pages and allows them to be reused for any future index rows.
163163 </para>
@@ -180,7 +180,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 pe
180180
181181 <varlistentry>
182182 <term>
183- Cursors conform more closelywith the SQL standard
183+ Cursors conform more closelyto the SQL standard
184184 </term>
185185
186186 <listitem>
@@ -199,7 +199,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 pe
199199
200200 <listitem>
201201 <para>
202- These cursors are also called holdable cursors
202+ These cursors are also called holdable cursors.
203203 </para>
204204 </listitem>
205205 </varlistentry>
@@ -315,7 +315,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 pe
315315 release. Significant effort was invested to make the messages
316316 more consistent and user-oriented. If your applications try to
317317 detect different error conditions by parsing the error message,
318- you are stronglyencourage to use the new error code facility.
318+ you are stronglyencouraged to use the new error code facility instead .
319319 </para>
320320 </listitem>
321321
@@ -568,8 +568,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 pe
568568 <listitem>
569569 <para>Improve GEQO optimizer performance (Tom)</para>
570570 <para>
571- There were several inefficiencies in the way the GEQO optimizer
572- managed potential query paths. This release fixes this .
571+ This release fixes several inefficiencies in the way the GEQO optimizer
572+ manages potential query paths.
573573 </para>
574574 </listitem>
575575