|
97 | 97 | Remove the <link |
98 | 98 | linkend="catalog-pg-tablespace"><structname>spclocation</></link> |
99 | 99 | field from <structname>pg_tablespace</> (Magnus Hagander, |
100 | | - Tom Lane)) |
| 100 | + Tom Lane) |
101 | 101 | </para> |
102 | 102 |
|
103 | 103 | <para> |
|
601 | 601 | </para> |
602 | 602 |
|
603 | 603 | <para> |
604 | | -These are internally called "latches". |
| 604 | +The wait events are internally called "latches". |
605 | 605 | </para> |
606 | 606 | </listitem> |
607 | 607 |
|
|
1195 | 1195 | </para> |
1196 | 1196 |
|
1197 | 1197 | <para> |
1198 | | - Such casts have noaffect. |
| 1198 | + Such casts have noeffect. |
1199 | 1199 | </para> |
1200 | 1200 | </listitem> |
1201 | 1201 |
|
|
1312 | 1312 |
|
1313 | 1313 | <listitem> |
1314 | 1314 | <para> |
1315 | | - Avoid table and index rebuilds when <type>NUMERIC</>, |
1316 | | - <type>VARBIT</>, and temporal columns are changed in compatible |
1317 | | - ways (Noah Misch) |
1318 | | - </para> |
1319 | | - </listitem> |
1320 | | - |
1321 | | - <listitem> |
1322 | | - <para> |
1323 | | - Reduce need to rebuild indexes for various <link |
| 1315 | + Reduce need to rebuild tables and indexes for various <link |
1324 | 1316 | linkend="SQL-ALTERTABLE"><command>ALTER TABLE</command></link> |
1325 | 1317 | operations (Noah Misch) DUPLICATE? |
1326 | 1318 | </para> |
1327 | 1319 | </listitem> |
1328 | 1320 |
|
1329 | | - <listitem> |
1330 | | - <para> |
1331 | | - Avoid index rebuilds for no-rewrite <command>ALTER TABLE</command> |
1332 | | - / <link linkend="SQL-ALTERTYPE"><literal>ALTER TYPE</></link> |
1333 | | - (Noah Misch) |
1334 | | - </para> |
1335 | | - </listitem> |
1336 | | - |
1337 | 1321 | <listitem> |
1338 | 1322 | <para> |
1339 | 1323 | Add <literal>IF EXIST</> clause to <command>ALTER</command> |
|
2289 | 2273 |
|
2290 | 2274 | <itemizedlist> |
2291 | 2275 |
|
2292 | | - <listitem> |
2293 | | - <para> |
2294 | | - Parallel <application>pg_dump</> (Robert Haas, Joachim Wieland) |
2295 | | - DETAILS? |
2296 | | - </para> |
2297 | | - </listitem> |
2298 | | - |
2299 | 2276 | <listitem> |
2300 | 2277 | <para> |
2301 | 2278 | Add an <option>--exclude-table-data</> option to |
|
2513 | 2490 | </para> |
2514 | 2491 |
|
2515 | 2492 | <para> |
2516 | | - This is currently unused. STILL TRUE? |
| 2493 | + This is currently unused. |
2517 | 2494 | </para> |
2518 | 2495 | </listitem> |
2519 | 2496 |
|
|