pgsql: NLS: Fix backend gettext triggers

2019-09-23 Thread Peter Eisentraut
NLS: Fix backend gettext triggers The backend also needs to pull in translations from the frontend pg_log_*() functions, since some files in src/common/ use those. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/84eb871647b3cc88c89d26d25f0cd84a8ac200fe Modif

pgsql: NLS: Fix backend gettext triggers

2019-09-23 Thread Peter Eisentraut
NLS: Fix backend gettext triggers The backend also needs to pull in translations from the frontend pg_log_*() functions, since some files in src/common/ use those. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/467c1d9107e15a44a0ca3c46f0c7ebeeb7cfa208 Modified Fil

pgsql: Message style fixes

2019-09-23 Thread Peter Eisentraut
Message style fixes Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/887248e97e2da6f602ddf22f8cb41d0d010d Modified Files -- contrib/test_decoding/expected/slot.out | 2 +- src/backend/access/transam/xlog.c | 2 +- src/backend/access/transam/

pgsql: Message style fixes

2019-09-23 Thread Peter Eisentraut
Message style fixes Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/516a4c116c5c4206388828f7e2b4e75fa1b1fc87 Modified Files -- contrib/test_decoding/expected/slot.out | 2 +- src/backend/access/transam/xlog.c | 2 +- src/backend/access/t

pgsql: Translation updates

2019-09-23 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 8a42b829ebeb8b22db0e3258ec02137f8840b960 Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/8cdd1c4d07a70df0963a26da2533d4c10852504f Modified Files --

pgsql: Doc: clean up some issues with spellings of contributor names.

2019-09-23 Thread Tom Lane
Doc: clean up some issues with spellings of contributor names. In the v12 contributors list, remove a couple of duplicates that had crept in due to variant spellings of a person's name. Try to standardize Japanese names as given-name-first. Alexander Lakhin Discussion: https://postgr.es/m/a8263c

pgsql: Doc: proofreading for v12 release notes.

2019-09-23 Thread Tom Lane
Doc: proofreading for v12 release notes. Mostly markup improvements, with a couple of grammar fixes. Liudmila Mantrova Discussion: https://postgr.es/m/caekd-mdxvv1hrxzo3-hpas5b1s-+gin+9cbu2embqrovrvj...@mail.gmail.com Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/c

pgsql: Doc: in v11 release notes, remove item about citext_pattern_ops.

2019-09-23 Thread Tom Lane
Doc: in v11 release notes, remove item about citext_pattern_ops. The entry for commit f24649976 claimed that citext_pattern_ops could be used for LIKE index searches, but in fact it cannot. That patch only created the opclass and some related operators, without doing anything to teach the planner

Re: pgsql: Doc: clean up some issues with spellings of contributor names.

2019-09-23 Thread Etsuro Fujita
On Mon, Sep 23, 2019 at 11:32 PM Tom Lane wrote: > Doc: clean up some issues with spellings of contributor names. > Try to standardize Japanese names as given-name-first. Looks good to me other than these: * Kato-san’s given name is Sho. (The commit should have removed “Kato Sho”) * KaiGai-san

Re: pgsql: Doc: clean up some issues with spellings of contributor names.

