[COMMITTERS] pgsql: Fix incorrect link in v10 release notes.

2017-10-19 Thread Tom Lane
Fix incorrect link in v10 release notes. As noted by M. Justin. Also, to keep the HEAD and REL_10 versions of release-10.sgml in sync, back-patch the effects of c29c57890 on that file. We have a bigger problem there though :-( Discussion: https://postgr.es/m/calta7pmsqyttd3fc2rmfuwgfivv5scjj84

[COMMITTERS] pgsql: Fix incorrect link in v10 release notes.

2017-10-19 Thread Tom Lane
Fix incorrect link in v10 release notes. As noted by M. Justin. Also, to keep the HEAD and REL_10 versions of release-10.sgml in sync, back-patch the effects of c29c57890 on that file. We have a bigger problem there though :-( Discussion: https://postgr.es/m/calta7pmsqyttd3fc2rmfuwgfivv5scjj84

[COMMITTERS] pgsql: Add more tests for reloptions

2017-10-19 Thread Alvaro Herrera
Add more tests for reloptions This is preparation for a future patch to extensively change how reloptions work. Author: Nikolay Shaplov Reviewed-by: Michael Paquier Discussion: https://postgr.es/m/2615372.orqtEn8VGB@x200m Branch -- master Details --- https://git.postgresql.org/pg/commit

[COMMITTERS] pgsql: Fix typo

2017-10-19 Thread Magnus Hagander
Fix typo David Rowley Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/9d75dfd0e5f211c56e6bfd79f0af4a1777efe6d3 Modified Files -- src/backend/optimizer/path/allpaths.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-commi

[COMMITTERS] pgsql: Fix typos

2017-10-19 Thread Magnus Hagander
Fix typos David Rowley Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/752871b6de9b4c7d2c685a059adb55887e169201 Modified Files -- src/backend/optimizer/path/allpaths.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) -- Sent via pgsq

[COMMITTERS] pgsql: Fix typo

2017-10-19 Thread Magnus Hagander
Fix typo Masahiko Sawada Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/275c4be19deec4288c303cc9ba3a3540bd1b8f5f Modified Files -- src/backend/libpq/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing lis

[COMMITTERS] pgsql: Fix typo in release notes

2017-10-19 Thread Magnus Hagander
Fix typo in release notes Spotted by Piotr Stefaniak Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/bcf2e5ceb0998318deb36911b13677e88d45c8b4 Modified Files -- doc/src/sgml/release-10.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent

[COMMITTERS] pgsql: Fix typo in release notes

2017-10-19 Thread Magnus Hagander
Fix typo in release notes Spotted by Piotr Stefaniak Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/6eebac2289357067b652485343663c0d994445d2 Modified Files -- doc/src/sgml/release-10.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --

[COMMITTERS] pgsql: UCS_to_most.pl: Process encodings in sorted order

2017-10-19 Thread Peter Eisentraut
UCS_to_most.pl: Process encodings in sorted order Otherwise the order depends on the Perl hash implementation, making it cumbersome to scan the output when debugging. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/927e1ee2cb74e3bc49454dfa181dcce83b70d371 Modified