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
---
https://git.postgresql.org/pg
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 p
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/[email protected]
Branch
--
master
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 in
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
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.
Tag refs/tags/REL_12_8 was created.
Tag refs/tags/REL_10_18 was created.
Tag refs/tags/REL_11_13 was created.
Tag refs/tags/REL_13_4 was created.
Tag refs/tags/REL_14_BETA3 was created.
Tag refs/tags/REL9_6_23 was created.
Fix failure of btree_gin indexscans with "char" type and https://postgr.es/m/[email protected]
Branch
--
REL_12_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/cd7d9b6b63f1ed1d60cab3888eb0fc2523de6f0e
Modified Files
--
contrib/btree_gin/btr
Fix failure of btree_gin indexscans with "char" type and https://postgr.es/m/[email protected]
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/a6bd28beb0639d4cf424e961862a65c466ca65bf
Modified Files
--
contrib/btree_gin/btree_gin.
Fix failure of btree_gin indexscans with "char" type and https://postgr.es/m/[email protected]
Branch
--
REL_11_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/eefa4c2b5ed647fed9795f79ed4287898fae9ce6
Modified Files
--
contrib/btree_gin/btr
Fix failure of btree_gin indexscans with "char" type and https://postgr.es/m/[email protected]
Branch
--
REL_10_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/843d2879aaefd870c978107e4c69b6681db49ca3
Modified Files
--
contrib/btree_gin/btr
Fix failure of btree_gin indexscans with "char" type and https://postgr.es/m/[email protected]
Branch
--
REL9_6_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/5a9df5d509305bab7f21b8d188f618e0a1906087
Modified Files
--
contrib/btree_gin/btr
Fix failure of btree_gin indexscans with "char" type and https://postgr.es/m/[email protected]
Branch
--
REL_13_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/7ba487cf90071717c9c352dc074a9140860eba55
Modified Files
--
contrib/btree_gin/btr
Fix failure of btree_gin indexscans with "char" type and https://postgr.es/m/[email protected]
Branch
--
REL_14_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/a4957b5a72dc9e169b78604f67357bb3dc49d826
Modified Files
--
contrib/btree_gin/btr
19 matches
Mail list logo