Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
5428ff4a
Commit
5428ff4a
authored
12 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Merge visibility map crash-safety into index-only scan release note
item, per Robert Haas.
parent
f40022f1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/release-9.2.sgml
+3
-13
3 additions, 13 deletions
doc/src/sgml/release-9.2.sgml
with
3 additions
and
13 deletions
doc/src/sgml/release-9.2.sgml
+
3
−
13
View file @
5428ff4a
...
@@ -413,10 +413,11 @@
...
@@ -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 @@
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment