Re: [COMMITTERS] pgsql: Minor pg_dump improvements

2014-05-05 Thread Bernd Helmle
--On 9. Februar 2014 13:55:03 -0500 Tom Lane wrote: Agreed; we should be using the same coding pattern wherever we call ftello. I suspect that this code may be left over from coping with some ancient non-spec-compliant version of ftello? Probably not worth digging in the archives to find ou

Re: [HACKERS] Re: [COMMITTERS] pgsql: Add a GUC to report whether data page checksums are enabled.

2014-02-19 Thread Bernd Helmle
--On 18. Februar 2014 22:23:59 +0200 Heikki Linnakangas wrote: I considered it a new feature, so not back-patching was the default. If you want to back-patch it, I won't object. That was my original feeling, too, but +1 for backpatching. -- Thanks Bernd -- Sent via pgsql-commi

Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery

2013-12-19 Thread Bernd Helmle
--On 12. Dezember 2013 10:56:36 + Simon Riggs wrote: Set min_recovery_apply_delay to force a delay in recovery apply for commit and restore point WAL records. Other records are replayed immediately. Delay is measured between WAL record time and local standby time. There's a small typo

Re: [COMMITTERS] pgsql: Improve concurrency of foreign key locking

2013-01-31 Thread Bernd Helmle
--On 23. Januar 2013 15:12:00 + Alvaro Herrera wrote: This patch introduces two additional lock modes for tuples: "SELECT FOR KEY SHARE" and "SELECT FOR NO KEY UPDATE". These don't block each other, in contrast with already existing "SELECT FOR SHARE" and "SELECT FOR UPDATE". UPDATE c

Re: [COMMITTERS] pgsql: Applied Peter's patch to PQconnectdbParams in ecpglib instead of

2012-02-05 Thread Bernd Helmle
On Sat, 04 Feb 2012 00:18:41 +, Michael Meskes wrote: > Applied Peter's patch to PQconnectdbParams in ecpglib instead of the old > PQconectdb. > I think Christian's complaint about the number of connection options is right. You need to save 7 entries in the keywords array to save enough room

Re: [COMMITTERS] pgsql: Extend ALTER TABLE to allow Foreign Keys to be added without ini

2011-02-08 Thread Bernd Helmle
--On 8. Februar 2011 12:24:11 + Simon Riggs wrote: Extend ALTER TABLE to allow Foreign Keys to be added without initial validation. FK constraints that are marked NOT VALID may later be VALIDATED, which uses an ShareUpdateExclusiveLock on constraint table and RowShareLock on referenced

Re: [COMMITTERS] pgsql: Add missing descriptions for aggregates, functions and

2008-08-25 Thread Bernd Helmle
--On Samstag, August 23, 2008 17:59:55 -0400 Tom Lane <[EMAIL PROTECTED]> wrote: Where's the Windows equivalent to that? Uhm, good question ;) Do you have a hint, since i never hacked our windows built infrastructure? -- Bernd -- Sent via pgsql-committers mailing list (pgsql-committers@p

Re: [COMMITTERS] pgsql: Add missing descriptions for aggregates, functions and

2008-08-25 Thread Bernd Helmle
--On Samstag, August 23, 2008 17:59:55 -0400 Tom Lane <[EMAIL PROTECTED]> wrote: Where's the Windows equivalent to that? Uhm, good question ;) Do you have a hint, since i never hacked our windows built infrastructure? -- Thanks Bernd -- Sent via pgsql-committers maili

Re: [COMMITTERS] pgsql: Add ALTER object SET SCHEMA capability for

2005-08-01 Thread Bernd Helmle
--On Montag, August 01, 2005 01:03:59 -0300 Tom Lane <[EMAIL PROTECTED]> wrote: Add ALTER object SET SCHEMA capability for a limited but useful set of object kinds (tables, functions, types). Documentation is not here yet. Original code by Bernd Helmle, extensive rework by Bruce Momji