Commit b0e02f47 authored by Bruce Momjian's avatar Bruce Momjian

doc: PG 13 relnotes, add attributions and wording changes

parent bb20f2c8
...@@ -532,7 +532,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org> ...@@ -532,7 +532,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
--> -->
<para> <para>
Implement incremental sorting (James Coleman, Alexander Korotkov) Implement incremental sorting (James Coleman, Alexander Korotkov, Tomas Vondra)
</para> </para>
<para> <para>
...@@ -582,7 +582,7 @@ Allow grouping sets to use hash aggregation with disk storage for large grouping ...@@ -582,7 +582,7 @@ Allow grouping sets to use hash aggregation with disk storage for large grouping
</para> </para>
<para> <para>
Previously, hash aggregation was not used if it was expected to use more than work_mem memory. This is controlled by enable_hashagg_disk. Previously, hash aggregation was avoided if it was expected to use more than work_mem memory. This is controlled by enable_hashagg_disk.
WHAT USED TO HAPPEN? WHAT USED TO HAPPEN?
</para> </para>
...@@ -627,7 +627,7 @@ Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Noah ...@@ -627,7 +627,7 @@ Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Noah
</para> </para>
<para> <para>
Relations larger than wal_skip_threshold will have their files fynsced rather than writing their WAL records. Relations larger than wal_skip_threshold will have their files fsync'ed rather than writing their WAL records.
</para> </para>
</listitem> </listitem>
...@@ -797,7 +797,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us> ...@@ -797,7 +797,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
--> -->
<para> <para>
Improve control of prepared statement parameter logging (Alexey Bashtanov, &Aacute;lvaro Herrera) Improve control of prepared statement parameter logging (Alexey Bashtanov, &Aacute;lvaro Herrera, Tom Lane)
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment