Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite48a7bd

Browse files
committed
Update release notes for changes through today.
1 parentd931ac0 commite48a7bd

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

‎doc/src/sgml/release-9.0.sgml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@
232232

233233
<listitem>
234234
<para>
235-
Ignore invalid indexes in <application>pg_dump</> (Michael Paquier)
235+
Ignore invalid indexes in <application>pg_dump</> and
236+
<application>pg_upgrade</> (Michael Paquier, Bruce Momjian)
236237
</para>
237238

238239
<para>
@@ -242,6 +243,8 @@
242243
index creation is in fact still in progress, it seems reasonable to
243244
consider it to be an uncommitted DDL change, which
244245
<application>pg_dump</> wouldn't be expected to dump anyway.
246+
<application>pg_upgrade</> now also skips invalid indexes rather than
247+
failing.
245248
</para>
246249
</listitem>
247250

‎doc/src/sgml/release-9.1.sgml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,13 @@
188188
</para>
189189
</listitem>
190190

191+
<listitem>
192+
<para>
193+
Fix possible planner crash after columns have been added to a view
194+
that's depended on by another view (Tom Lane)
195+
</para>
196+
</listitem>
197+
191198
<listitem>
192199
<para>
193200
Remove useless <quote>picksplit doesn't support secondary split</> log
@@ -232,7 +239,8 @@
232239

233240
<listitem>
234241
<para>
235-
Ignore invalid indexes in <application>pg_dump</> (Michael Paquier)
242+
Ignore invalid indexes in <application>pg_dump</> and
243+
<application>pg_upgrade</> (Michael Paquier, Bruce Momjian)
236244
</para>
237245

238246
<para>
@@ -242,6 +250,8 @@
242250
index creation is in fact still in progress, it seems reasonable to
243251
consider it to be an uncommitted DDL change, which
244252
<application>pg_dump</> wouldn't be expected to dump anyway.
253+
<application>pg_upgrade</> now also skips invalid indexes rather than
254+
failing.
245255
</para>
246256
</listitem>
247257

‎doc/src/sgml/release-9.2.sgml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,13 @@
216216
</para>
217217
</listitem>
218218

219+
<listitem>
220+
<para>
221+
Fix possible planner crash after columns have been added to a view
222+
that's depended on by another view (Tom Lane)
223+
</para>
224+
</listitem>
225+
219226
<listitem>
220227
<para>
221228
Fix performance issue in <literal>EXPLAIN (ANALYZE, TIMING OFF)</>
@@ -280,7 +287,8 @@
280287

281288
<listitem>
282289
<para>
283-
Ignore invalid indexes in <application>pg_dump</> (Michael Paquier)
290+
Ignore invalid indexes in <application>pg_dump</> and
291+
<application>pg_upgrade</> (Michael Paquier, Bruce Momjian)
284292
</para>
285293

286294
<para>
@@ -290,6 +298,8 @@
290298
index creation is in fact still in progress, it seems reasonable to
291299
consider it to be an uncommitted DDL change, which
292300
<application>pg_dump</> wouldn't be expected to dump anyway.
301+
<application>pg_upgrade</> now also skips invalid indexes rather than
302+
failing.
293303
</para>
294304
</listitem>
295305

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp