[COMMITTERS] pgsql: Update RELEASE_CHANGES' example of branch name format.

2017-08-06 Thread Tom Lane
Update RELEASE_CHANGES' example of branch name format. We're planning to put an underscore before the major version number in branch names for v10 and later. Make sure the recipe in RELEASE_CHANGES reflects that. In passing, add a reminder to consider doing pgindent right before the branch.

Re: [COMMITTERS] pgsql: Add support for ICU 4.2

2017-08-06 Thread Peter Geoghegan
On Sat, Aug 5, 2017 at 6:36 AM, Peter Eisentraut wrote: > In ICU 4.2, ucol_getKeywordsForLocale() sometimes returns values that > will not be accepted by uloc_toLanguageTag(). Skip loading keyword > variants in that version. This should be spelled

[COMMITTERS] pgsql: Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.

2017-08-06 Thread Tom Lane
Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22. Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/dec6e4746d2f82abc4f611797df65be5329b2b57 Modified Files -- doc/src/sgml/release-9.2.sgml | 341 +++

[COMMITTERS] pgsql: Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.

2017-08-06 Thread Tom Lane
Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22. Branch -- REL9_3_STABLE Details --- https://git.postgresql.org/pg/commitdiff/73c2b36ab56f3ee114e814ecce5e40a59d73fc23 Modified Files -- doc/src/sgml/release-9.2.sgml | 341 +

[COMMITTERS] pgsql: Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.

2017-08-06 Thread Tom Lane
Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/b35006ecccf505d05fd77ce0c820943996ad7ee9 Modified Files -- doc/src/sgml/release-9.2.sgml | 341 +

[COMMITTERS] pgsql: Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.

2017-08-06 Thread Tom Lane
Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22. Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/49c19351071a59dd4843c577056f89eb2a358f1a Modified Files -- doc/src/sgml/release-9.2.sgml | 341 + doc/src/sgml/release-9.3.sgml |

[COMMITTERS] pgsql: Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.

2017-08-06 Thread Tom Lane
Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22. Branch -- REL9_2_STABLE Details --- https://git.postgresql.org/pg/commitdiff/41d2d46e96016104de7e31c418e2029b8dd8b871 Modified Files -- doc/src/sgml/release-9.2.sgml | 341 ++ 1

[COMMITTERS] pgsql: Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.

2017-08-06 Thread Tom Lane
Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22. Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4f7807bb1a2ce499e1428bd7d19e17143ba7f608 Modified Files -- doc/src/sgml/release-9.2.sgml | 341 +

[COMMITTERS] pgsql: Fix thinko introduced in 2bef06d516460 et al.

2017-08-06 Thread Andres Freund
Fix thinko introduced in 2bef06d516460 et al. The callers for GetOldestSafeDecodingTransactionId() all inverted the argument for the argument introduced in 2bef06d516460. Luckily this appears to be inconsequential for the moment, as we wait for concurrent in-progress transaction when assembling a

[COMMITTERS] pgsql: Fix thinko introduced in 2bef06d516460 et al.

2017-08-06 Thread Andres Freund
Fix thinko introduced in 2bef06d516460 et al. The callers for GetOldestSafeDecodingTransactionId() all inverted the argument for the argument introduced in 2bef06d516460. Luckily this appears to be inconsequential for the moment, as we wait for concurrent in-progress transaction when assembling a

[COMMITTERS] pgsql: Fix thinko introduced in 2bef06d516460 et al.

2017-08-06 Thread Andres Freund
Fix thinko introduced in 2bef06d516460 et al. The callers for GetOldestSafeDecodingTransactionId() all inverted the argument for the argument introduced in 2bef06d516460. Luckily this appears to be inconsequential for the moment, as we wait for concurrent in-progress transaction when assembling a

[COMMITTERS] pgsql: Fix thinko introduced in 2bef06d516460 et al.

2017-08-06 Thread Andres Freund
Fix thinko introduced in 2bef06d516460 et al. The callers for GetOldestSafeDecodingTransactionId() all inverted the argument for the argument introduced in 2bef06d516460. Luckily this appears to be inconsequential for the moment, as we wait for concurrent in-progress transaction when assembling a