docs: update PG 11 release notes based on feedback
authorBruce Momjian
Tue, 15 May 2018 19:55:53 +0000 (15:55 -0400)
committerBruce Momjian
Tue, 15 May 2018 19:55:53 +0000 (15:55 -0400)
doc/src/sgml/release-11.sgml

index 4b31b46b98a2ab501442d45baeb17254066833a2..6b35fdd0dcbd1d6ee2f004d0a153336c56d33520 100644 (file)
 
       
 
+
+       
+        In the Extended Query
+        Protocol, have statement_timeout apply
+        to each Execute message, not to all commands
+        before Sync (Tatsuo Ishii)
+       
+      
+
+      
+
 
@@ -331,7 +345,7 @@ Branch: master [6bdf1303b] Avoid wrong results for power() with NaN
        
         Consistently return NaN for
         NaN inputs to power()
-        on older platforms (Dang Minh Huong)
+        on older platforms (Tom Lane, Dang Minh Huong)
        
 
       
@@ -345,7 +359,7 @@ Branch: master [6bdf1303b] Avoid wrong results for power() with NaN
 
    
     Below you will find a detailed account of the changes between
-    PostgreSQL 10 and the previous major
+    PostgreSQL 11 and the previous major
     release.
    
 
@@ -634,6 +648,20 @@ same commits as above
 
       
 
+
+       
+        Allow single-evaluation queries, e.g. FROM
+        clause queries, and functions in the target list to be
+        parallelized (Amit Kapila, Robert Haas)
+       
+      
+
+      
+
 
@@ -662,6 +690,18 @@ same commits as above
 
       
 
+
+       
+        Improve performance of sequential scans with many parallel workers
+        (David Rowley)
+       
+      
+
+      
+