Re: [HACKERS] [PATCH] configure-time knob to set default ssl ciphers

2017-02-08 Thread Pavel Raiskup
On Wednesday, February 8, 2017 1:05:08 AM CET Tom Lane wrote: > Peter Eisentraut writes: > > On 2/7/17 11:21 AM, Tom Lane wrote: > >> A compromise that might be worth considering is to introduce > >> #define PG_DEFAULT_SSL_CIPHERS "HIGH:MEDIUM:+3DES:!aNULL" > >> into pg_config_manual.h, which woul

[HACKERS] [PATCH] configure-time knob to set default ssl ciphers

2017-02-07 Thread Pavel Raiskup
125 Thanks for considering! Pavel >From dae9b8c0345b65882c221a4062f435cf657fe55a Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 18 Jan 2017 13:34:55 +0100 Subject: [PATCH] Allow setting distribution-specific cipher set Fedora OpenSSL maintainers invented a way to specify consolidated, per-system cipher set [1] and it is o

Re: [HACKERS] [PATCH] parallel & isolated makefile for plpython

2016-10-01 Thread Pavel Raiskup
Hi Tom, On Saturday, October 1, 2016 12:23:03 PM CEST Tom Lane wrote: > Hm, actually that's unnecessary because Makefile.global already > established 'all' as the default target. I'm inclined to think > that the comment in Makefile.shlib is wrong and should be removed > or at least rewritten, bec

[HACKERS] [PATCH] parallel & isolated makefile for plpython

2016-09-30 Thread Pavel Raiskup
85 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 30 Sep 2016 14:26:24 +0200 Subject: [PATCH 1/2] Document that "Empty Recipe" is standard thing in GNU make --- src/backend/parser/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/parser

Re: [HACKERS] pg_filedump patch for 9.5

2016-02-26 Thread Pavel Raiskup
On Saturday 08 of August 2015 20:38:38 Satoshi Nagayasu wrote: > I have created a patch for pg_filedump to work with 9.5. > Here is a list of changes. > > * Fix to rename CRC32 macros to work with 9.5. > * Fix to add missing DBState: DB_SHUTDOWNED_IN_RECOVERY. > * Fix to add missing page flags

Re: [HACKERS] Packaging of postgresql-jdbc

2016-02-16 Thread Pavel Raiskup
Oh, Pavel probably forgot to CC pgjdbc, fixing. Forwarded message from Craig Ringer: On 16 February 2016 at 20:15, Pavel Kajaba wrote: > Hello pg-hackers, > > I need advice about postgresql-jdbc driver. > > Current version in Fedora is behind latest version of

Re: [HACKERS] broken tests

2015-12-03 Thread Pavel Raiskup
On Thursday 03 of December 2015 20:49:09 Pavel Stehule wrote: > 2015-12-03 12:39 GMT+01:00 Pavel Raiskup : > > > On Wednesday 02 of December 2015 20:26:56 Pavel Stehule wrote: > > > 2015-12-02 20:08 GMT+01:00 Alvaro Herrera : > > > > > &

Re: [HACKERS] broken tests

2015-12-03 Thread Pavel Raiskup
On Wednesday 02 of December 2015 20:26:56 Pavel Stehule wrote: > 2015-12-02 20:08 GMT+01:00 Alvaro Herrera : > > > Pavel Stehule wrote: > > > Hi > > > > > > Today I have problem with regress tests on my laptop. > > > > Maybe this is because of the libxml version? > > 100%, same issue is with 9.4.

Re: [HACKERS] check fails on Fedora 23

2015-10-08 Thread Pavel Raiskup
On Tuesday 06 of October 2015 17:59:23 Andrew Dunstan wrote: > > On 10/06/2015 05:45 PM, Thomas Munro wrote: > > On Wed, Oct 7, 2015 at 9:49 AM, Robert Haas wrote: > >> On Sun, Oct 4, 2015 at 11:52 AM, Andrew Dunstan > >> wrote: > >>> Isn't this arguably a Fedora regression? What did they chang

[HACKERS] Better detection of staled postmaster.pid

2015-08-31 Thread Pavel Raiskup
This is most likely just a request for brainstorm. It's been reported [1] that postmaster fails to start against staled postmaster.pid after (e.g.) power outage on Fedora, its due to init system parallelism and "some" other newly started process can already have allocated the same PID as the old p

