mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Merge visibility map crash-safety into index-only scan release note
item, per Robert Haas.
This commit is contained in:
parent
f40022f1ad
commit
5428ff4af8
@ -413,10 +413,11 @@
|
|||||||
<para>
|
<para>
|
||||||
This is often called "index-only scans" or "covering indexes".
|
This is often called "index-only scans" or "covering indexes".
|
||||||
This is possible for heap pages with exclusively all-visible
|
This is possible for heap pages with exclusively all-visible
|
||||||
tuples, as reported by the visibility map.
|
tuples, as reported by the visibility map. The visibility map was
|
||||||
|
made crash-safe as a necessary part of implementing this feature.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow frequently uncontended locks to be recorded using a new
|
Allow frequently uncontended locks to be recorded using a new
|
||||||
@ -539,17 +540,6 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Make the visibility map crash-safe (Robert Haas, Noah Misch)
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
This helps vacuum be more efficient, and is necessary for
|
|
||||||
index-only scans.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Improve PowerPC and Itanium spinlock performance (Manabu Ori,
|
Improve PowerPC and Itanium spinlock performance (Manabu Ori,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user