diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-05-05 12:42:55 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-05-05 12:42:55 -0400 |
commit | d4329a60d5708382957e61d1036a03929f75c9fc (patch) | |
tree | 8d63cbb77698bc2ed4119d39c6584c4e1e844875 | |
parent | 61dfa727494ffa337cadde51a01d3a1813c1f6d2 (diff) | |
download | postgresql-d4329a60d5708382957e61d1036a03929f75c9fc.tar.gz postgresql-d4329a60d5708382957e61d1036a03929f75c9fc.zip |
doc: normalize contributor names in PG 13 release notes
-rw-r--r-- | doc/src/sgml/release-13.sgml | 27 | ||||
-rw-r--r-- | doc/src/sgml/release.sgml | 2 |
2 files changed, 15 insertions, 14 deletions
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index b10c47ecff8..86787d9c380 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -254,7 +254,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org> --> <para> -Improve cases where pruning of partitions can happen (Amit Langote, Yuzuko Hosoya, Álvaro Herrera) +Improve cases where pruning of partitions can happen (Amit Langote, Yuzuko Hosoya, Álvaro Herrera) </para> </listitem> @@ -280,7 +280,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org> --> <para> -Allow BEFORE row-level triggers on partitioned tables (Alvaro Herrera) +Allow BEFORE row-level triggers on partitioned tables (Álvaro Herrera) </para> <para> @@ -639,7 +639,7 @@ Author: Peter Eisentraut <peter@eisentraut.org> --> <para> -Enable Unix-domain sockets support on Windows (Andrew Dunstan) +Enable Unix-domain sockets support on Windows (Peter Eisentraut) </para> </listitem> @@ -797,7 +797,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us> --> <para> -Improve control of prepared statement parameter logging (Alexey Bashtanov, Álvaro Herrera) +Improve control of prepared statement parameter logging (Alexey Bashtanov, Álvaro Herrera) </para> <para> @@ -814,7 +814,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org> --> <para> -Make vacuum buffer counters 64-bits wide to avoid overflow (Alvaro Herrera) +Make vacuum buffer counters 64-bits wide to avoid overflow (Álvaro Herrera) </para> </listitem> @@ -826,7 +826,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org> --> <para> -Allow function call backtraces of errors to be logged (Peter Eisentraut, Álvaro Herrera) +Allow function call backtraces of errors to be logged (Peter Eisentraut, Álvaro Herrera) </para> <para> @@ -842,7 +842,7 @@ Author: Michael Paquier <michael@paquier.xyz> --> <para> -Add min() and max() aggregates for pg_lsn (Fabrízio de Royes Mello) +Add min() and max() aggregates for pg_lsn (Fabrízio de Royes Mello) </para> <para> @@ -891,7 +891,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org> --> <para> -Add system view pg_stat_progress_analyze to report analyze progress (Álvaro Herrera, Tatsuro Yamada) +Add system view pg_stat_progress_analyze to report analyze progress (Álvaro Herrera, Tatsuro Yamada) </para> </listitem> @@ -1177,7 +1177,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org> --> <para> -Allow replication slot storage to be limited by max_slot_wal_keep_size (Kyotaro HORIGUCHI) +Allow replication slot storage to be limited by max_slot_wal_keep_size (Kyotaro Horiguchi) </para> <para> @@ -1622,7 +1622,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us> --> <para> -Allow to_date() and to_timestamp() to recognize non-English month/day names (Juan José Santamaría Flecha, Tom Lane) +Allow to_date() and to_timestamp() to recognize non-English month/day names (Juan José Santamaría Flecha, Tom Lane) </para> <para> @@ -1788,8 +1788,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org> --> <para> -Add the ability to remove an object's dependency on an extension (Álvaro -Herrera) +Add the ability to remove an object's dependency on an extension (Álvaro Herrera) </para> <para> @@ -2073,7 +2072,7 @@ Author: Amit Kapila <akapila@postgresql.org> --> <para> -Allow pgbench to partition its 'accounts' table (Fabien COELHO) +Allow pgbench to partition its 'accounts' table (Fabien Coelho) </para> <para> @@ -2327,7 +2326,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org> --> <para> -Add a glossary to the documentation (Corey Huinker, Jürgen Purtz, Roger Harkavy, Álvaro Herrera) +Add a glossary to the documentation (Corey Huinker, Jürgen Purtz, Roger Harkavy, Álvaro Herrera) </para> </listitem> diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 706dbf4b12a..f56804aa3e8 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -33,6 +33,8 @@ non-ASCII characters find using grep -P '[\x80-\xFF]' we can only use Latin1. Example: Alvaro Herrera is Álvaro Herrera + Find non-ASCII characters (remove 'X'): + grep -X-color='auto' -P -n "[\x80-\xFF]" wrap long lines |