doc: improve 9.4 release notes
authorBruce Momjian
Mon, 19 May 2014 03:59:23 +0000 (23:59 -0400)
committerBruce Momjian
Mon, 19 May 2014 03:59:23 +0000 (23:59 -0400)
Patch by Andres Freund

doc/src/sgml/release-9.4.sgml

index 3070d0b5dc0c0f6c397ef4ce3ed86ec6e05d72fb..91a586f63ea55f2b0130a1956bb6e9507feb75c1 100644 (file)
@@ -30,7 +30,7 @@
      
       
        Logical decoding allows database
-       changes to be streamed out in customizable format
+       changes to be streamed out in customizable format
       
      
 
      
     
 
+    
+     
+      DISCARD ALL now also discards the state of sequences.
+     
+    
+
    
 
   
        
 
        
-        
         This was added so views that select from a table with zero columns
         can be dumped correctly.
        
        
 
        
-        
         DISCARD ALL will now also discard such information.
        
       
         AGGREGATE to supply the size of the aggregate's
         transition state data (Hadi Moshayedi)
        
+
+       
+        This allows the optimizer to better estimate how much memory will be
+        used by aggregates.
+       
       
 
      
 
       
        
-        Allow the changing of foreign key constraint  via 
+        Allow changing foreign key constraint deferrability via 
         linkend="SQL-ALTERTABLE">ALTER TABLE
         ... ALTER CONSTRAINT (Simon Riggs)
        
 
       
        
-        Fully-implement the 
+        Fully implement the 
         linkend="datatype-line">line data type (Peter
         Eisentraut)
        
        
         Add function 
         linkend="functions-admin-dblocation">pg_filenode_relation()
-        to allow for more efficient filenode to relation lookups (Andres
+        to allow for more efficient lookup of relation names from filenodes (Andres
         Freund)
        
       
       
 
       
-       
        
         Allow polymorphic aggregates to have non-polymorphic state data
-        types ? (Tom Lane)
+        types (Tom Lane)
+       
+       
+        This allows the declaration of aggregates like the built-in
+        aggregate array_agg() in SQL.
        
       
 
 
       
        
-        Allow field wrapping to psql's "extended" mode
+        Add ability to wrap long lines in psql's
+        expanded mode by using \pset format wrapped
         (Sergey Muraviov)
        
       
       
        
         Add pg_prewarm
-        to preload relation data into the shared buffer cache (Robert Haas)
+        extension to preload relation data into the shared buffer cache
+        (Robert Haas)
        
 
        
 
       
        
-        Add logging of trigger execution to 
+        Add option to include trigger execution time to 
         linkend="auto-explain">auto_explain
         (Horiguchi Kyotaro)
        
 
       
        
-        Improve indexing of 
-        linkend="pgtrgm">pg_trgm values to
-        discourage indexing whitespace (Alexander Korotkov)
+        Improve pg_trgm's
+        generation of trigrams for indexed regular expression searches by
+        discouraging the indexing of trigrams containing whitespace (Alexander
+        Korotkov)
        
       
 
 
       
        
-        Allow pgbench to process script files of any line length (Sawada
+        Allow pgbench to process script files of any line length (Sawada
         Masahiko)
        
 
 
       
        
-        Add pg_bench option (
+        Add pgbench option (
         the transaction rate (Fabien Coelho)
        
       
 
       
        
-        Add 
+        Add 
        
       
 
       
        
-        Add long options to pgbench (Fabien Coelho)
+        Add long options to pgbench (Fabien Coelho)