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
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
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/
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
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
--
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
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
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
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
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
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
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
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
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
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
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
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
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:
>
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
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
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
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
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
23 matches
Mail list logo