Update release notes for changes through today.
authorTom Lane
Sun, 31 Mar 2013 22:59:35 +0000 (18:59 -0400)
committerTom Lane
Sun, 31 Mar 2013 22:59:35 +0000 (18:59 -0400)
doc/src/sgml/release-9.0.sgml
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.2.sgml

index e7efedc2037c00f6e04c3b76df68136cd36a28d9..8da5cc3e93295c029b86aa6017c6ac6b0a37b42b 100644 (file)
 
     
      
-      Ignore invalid indexes in pg_dump (Michael Paquier)
+      Ignore invalid indexes in pg_dump and
+      pg_upgrade (Michael Paquier, Bruce Momjian)
      
 
      
       index creation is in fact still in progress, it seems reasonable to
       consider it to be an uncommitted DDL change, which
       pg_dump wouldn't be expected to dump anyway.
+      pg_upgrade now also skips invalid indexes rather than
+      failing.
      
     
 
index ccaa4a134fb7a24caee7ed9d5df3c2e668896340..042cd1b6789726ec0bc0a7cb5364225b60938f51 100644 (file)
      
     
 
+    
+     
+      Fix possible planner crash after columns have been added to a view
+      that's depended on by another view (Tom Lane)
+     
+    
+
     
      
       Remove useless picksplit doesn't support secondary split log
 
     
      
-      Ignore invalid indexes in pg_dump (Michael Paquier)
+      Ignore invalid indexes in pg_dump and
+      pg_upgrade (Michael Paquier, Bruce Momjian)
      
 
      
       index creation is in fact still in progress, it seems reasonable to
       consider it to be an uncommitted DDL change, which
       pg_dump wouldn't be expected to dump anyway.
+      pg_upgrade now also skips invalid indexes rather than
+      failing.
      
     
 
index 0957f443ecf403f59e95787573411bd0dc069de8..73f1ca576f7a955419899f548117f7603813fed6 100644 (file)
      
     
 
+    
+     
+      Fix possible planner crash after columns have been added to a view
+      that's depended on by another view (Tom Lane)
+     
+    
+
     
      
       Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF)
 
     
      
-      Ignore invalid indexes in pg_dump (Michael Paquier)
+      Ignore invalid indexes in pg_dump and
+      pg_upgrade (Michael Paquier, Bruce Momjian)
      
 
      
       index creation is in fact still in progress, it seems reasonable to
       consider it to be an uncommitted DDL change, which
       pg_dump wouldn't be expected to dump anyway.
+      pg_upgrade now also skips invalid indexes rather than
+      failing.