pgsql: Fix failure of btree_gin indexscans with "char" type and

2021-08-10 Thread Tom Lane
Fix failure of btree_gin indexscans with "char" type and https://postgr.es/m/20210810001649.htnltbh7c63re...@jasonk.me Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/843d2879aaefd870c978107e4c69b6681db49ca3 Modified Files --

pgsql: Fix failure of btree_gin indexscans with "char" type and

2021-08-10 Thread Tom Lane
Fix failure of btree_gin indexscans with "char" type and https://postgr.es/m/20210810001649.htnltbh7c63re...@jasonk.me Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/eefa4c2b5ed647fed9795f79ed4287898fae9ce6 Modified Files --

pgsql: Fix failure of btree_gin indexscans with "char" type and

2021-08-10 Thread Tom Lane
Fix failure of btree_gin indexscans with "char" type and https://postgr.es/m/20210810001649.htnltbh7c63re...@jasonk.me Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/cd7d9b6b63f1ed1d60cab3888eb0fc2523de6f0e Modified Files --

pgsql: Fix failure of btree_gin indexscans with "char" type and

2021-08-10 Thread Tom Lane
Fix failure of btree_gin indexscans with "char" type and https://postgr.es/m/20210810001649.htnltbh7c63re...@jasonk.me Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a6bd28beb0639d4cf424e961862a65c466ca65bf Modified Files --

pgsql: Fix failure of btree_gin indexscans with "char" type and

2021-08-10 Thread Tom Lane
Fix failure of btree_gin indexscans with "char" type and https://postgr.es/m/20210810001649.htnltbh7c63re...@jasonk.me Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/5a9df5d509305bab7f21b8d188f618e0a1906087 Modified Files --

pgsql: Fix failure of btree_gin indexscans with "char" type and

2021-08-10 Thread Tom Lane
Fix failure of btree_gin indexscans with "char" type and https://postgr.es/m/20210810001649.htnltbh7c63re...@jasonk.me Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/7ba487cf90071717c9c352dc074a9140860eba55 Modified Files --

pgsql: Fix failure of btree_gin indexscans with "char" type and

2021-08-10 Thread Tom Lane
Fix failure of btree_gin indexscans with "char" type and https://postgr.es/m/20210810001649.htnltbh7c63re...@jasonk.me Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/a4957b5a72dc9e169b78604f67357bb3dc49d826 Modified Files --

pgsql: Tag refs/tags/REL9_6_23 was created

2021-08-10 Thread noreply
Tag refs/tags/REL9_6_23 was created.

pgsql: Tag refs/tags/REL_13_4 was created

2021-08-10 Thread noreply
Tag refs/tags/REL_13_4 was created.

pgsql: Tag refs/tags/REL_11_13 was created

2021-08-10 Thread noreply
Tag refs/tags/REL_11_13 was created.

pgsql: Tag refs/tags/REL_12_8 was created

2021-08-10 Thread noreply
Tag refs/tags/REL_12_8 was created.

pgsql: Tag refs/tags/REL_10_18 was created

2021-08-10 Thread noreply
Tag refs/tags/REL_10_18 was created.

pgsql: Tag refs/tags/REL_14_BETA3 was created

2021-08-10 Thread noreply
Tag refs/tags/REL_14_BETA3 was created.

pgsql: Disable OpenSSL EVP digest padding in pgcrypto

2021-08-10 Thread Daniel Gustafsson
Disable OpenSSL EVP digest padding in pgcrypto The PX layer in pgcrypto is handling digest padding on its own uniformly for all backend implementations. Starting with OpenSSL 3.0.0, DecryptUpdate doesn't flush the last block in case padding is enabled so explicitly disable it as we don't use it.

pgsql: Add alternative output for OpenSSL 3 without legacy loaded

2021-08-10 Thread Daniel Gustafsson
Add alternative output for OpenSSL 3 without legacy loaded OpenSSL 3 introduced the concept of providers to support modularization, and moved the outdated ciphers to the new legacy provider. In case it's not loaded in the users openssl.cnf file there will be a lot of regress test failures, so add

Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o

2021-08-10 Thread Masahiko Sawada
Hi, On Sun, Aug 8, 2021 at 11:24 AM Andres Freund wrote: > > Hi, > > On 2021-08-07 12:01:31 -0700, Andres Freund wrote: > > Attached is a patch showing how this could look like. Note that the PANIC > > should likely not be that but a WARNING, but the PANIC more useful for > > running > > some

pgsql: Remove unused regression test certificate server-ss

2021-08-10 Thread Daniel Gustafsson
Remove unused regression test certificate server-ss The server-ss certificate was included in e39250c64 but was never used in the TLS regression tests so remove. Author: Jacob Champion Discussion: https://postgr.es/m/d15a9838344ba090e09fd866abf913584ea19fb7.ca...@vmware.com Branch --

Re: pgsql: Move temporary file cleanup to before_shmem_exit().

2021-08-10 Thread Michael Paquier
On Sun, Aug 08, 2021 at 02:23:06AM +, Andres Freund wrote: > Move temporary file cleanup to before_shmem_exit(). > > As reported by a few OSX buildfarm animals there exist at least one path where > temporary files exist during AtProcExit_Files() processing. As temporary file > cleanup causes

pgsql: Add tab completion for DECLARE .. ASENSITIVE in psql

2021-08-10 Thread Michael Paquier
Add tab completion for DECLARE .. ASENSITIVE in psql This option has been introduced in dd13ad9. Author: Shinya Kato Discussion: https://postgr.es/m/tyapr01mb289665526b76da29dc70a031c4...@tyapr01mb2896.jpnprd01.prod.outlook.com Branch -- master Details ---