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
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
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
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
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
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
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
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(-)
--
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