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
4f8799a9
Commit
4f8799a9
authored
11 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
9.3 release notes: apply fixes suggested by Alvaro
parent
beaa823b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/release-9.3.sgml
+23
-39
23 additions, 39 deletions
doc/src/sgml/release-9.3.sgml
with
23 additions
and
39 deletions
doc/src/sgml/release-9.3.sgml
+
23
−
39
View file @
4f8799a9
...
...
@@ -187,14 +187,7 @@
<listitem>
<para>
Implement a generic binary heap and use it for Merge-Append
operations (Abhijit Menon-Sen)
</para>
</listitem>
<listitem>
<para>
"Allow in-memory sorts to use their full memory allocation (Jeff Janes)
Allow in-memory sorts to use their full memory allocation (Jeff Janes)
</para>
<para>
...
...
@@ -218,12 +211,6 @@
</para>
</listitem>
<listitem>
<para>
Allow heap-only tuple updates on system tables (Andres Freund)
</para>
</listitem>
<listitem>
<para>
Have vacuum recheck visibility after it has removed expired tuples
...
...
@@ -288,17 +275,6 @@
</para>
</listitem>
<listitem>
<para>
Add function to report the size of the GIN pending index insertion
list (Fujii Masao)
</para>
<para>
The function is pgstatginindex() in pgstattuple.
</para>
</listitem>
</itemizedlist>
</sect4>
...
...
@@ -614,7 +590,8 @@
<listitem>
<para>
Add support to event triggers (Dimitri Fontaine, Tom Lane)
Add support to event triggers (Dimitri Fontaine, Tom Lane,
Robert Haas)
</para>
<para>
...
...
@@ -638,18 +615,7 @@
<listitem>
<para>
Throw an error if expiring tuple is again updated or deleted (Kevin Grittner)
KEEP?
</para>
</listitem>
<listitem>
<para>
Have DROP OWNED only remove user-matching GRANTs on shared objects,
e.g. databases, tablespaces (Álvaro Herrera)
</para>
<para>
Previously it tried to remove such objects, leading to an error.
DETAILS? BACKWARD INCOMPATIBILITY
</para>
</listitem>
...
...
@@ -730,7 +696,7 @@
</para>
<para>
These were previously stored as "&
amp
;unspecified&
amp
;".
These were previously stored as "&
lt
;unspecified&
gt
;".
This changes the value stored in system column
pg_constraint.confmatchtype. BACKWARD COMPATIBILITY CHANGE
</para>
...
...
@@ -1485,6 +1451,13 @@
</para>
</listitem>
<listitem>
<para>
Implement a generic binary heap and use it for Merge-Append
operations (Abhijit Menon-Sen)
</para>
</listitem>
<listitem>
<para>
Improve ability to detect official timezone abbreviation changes
...
...
@@ -1565,6 +1538,17 @@
</para>
</listitem>
<listitem>
<para>
Add function to report the size of the GIN pending index insertion
list (Fujii Masao)
</para>
<para>
The function is pgstatginindex() in pgstattuple.
</para>
</listitem>
<listitem>
<para>
Have oid2name, pgbench, and vacuumlo set fallback_application_name (Amit Kapila)
...
...
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