Re: [HACKERS] pg_upgrade: allow multiple -o/-O options

2014-08-22 Thread Pavel Raiskup
On Thursday 21 of August 2014 18:26:37 Bruce Momjian wrote: > On Tue, Mar 4, 2014 at 04:52:56PM +0100, Pavel Raiskup wrote: > > RFE: Consider that you want to run pg_upgrade via some script with some > > default '-o' option. But then you also want to give the scri

[HACKERS] pg_upgrade: allow multiple -o/-O options

2014-03-04 Thread Pavel Raiskup
possible: $ cat script ... pg_upgrade ... -o 'sth' $PG_UPGRADE_OPT ... ... I know that this problem is still script-able, but the fix should be innocent and it would simplify things. Thanks for considering, Pavel>From 44ac4867a6fb67ab086ba22db8d0ad2788e9860e Mon Sep 17 00:00:00 2001

[HACKERS] Public header files change

2014-02-21 Thread Pavel Raiskup
It seems to be unlikely to me, but are the changed symbols mentioned in git-log commit message 5f173040e324 supposed to be used other than internally? Snip: Avoid repeated name lookups during table and index DDL. ... to the Constraint node (FkConstraint in 8.4). Third-party code

Re: [HACKERS] pg_upgrade: make the locale comparison more tolerating

2014-01-24 Thread Pavel Raiskup
al probably but it is not nice anyway.. Rather cleaning the patch once more, attached, Pavel >From 35b9f600b592db24bb0e25d168bc5955087d65df Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 21 Dec 2013 01:27:01 +0100 Subject: [PATCH] pg_upgrade: make the locale comparison more tolerati

[HACKERS] pg_upgrade: make the locale comparison more tolerant

2013-12-21 Thread Pavel Raiskup
about its correctness. Thanks, Pavel >From e54180b146edba871a9a4389f7cada0df1674587 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 21 Dec 2013 01:27:01 +0100 Subject: [PATCH] pg_upgrade: more tolerating locale comparison Locale strings specified like 'cs_CZ.utf8' and 'cs_C

Re: [HACKERS] [PATCH] Re: [BUGS] BUG #7815: Upgrading PostgreSQL from 9.1 to 9.2 with pg_upgrade/postgreql-setup fails - invalid status retrieve

2013-08-12 Thread Pavel Raiskup
> The patch moves the atexit setting up, as you suggested, but only does > that when pg_ctl succeeds (we know we started the server), Yes, of course! > PG 9.1+ will allow pg_ctl -w start to succeed even if there are > permissions problems; earlier versions will not and will keep the > server run

[HACKERS] [PATCH] Re: [BUGS] BUG #7815: Upgrading PostgreSQL from 9.1 to 9.2 with pg_upgrade/postgreql-setup fails - invalid status retrieve

2013-08-12 Thread Pavel Raiskup
his fix is relevant to this thread so posting here. 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< >From f2df7fb281b6346f3feeb5f0f8d2d0ee7fb13f6c Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 12

[HACKERS] pg_upgrade across more than two neighboring major releases

2013-07-23 Thread Pavel Raiskup
Hello all, don't know much about pg_upgrade implementation so I rather asking here before I start trying the process once again with debugging and observing deeply the code. I tried to setup our postgresql RPM to package pg_upgrade in version 8.4.13 to automatize post-rpm-upgrade update of postgr

Re: [HACKERS] [PATCH] Add support for TAS/S_UNLOCK for aarch64

2013-06-04 Thread Pavel Raiskup
On Tuesday, June 04, 2013 05:28:09 PM Pavel Raiskup wrote: > Hi, I was asked [1] to add following patch downstream, could it be > considered upstream also? Thanks, Pavel. > > [1] https://bugzilla.redhat.com/show_bug.cgi?id=970661 Oh, I see now it was already consulted he

[HACKERS] [PATCH] Add support for TAS/S_UNLOCK for aarch64

2013-06-04 Thread Pavel Raiskup
Hi, I was asked [1] to add following patch downstream, could it be considered upstream also? Thanks, Pavel. [1] https://bugzilla.redhat.com/show_bug.cgi?id=970661 >From ed791f40aa117d4fc273e4b96d9295ee9571fc96 Mon Sep 17 00:00:00 2001 From: Mark Salter Date: Tue, 4 Jun 2013 17:23:01 +0200 Subje