]> granicus.if.org Git - postgresql/commitdiff
Reorder 9.3 release note items
authorBruce Momjian <bruce@momjian.us>
Sun, 21 Apr 2013 04:57:18 +0000 (00:57 -0400)
committerBruce Momjian <bruce@momjian.us>
Sun, 21 Apr 2013 04:57:18 +0000 (00:57 -0400)
Typo fix from David Fetter.

doc/src/sgml/release-9.3.sgml

index 30dba78c7c37bbec0b804fb93e6baeae910b8866..76ba128f5b001dcd9f0982cf515c47f06d1d6c3c 100644 (file)
@@ -67,7 +67,7 @@
       <listitem>
        <para>
         Prevent non-key-field row updates from locking foreign key rows
-        (AlvaroAacute;lvaro Herrera, Marti Raudsepp, Alexander Shulgin,
+        (&Aacute;lvaro Herrera, Marti Raudsepp, Alexander Shulgin,
         Noah Misch and Andres Freund)
        </para>
 
       <listitem>
        <para>
         Have DROP OWNED only remove user-matching GRANTs on shared objects,
-        e.g. databases, tablespaces (AlvaroAacute;lvaro Herrera)
+        e.g. databases, tablespaces (&Aacute;lvaro Herrera)
        </para>
 
        <para>
 
       <listitem>
        <para>
-        Have REASSIGN OWNED also change ownership of shared objects (AlvaroAacute;lvaro
+        Have REASSIGN OWNED also change ownership of shared objects (&Aacute;lvaro
         Herrera)
        </para>
       </listitem>
        </para>
 
        <para>
-        Unlink ordinary views, where the base tables are read on every access,
+        Unlike ordinary views, where the base tables are read on every access,
         materialized views create physical tables at creation or refresh time.
         Access to the materialized view reads from these materialized physical
         tables. There is no facility for incrementally refreshing materialized
       <listitem>
        <para>
         Add infrastructure to better support plug-in background worker
-        processes  (AlvaroAacute;lvaro Herrera)
+        processes  (&Aacute;lvaro Herrera)
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+        Create a centralized timeout API (Zoltán Böszörményi)
        </para>
       </listitem>
 
       <listitem>
        <para>
         Create libpgcommon and move pg_malloc() and other functions there
-        (AlvaroAacute;lvaro Herrera, Andres Freund)
+        (&Aacute;lvaro Herrera, Andres Freund)
        </para>
 
        <para>
 
       <listitem>
        <para>
-        Add compiler designations to indicate some ereport() and elog()
-        calls do not return (Peter Eisentraut, Andres Freund, Tom Lane,
-        Heikki Linnakangas)
+        Standardize on naming of client-side memory allocation functions (Tom Lane)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Remove typedefs for int2/int4 as they are better represented as int16/int32 (Peter Eisentraut)
+        Add compiler designations to indicate some ereport() and elog()
+        calls do not return (Peter Eisentraut, Andres Freund, Tom Lane,
+        Heikki Linnakangas)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Create a centralized timeout API (Zoltán Böszörményi)
+        Allow options to be passed to the regression test output comparison
+        utility via PG_REGRESS_DIFF_OPTS (Peter Eisentraut)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Rewrite pgindent in Perl (Andrew Dunstan)
+        Remove typedefs for int2/int4 as they are better represented as int16/int32 (Peter Eisentraut)
        </para>
       </listitem>
 
 
       <listitem>
        <para>
-        Add emacs macro to match Postgres perltidy formatting (Peter
-        Eisentraut)
+        Rewrite pgindent in Perl (Andrew Dunstan)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Run tool to check the keyword list when the backend grammar is changed (Tom Lane)
+        Add emacs macro to match Postgres perltidy formatting (Peter
+        Eisentraut)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Standardize on naming of client-side memory allocation functions (Tom Lane)
+        Run tool to check the keyword list when the backend grammar is changed (Tom Lane)
        </para>
       </listitem>
 
        </para>
       </listitem>
 
-      <listitem>
-       <para>
-        Allow options to be passed to the regression test output comparison
-        utility via PG_REGRESS_DIFF_OPTS (Peter Eisentraut)
-       </para>
-      </listitem>
-
       <listitem>
        <para>
         Invent pre-commit/pre-prepare/pre-subcommit events for transaction
       <listitem>
        <para>
         Add function pg_identify_object() to dump an object in
-        machine-readable format (AlvaroAacute;lvaro Herrera)
+        machine-readable format (&Aacute;lvaro Herrera)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Improve ability to detect official timezone abbreviation changes
-        (Tom Lane)
+        Add post-ALTER-object server hooks (KaiGai Kohei)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Add pkg-config support libpq and ecpg libraries (Peter Eisentraut)
+        Improve ability to detect official timezone abbreviation changes
+        (Tom Lane)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Add post-ALTER-object server hooks (KaiGai Kohei)
+        Add pkg-config support libpq and ecpg libraries (Peter Eisentraut)
        </para>
       </listitem>
 
 
       <listitem>
        <para>
-        Have oid2name, pgbench, and vacuumlo set fallback_application_name (Amit Kapila)
+        Add a Postgres foreign data wrapper contrib module (Shigeru
+        Hanada, KaiGai Kohei)
        </para>
-      </listitem>
 
-      <listitem>
        <para>
-        Improve output of pg_test_timing (Bruce Momjian)
+        This foreign data wrapper allows writes;  potentially other
+        foreign data wrappers can now support writes.
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Improve pg_test_fsync output (Peter Geoghegan)
+        Add pg_xlogdump contrib program (Andres Freund)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Improve contrib/dblink option validator (Tom Lane)
-       </para>
-
-       <para>
-        Details?
+        Add support for indexing of regular-expression searches in
+        contrib/pg_trgm (Alexander Korotkov)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Add a Postgres foreign data wrapper contrib module (Shigeru Hanada)
+        Improve pg_trgm handling of multibyte characters (Tom Lane)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Add pg_xlogdump contrib program (Andres Freund)
+        Have oid2name, pgbench, and vacuumlo set fallback_application_name (Amit Kapila)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Allow write to Postgres foreign tables (KaiGai Kohei)
+        Improve output of pg_test_timing (Bruce Momjian)
        </para>
+      </listitem>
 
+      <listitem>
        <para>
-        Other foreign data wrappers can now also potentially support write
-        operations.
+        Improve output of pg_test_fsync (Peter Geoghegan)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Improve pg_trgm handling of multibyte characters (Tom Lane)
+        Improve dblink option validator (Tom Lane)
        </para>
-      </listitem>
 
-      <listitem>
        <para>
-        Add support for indexing of regular-expression searches in
-        contrib/pg_trgm (Alexander Korotkov)
+        Details?
        </para>
       </listitem>
 
 
       <listitem>
        <para>
-        Increase pg_upgrade logging content by showing executed command
-        (AlvaroAacute;lvaro Herrera)
+        Allow pg_upgrade --jobs to do parallelism (Bruce Momjian)
+       </para>
+
+       <para>
+        This allows parallel schema dump/restore of databases, as well as
+        parallel copy/link of data files per tablespace.
        </para>
       </listitem>
 
 
       <listitem>
        <para>
-        Improve pg_upgrade's status display during copy/link (Bruce Momjian)
+        Increase pg_upgrade logging content by showing executed command
+        (&Aacute;lvaro Herrera)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Allow pg_upgrade --jobs to do parallelism (Bruce Momjian)
-       </para>
-
-       <para>
-        This allows parallel schema dump/restore of databases, as well as
-        parallel copy/link of data files per tablespace.
+        Improve pg_upgrade's status display during copy/link (Bruce Momjian)
        </para>
       </listitem>
 
      <title><link linkend="pgbench"><application>pgbench</></link></title>
 
      <itemizedlist>
+
       <listitem>
        <para>
         Add --foreign-keys option to pgbench (Jeff Janes)
 
       <listitem>
        <para>
-        Reduce and improve the status message output of pgbench's
-        initialization mode (Robert Haas, Peter Eisentraut)
+        Allow pgbench to aggregate performance statistics and produce output
+        every --aggregate-interval specified seconds (Tomas Vondra)
        </para>
       </listitem>
 
 
       <listitem>
        <para>
-        Add pgbench -q mode to print one output line every five seconds (Tomas Vondra)
+        Reduce and improve the status message output of pgbench's
+        initialization mode (Robert Haas, Peter Eisentraut)
        </para>
+      </listitem>
 
+      <listitem>
        <para>
-        Output pgbench elapsed and estimated remaining time during
-        initialization logging (Tomas Vondra)
+        Add pgbench -q mode to print one output line every five seconds (Tomas Vondra)
        </para>
-      </listitem>
 
-      <listitem>
        <para>
-        Allow pgbench to aggregate performance statistics and produce output
-        every --aggregate-interval specified seconds (Tomas Vondra)
+        Output pgbench elapsed and estimated remaining time during
+        initialization logging (Tomas Vondra)
        </para>
       </listitem>
 
 
       <listitem>
        <para>
-        Improve WINDOW function documentation (Bruce Momjian, Tom Lane)
+        Allow EPUB-format documentation to be created (Peter Eisentraut)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Add instructions for setting up the documentation tool chain on
-        Mac OS X (Peter Eisentraut)
+        Update FreeBSD kernel configuration documentation (Brad Davis)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Update FreeBSD kernel configuration documentation (Brad Davis)
+        Improve WINDOW function documentation (Bruce Momjian, Tom Lane)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Allow EPUB-format documentation to be created (Peter Eisentraut)
+        Add instructions for setting up the documentation tool chain on
+        Mac OS X (Peter Eisentraut)
        </para>
       </listitem>