Skip to content

Commit 4f8799a

Browse files
committed
9.3 release notes: apply fixes suggested by Alvaro
1 parent beaa823 commit 4f8799a

File tree

1 file changed

+23
-39
lines changed

1 file changed

+23
-39
lines changed

doc/src/sgml/release-9.3.sgml

Lines changed: 23 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,7 @@
187187

188188
<listitem>
189189
<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)
198191
</para>
199192

200193
<para>
@@ -218,12 +211,6 @@
218211
</para>
219212
</listitem>
220213

221-
<listitem>
222-
<para>
223-
Allow heap-only tuple updates on system tables (Andres Freund)
224-
</para>
225-
</listitem>
226-
227214
<listitem>
228215
<para>
229216
Have vacuum recheck visibility after it has removed expired tuples
@@ -288,17 +275,6 @@
288275
</para>
289276
</listitem>
290277

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-
302278
</itemizedlist>
303279

304280
</sect4>
@@ -614,7 +590,8 @@
614590

615591
<listitem>
616592
<para>
617-
Add support to event triggers (Dimitri Fontaine, Tom Lane)
593+
Add support to event triggers (Dimitri Fontaine, Tom Lane,
594+
Robert Haas)
618595
</para>
619596

620597
<para>
@@ -638,18 +615,7 @@
638615
<listitem>
639616
<para>
640617
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 (&Aacute;lvaro Herrera)
649-
</para>
650-
651-
<para>
652-
Previously it tried to remove such objects, leading to an error.
618+
DETAILS? BACKWARD INCOMPATIBILITY
653619
</para>
654620
</listitem>
655621

@@ -730,7 +696,7 @@
730696
</para>
731697

732698
<para>
733-
These were previously stored as "&amp;unspecified&amp;".
699+
These were previously stored as "&lt;unspecified&gt;".
734700
This changes the value stored in system column
735701
pg_constraint.confmatchtype. BACKWARD COMPATIBILITY CHANGE
736702
</para>
@@ -1485,6 +1451,13 @@
14851451
</para>
14861452
</listitem>
14871453

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+
14881461
<listitem>
14891462
<para>
14901463
Improve ability to detect official timezone abbreviation changes
@@ -1565,6 +1538,17 @@
15651538
</para>
15661539
</listitem>
15671540

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+
15681552
<listitem>
15691553
<para>
15701554
Have oid2name, pgbench, and vacuumlo set fallback_application_name (Amit Kapila)

0 commit comments

Comments
 (0)