|
187 | 187 |
|
188 | 188 | <listitem>
|
189 | 189 | <para>
|
190 |
| - Implement a generic binary heap and use it for Merge-Append |
191 |
| - operations (Abhijit Menon-Sen) |
192 |
| - </para> |
193 |
| - </listitem> |
194 |
| - |
195 |
| - <listitem> |
196 |
| - <para> |
197 |
| - "Allow in-memory sorts to use their full memory allocation (Jeff Janes) |
| 190 | + Allow in-memory sorts to use their full memory allocation (Jeff Janes) |
198 | 191 | </para>
|
199 | 192 |
|
200 | 193 | <para>
|
|
218 | 211 | </para>
|
219 | 212 | </listitem>
|
220 | 213 |
|
221 |
| - <listitem> |
222 |
| - <para> |
223 |
| - Allow heap-only tuple updates on system tables (Andres Freund) |
224 |
| - </para> |
225 |
| - </listitem> |
226 |
| - |
227 | 214 | <listitem>
|
228 | 215 | <para>
|
229 | 216 | Have vacuum recheck visibility after it has removed expired tuples
|
|
288 | 275 | </para>
|
289 | 276 | </listitem>
|
290 | 277 |
|
291 |
| - <listitem> |
292 |
| - <para> |
293 |
| - Add function to report the size of the GIN pending index insertion |
294 |
| - list (Fujii Masao) |
295 |
| - </para> |
296 |
| - |
297 |
| - <para> |
298 |
| - The function is pgstatginindex() in pgstattuple. |
299 |
| - </para> |
300 |
| - </listitem> |
301 |
| - |
302 | 278 | </itemizedlist>
|
303 | 279 |
|
304 | 280 | </sect4>
|
|
614 | 590 |
|
615 | 591 | <listitem>
|
616 | 592 | <para>
|
617 |
| - Add support to event triggers (Dimitri Fontaine, Tom Lane) |
| 593 | + Add support to event triggers (Dimitri Fontaine, Tom Lane, |
| 594 | + Robert Haas) |
618 | 595 | </para>
|
619 | 596 |
|
620 | 597 | <para>
|
|
638 | 615 | <listitem>
|
639 | 616 | <para>
|
640 | 617 | Throw an error if expiring tuple is again updated or deleted (Kevin Grittner)
|
641 |
| - KEEP? |
642 |
| - </para> |
643 |
| - </listitem> |
644 |
| - |
645 |
| - <listitem> |
646 |
| - <para> |
647 |
| - Have DROP OWNED only remove user-matching GRANTs on shared objects, |
648 |
| - e.g. databases, tablespaces (Álvaro Herrera) |
649 |
| - </para> |
650 |
| - |
651 |
| - <para> |
652 |
| - Previously it tried to remove such objects, leading to an error. |
| 618 | + DETAILS? BACKWARD INCOMPATIBILITY |
653 | 619 | </para>
|
654 | 620 | </listitem>
|
655 | 621 |
|
|
730 | 696 | </para>
|
731 | 697 |
|
732 | 698 | <para>
|
733 |
| - These were previously stored as "&unspecified&". |
| 699 | + These were previously stored as "<unspecified>". |
734 | 700 | This changes the value stored in system column
|
735 | 701 | pg_constraint.confmatchtype. BACKWARD COMPATIBILITY CHANGE
|
736 | 702 | </para>
|
|
1485 | 1451 | </para>
|
1486 | 1452 | </listitem>
|
1487 | 1453 |
|
| 1454 | + <listitem> |
| 1455 | + <para> |
| 1456 | + Implement a generic binary heap and use it for Merge-Append |
| 1457 | + operations (Abhijit Menon-Sen) |
| 1458 | + </para> |
| 1459 | + </listitem> |
| 1460 | + |
1488 | 1461 | <listitem>
|
1489 | 1462 | <para>
|
1490 | 1463 | Improve ability to detect official timezone abbreviation changes
|
|
1565 | 1538 | </para>
|
1566 | 1539 | </listitem>
|
1567 | 1540 |
|
| 1541 | + <listitem> |
| 1542 | + <para> |
| 1543 | + Add function to report the size of the GIN pending index insertion |
| 1544 | + list (Fujii Masao) |
| 1545 | + </para> |
| 1546 | + |
| 1547 | + <para> |
| 1548 | + The function is pgstatginindex() in pgstattuple. |
| 1549 | + </para> |
| 1550 | + </listitem> |
| 1551 | + |
1568 | 1552 | <listitem>
|
1569 | 1553 | <para>
|
1570 | 1554 | Have oid2name, pgbench, and vacuumlo set fallback_application_name (Amit Kapila)
|
|
0 commit comments