1- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.550 2007/11/2004 :00:27 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.551 2007/11/2005 :00:24 momjian Exp $ -->
22<!--
33
44Typical markup:
@@ -186,7 +186,7 @@ do it for earlier branch release files.
186186 <listitem>
187187 <para>
188188 Using non-persistent transaction IDs for read-only transactions
189- reduces overhead
189+ reduces overhead and <command>VACUUM</> requirements
190190 </para>
191191 </listitem>
192192
@@ -205,8 +205,7 @@ do it for earlier branch release files.
205205
206206 <listitem>
207207 <para>
208- Large sequential scans can share disk reads with other
209- concurrent sequential scans
208+ Concurrent large sequential scans can now share disk reads
210209 </para>
211210 </listitem>
212211
@@ -704,7 +703,7 @@ current_date < 2017-11-17
704703 <listitem>
705704 <para>
706705 Using non-persistent transaction IDs for read-only transactions
707- reduces overhead (Florian Pflug)
706+ reduces overheadand <command>VACUUM</> requirements (Florian Pflug)
708707 </para>
709708
710709 <para>
@@ -748,8 +747,7 @@ current_date < 2017-11-17
748747
749748 <listitem>
750749 <para>
751- Large sequential scans can share disk reads with other
752- concurrent sequential scans (Jeff Davis)
750+ Concurrent large sequential scans can now share disk reads (Jeff Davis)
753751 </para>
754752
755753 <para>
@@ -2314,29 +2312,29 @@ current_date < 2017-11-17
23142312
23152313 <listitem>
23162314 <para>
2317- Move <filename>/ contrib</> <filename>README</> content into the
2315+ Move <filename>contrib</> <filename>README</> content into the
23182316 main <productname>PostgreSQL</> documentation (Albert Cervera i
23192317 Areny)
23202318 </para>
23212319 </listitem>
23222320
23232321 <listitem>
23242322 <para>
2325- Add <filename>/ contrib/pageinspect</filename> module for low-level
2323+ Add <filename>contrib/pageinspect</filename> module for low-level
23262324 page inspection (Simon, Heikki)
23272325 </para>
23282326 </listitem>
23292327
23302328 <listitem>
23312329 <para>
2332- Add <filename>/ contrib/pg_standby</filename> module for controlling
2330+ Add <filename>contrib/pg_standby</filename> module for controlling
23332331 warm standby operation (Simon)
23342332 </para>
23352333 </listitem>
23362334
23372335 <listitem>
23382336 <para>
2339- Add <filename>/ contrib/uuid-ossp</filename> module for generating
2337+ Add <filename>contrib/uuid-ossp</filename> module for generating
23402338 <type>UUID</> values using the OSSP UUID library (Peter)
23412339 </para>
23422340
@@ -2382,7 +2380,7 @@ current_date < 2017-11-17
23822380 <listitem>
23832381 <para>
23842382 Update OS/X startup scripts in
2385- <filename>/ contrib/start-scripts</filename> (Mark Cotner, David
2383+ <filename>contrib/start-scripts</filename> (Mark Cotner, David
23862384 Fetter)
23872385 </para>
23882386 </listitem>