release notes: Update to 9.3 git current
authorBruce Momjian
Fri, 16 Aug 2013 20:54:18 +0000 (16:54 -0400)
committerBruce Momjian
Fri, 16 Aug 2013 20:54:48 +0000 (16:54 -0400)
Backpatch to 9.3, of course.

doc/src/sgml/release-9.3.sgml

index bc10f9a48ab112ac1a439e8f045cfa007769e709..f45ac07a60f28cdc9eb0f1cb46e72a5acacb353b 100644 (file)
@@ -6,7 +6,7 @@
 
   
    Release Date
-   2013-XX-XX, CURRENT AS OF 2013-05-03
+   2013-XX-XX, CURRENT AS OF 2013-08-16
   
 
   
        
       
 
+      
+       
+        Allow 
+        linkend="functions-formatting-table">to_char()
+        to properly handle D (locale-specific decimal point) and
+        FM (fill mode) specifications in locales where a
+        period is a group separator and not a decimal point (Tom Lane)
+       
+
+       
+        Previously, a period group separator would be misinterpreted as
+        a decimal point in such locales.
+       
+      
+
+      
+       
+        Fix STRICT non-set-returning functions that take
+        set-returning functions as arguments to properly return null
+        rows (Tom Lane)
+       
+
+       
+        Previously, rows with null values were suppressed.
+       
+      
+
      
 
    
        
       
 
+      
+       
+        Allow PL/pgSQL to access 
+        linkend="libpq-pqresulterrorfield">constraint violation
+        details as separate fields (Pavel Stehule)
+       
+      
+
       
        
         Allow greater flexibility in where keywords can be used in PL/pgSQL (Tom Lane)
       
        
         Allow pg_upgrade 
-        parallelism (Bruce Momjian)
+        parallelism (Bruce Momjian, Andrew Dunstan)