aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-05-05 16:31:44 -0400
committerBruce Momjian <bruce@momjian.us>2020-05-05 16:31:45 -0400
commitb0e02f47cdb0be44a229e261e932221575381269 (patch)
tree5e8a3db48a8b4a725996530eb593b3934c584ed8
parentbb20f2c80d81377b036b1a673261ca842282ee10 (diff)
downloadpostgresql-b0e02f47cdb0be44a229e261e932221575381269.tar.gz
postgresql-b0e02f47cdb0be44a229e261e932221575381269.zip
doc: PG 13 relnotes, add attributions and wording changes
-rw-r--r--doc/src/sgml/release-13.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml
index d9d07e2c54a..9cc1e9205dc 100644
--- a/doc/src/sgml/release-13.sgml
+++ b/doc/src/sgml/release-13.sgml
@@ -532,7 +532,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
-->
<para>
-Implement incremental sorting (James Coleman, Alexander Korotkov)
+Implement incremental sorting (James Coleman, Alexander Korotkov, Tomas Vondra)
</para>
<para>
@@ -582,7 +582,7 @@ Allow grouping sets to use hash aggregation with disk storage for large grouping
</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?
</para>
@@ -627,7 +627,7 @@ Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Noah
</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>
</listitem>
@@ -797,7 +797,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
-->
<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>