[COMMITTERS] pgsql: MSVC: Repair libpq.rc generator.

2017-07-09 Thread Noah Misch
MSVC: Repair libpq.rc generator. It generates an empty file, so libpq.dll advertises no version information. Commit facde2a98f0b5f7689b4e30a9e7376e926e733b8 mistranslated "print O;" in this one place. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/3381898f983b9d41

[COMMITTERS] pgsql: Doc: fix backwards description of visibility map's all-frozen da

2017-07-09 Thread Tom Lane
Doc: fix backwards description of visibility map's all-frozen data. Thinko in commit a892234f8. Vik Fearing Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/485c515d0176d3210b5405

[COMMITTERS] pgsql: Doc: fix backwards description of visibility map's all-frozen da

2017-07-09 Thread Tom Lane
Doc: fix backwards description of visibility map's all-frozen data. Thinko in commit a892234f8. Vik Fearing Discussion: https://postgr.es/m/[email protected] Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/eb01287c9d799fd

[COMMITTERS] pgsql: Doc: update v10 release notes through today.

2017-07-09 Thread Tom Lane
Doc: update v10 release notes through today. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/fad7873c8c9fae04accbdd3b7c226f451e9ab3b9 Modified Files -- doc/src/sgml/release-10.sgml | 134 ++- 1 file changed, 119 ins

[COMMITTERS] pgsql: Doc: desultory copy-editing for v10 release notes.

2017-07-09 Thread Tom Lane
Doc: desultory copy-editing for v10 release notes. Improve many item descriptions, improve markup, relocate some items that seemed to be in the wrong section. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/749eceff4a1f9740391b126c81af9fd4bf3b1eaa Modified Files --

Re: [COMMITTERS] pgsql: Doc: desultory copy-editing for v10 release notes.

2017-07-09 Thread Amit Langote
On 2017/07/10 9:11, Tom Lane wrote: > Doc: desultory copy-editing for v10 release notes. > > Improve many item descriptions, improve markup, relocate some items > that seemed to be in the wrong section. > > Branch > -- > master > > Details > --- > https://git.postgresql.org/pg/commitdiff

Re: [COMMITTERS] pgsql: Doc: desultory copy-editing for v10 release notes.

2017-07-09 Thread Tom Lane
Amit Langote writes: > On 2017/07/10 9:11, Tom Lane wrote: >> Doc: desultory copy-editing for v10 release notes. > I see you updated text for the partitioning item: > syntax that automatically creates partition constraints and > - INSERT routing (Amit Langote) > + handles rou

[COMMITTERS] pgsql: Doc: clarify wording about tool requirements in sourcerepo.sgml.

2017-07-09 Thread Tom Lane
Doc: clarify wording about tool requirements in sourcerepo.sgml. Original wording had confusingly vague antecedent for "they", so replace that with a more repetitive but clearer formulation. In passing, make the link to the installation requirements section more specific. Per gripe from Martin M

[COMMITTERS] pgsql: Doc: clarify wording about tool requirements in sourcerepo.sgml.

2017-07-09 Thread Tom Lane
Doc: clarify wording about tool requirements in sourcerepo.sgml. Original wording had confusingly vague antecedent for "they", so replace that with a more repetitive but clearer formulation. In passing, make the link to the installation requirements section more specific. Per gripe from Martin M

[COMMITTERS] pgsql: Doc: clarify wording about tool requirements in sourcerepo.sgml.

2017-07-09 Thread Tom Lane
Doc: clarify wording about tool requirements in sourcerepo.sgml. Original wording had confusingly vague antecedent for "they", so replace that with a more repetitive but clearer formulation. In passing, make the link to the installation requirements section more specific. Per gripe from Martin M

[COMMITTERS] pgsql: Doc: clarify wording about tool requirements in sourcerepo.sgml.

2017-07-09 Thread Tom Lane
Doc: clarify wording about tool requirements in sourcerepo.sgml. Original wording had confusingly vague antecedent for "they", so replace that with a more repetitive but clearer formulation. In passing, make the link to the installation requirements section more specific. Per gripe from Martin M

[COMMITTERS] pgsql: Doc: clarify wording about tool requirements in sourcerepo.sgml.

2017-07-09 Thread Tom Lane
Doc: clarify wording about tool requirements in sourcerepo.sgml. Original wording had confusingly vague antecedent for "they", so replace that with a more repetitive but clearer formulation. In passing, make the link to the installation requirements section more specific. Per gripe from Martin M

[COMMITTERS] pgsql: Doc: clarify wording about tool requirements in sourcerepo.sgml.

2017-07-09 Thread Tom Lane
Doc: clarify wording about tool requirements in sourcerepo.sgml. Original wording had confusingly vague antecedent for "they", so replace that with a more repetitive but clearer formulation. In passing, make the link to the installation requirements section more specific. Per gripe from Martin M

Re: [COMMITTERS] pgsql: Doc: desultory copy-editing for v10 release notes.

2017-07-09 Thread Amit Langote
On 2017/07/10 12:36, Tom Lane wrote: > Amit Langote writes: >> On 2017/07/10 9:11, Tom Lane wrote: >>> Doc: desultory copy-editing for v10 release notes. > >> I see you updated text for the partitioning item: > >> syntax that automatically creates partition constraints and >> - INS

[COMMITTERS] pgsql: Doc: remove claim that PROVE_FLAGS defaults to '--verbose'.

2017-07-09 Thread Tom Lane
Doc: remove claim that PROVE_FLAGS defaults to '--verbose'. Commit e9c81b601 changed this, but missed updating the documentation. The adjacent claim that we use TAP tests only in src/bin seems pretty obsolete as well. Minor other copy-editing. Branch -- master Details --- https://git.po