9.3 release notes: apply fixes suggested by Alvaro
authorBruce Momjian
Mon, 22 Apr 2013 18:33:28 +0000 (14:33 -0400)
committerBruce Momjian
Mon, 22 Apr 2013 18:33:28 +0000 (14:33 -0400)
doc/src/sgml/release-9.3.sgml

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