2019-09-23 Thread Tom Lane
Etsuro Fujita writes: > On Mon, Sep 23, 2019 at 11:32 PM Tom Lane wrote: >> Doc: clean up some issues with spellings of contributor names. >> Try to standardize Japanese names as given-name-first. > Looks good to me other than these: > * Kato-san’s given name is Sho. (The commit should have re

pgsql: Doc: clarify handling of duplicate elements in array containment

2019-09-23 Thread Tom Lane
Doc: clarify handling of duplicate elements in array containment tests. The array <@ and @> operators do not worry about duplicates: if every member of array X matches some element of array Y, then X is contained in Y, even if several members of X get matched to the same Y member. This was not exp

pgsql: Doc: clarify handling of duplicate elements in array containment

2019-09-23 Thread Tom Lane
Doc: clarify handling of duplicate elements in array containment tests. The array <@ and @> operators do not worry about duplicates: if every member of array X matches some element of array Y, then X is contained in Y, even if several members of X get matched to the same Y member. This was not exp

pgsql: Doc: clarify handling of duplicate elements in array containment

2019-09-23 Thread Tom Lane
Doc: clarify handling of duplicate elements in array containment tests. The array <@ and @> operators do not worry about duplicates: if every member of array X matches some element of array Y, then X is contained in Y, even if several members of X get matched to the same Y member. This was not exp

pgsql: Doc: clarify handling of duplicate elements in array containment

2019-09-23 Thread Tom Lane
Doc: clarify handling of duplicate elements in array containment tests. The array <@ and @> operators do not worry about duplicates: if every member of array X matches some element of array Y, then X is contained in Y, even if several members of X get matched to the same Y member. This was not exp

pgsql: Doc: clarify handling of duplicate elements in array containment

2019-09-23 Thread Tom Lane
Doc: clarify handling of duplicate elements in array containment tests. The array <@ and @> operators do not worry about duplicates: if every member of array X matches some element of array Y, then X is contained in Y, even if several members of X get matched to the same Y member. This was not exp

pgsql: Doc: clarify handling of duplicate elements in array containment

2019-09-23 Thread Tom Lane
Doc: clarify handling of duplicate elements in array containment tests. The array <@ and @> operators do not worry about duplicates: if every member of array X matches some element of array Y, then X is contained in Y, even if several members of X get matched to the same Y member. This was not exp

pgsql: Doc: clarify handling of duplicate elements in array containment

2019-09-23 Thread Tom Lane
Doc: clarify handling of duplicate elements in array containment tests. The array <@ and @> operators do not worry about duplicates: if every member of array X matches some element of array Y, then X is contained in Y, even if several members of X get matched to the same Y member. This was not exp

Re: pgsql: Doc: clean up some issues with spellings of contributor names.

2019-09-23 Thread Etsuro Fujita
On Tue, Sep 24, 2019 at 1:27 AM Tom Lane wrote: > Etsuro Fujita writes: > > On Mon, Sep 23, 2019 at 11:32 PM Tom Lane wrote: > >> Doc: clean up some issues with spellings of contributor names. > >> Try to standardize Japanese names as given-name-first. > > > Looks good to me other than these: >

Re: pgsql: Doc: clean up some issues with spellings of contributor names.

2019-09-23 Thread Tom Lane
Etsuro Fujita writes: > On Tue, Sep 24, 2019 at 1:27 AM Tom Lane wrote: >> Ah. Could I trouble you to make those fixes? I'm busy with some >> other stuff. > Sorry, I'm now on leave, and can't carry out my commit bit until this weekend. OK, I'll get to it in a moment. Thanks for the report th

pgsql: Doc: more contributor name cleanup.

2019-09-23 Thread Tom Lane
Doc: more contributor name cleanup. Further adjust Japanese names, per advice from Etsuro Fujita. Discussion: https://postgr.es/m/capmgk15xt8ecwn1j3tb3cnon2q6kshnkwkjdrecca5zefg0...@mail.gmail.com Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/53c89aed7b38

pgsql: Stamp 12rc1.

2019-09-23 Thread Tom Lane
Stamp 12rc1. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/17822c0e4f5ab8093e78f665c9e44766ae648a44 Modified Files -- configure | 18 +- configure.in | 2 +- src/include/pg_config.h.win32 | 6

pgsql: Add libpq parameter 'channel_binding'.

2019-09-23 Thread Jeff Davis
Add libpq parameter 'channel_binding'. Allow clients to require channel binding to enhance security against untrusted servers. Author: Jeff Davis Reviewed-by: Michael Paquier Discussion: https://postgr.es/m/227015d8417f2b4fef03f8966dbfa5cbcc4f44da.camel%40j-davis.com Branch -- master Detai

pgsql: Fix ExprState's tag to be of type NodeTag rather than Node.

2019-09-23 Thread Andres Freund
Fix ExprState's tag to be of type NodeTag rather than Node. This appears to have been an oversight in b8d7f053c5c2. As it's effectively harmless, though confusing, only fix in master. Author: Andres Freund Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/30d13796582