- 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.
+
+ 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.
+
+ 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.