]> granicus.if.org Git - postgresql/commitdiff
9.3 release notes: apply fixes suggested by Alvaro
authorBruce Momjian <bruce@momjian.us>
Mon, 22 Apr 2013 18:33:28 +0000 (14:33 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 22 Apr 2013 18:33:28 +0000 (14:33 -0400)
doc/src/sgml/release-9.3.sgml

index ddecec7d8e1ff000a4a7612e76dc41e5de3c3dc3..20468af9f3f19d4ff430ec0c0fca7fa51c77bbb1 100644 (file)
 
       <listitem>
        <para>
-        Implement a generic binary heap and use it for Merge-Append
-        operations (Abhijit Menon-Sen)
-       </para>
-      </listitem>
-
-      <listitem>
-       <para>
-        "Allow in-memory sorts to use their full memory allocation (Jeff Janes)
+        Allow in-memory sorts to use their full memory allocation (Jeff Janes)
        </para>
 
        <para>
        </para>
       </listitem>
 
-      <listitem>
-       <para>
-        Allow heap-only tuple updates on system tables (Andres Freund)
-       </para>
-      </listitem>
-
       <listitem>
        <para>
         Have vacuum recheck visibility after it has removed expired tuples
        </para>
       </listitem>
 
-      <listitem>
-       <para>
-        Add function to report the size of the GIN pending index insertion
-        list (Fujii Masao)
-       </para>
-
-       <para>
-        The function is pgstatginindex() in pgstattuple.
-       </para>
-      </listitem>
-
      </itemizedlist>
 
     </sect4>
 
       <listitem>
        <para>
-        Add support to event triggers (Dimitri Fontaine, Tom Lane)
+        Add support to event triggers (Dimitri Fontaine, Tom Lane,
+        Robert Haas)
        </para>
 
        <para>
       <listitem>
        <para>
         Throw an error if expiring tuple is again updated or deleted (Kevin Grittner)
-        KEEP?
-       </para>
-      </listitem>
-
-      <listitem>
-       <para>
-        Have DROP OWNED only remove user-matching GRANTs on shared objects,
-        e.g. databases, tablespaces (&Aacute;lvaro Herrera)
-       </para>
-
-       <para>
-        Previously it tried to remove such objects, leading to an error.
+        DETAILS?  BACKWARD INCOMPATIBILITY
        </para>
       </listitem>
 
        </para>
 
        <para>
-        These were previously stored as "&amp;unspecified&amp;".
+        These were previously stored as "&lt;unspecified&gt;".
         This changes the value stored in system column
         pg_constraint.confmatchtype.  BACKWARD COMPATIBILITY CHANGE
        </para>
        </para>
       </listitem>
 
+      <listitem>
+       <para>
+        Implement a generic binary heap and use it for Merge-Append
+        operations (Abhijit Menon-Sen)
+       </para>
+      </listitem>
+
       <listitem>
        <para>
         Improve ability to detect official timezone abbreviation changes
        </para>
       </listitem>
 
+      <listitem>
+       <para>
+        Add function to report the size of the GIN pending index insertion
+        list (Fujii Masao)
+       </para>
+
+       <para>
+        The function is pgstatginindex() in pgstattuple.
+       </para>
+      </listitem>
+
       <listitem>
        <para>
         Have oid2name, pgbench, and vacuumlo set fallback_application_name (Amit Kapila)