Re: [COMMITTERS] pgsql: Rework SSL renegotiation code

2013-10-13 Thread Jaime Casanova
ons = false; -- Jaime Casanova www.2ndQuadrant.com Professional PostgreSQL: Soporte 24x7 y capacitación Phone: +593 4 5107566 Cell: +593 987171157 -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.pos

Re: [COMMITTERS] pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist

2013-01-26 Thread Jaime Casanova
On Sat, Jan 26, 2013 at 1:24 PM, Bruce Momjian wrote: > Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent > you meant DROP TABLE IF EXISTS, right? -- Jaime Casanova www.2ndQuadrant.com Professional PostgreSQL: Soporte 24x7 y capacitación Phone: +593 4 5

Re: [COMMITTERS] pgsql: Have pg_receivexlog always send an invalid log position in statu

2012-02-09 Thread Jaime Casanova
exlog, that transaction is safe in > the archive. > what if we ignore the application_name "pg_receivexlog" for a sync rep and give pg_receivexlog an option to set another application_name? that will avoid the problem for normal cases and still accept it for a sync rep if that is w

Re: [COMMITTERS] pgsql: Add new replication mode synchronous_commit = 'write'.

2012-01-24 Thread Jaime Casanova
es more easy to unserstand what is happening. i only want to keep on for compatibility but i wouldn't mind if we remove it in favor of more descriptive names. or there's any difference between on and flush that i'm failing to see? -- Jaime Casanova         www.2ndQuadrant.com Pro

Re: [COMMITTERS] pgsql: Add a security_barrier option for views.

2011-12-22 Thread Jaime Casanova
For """ should say "until after the view"? """ +in the limited sense that the contents of the invisible tuples will not +passed to possibly-insecure functions. The user may well have other means """ should say "will not be passed&q

Re: [COMMITTERS] pgsql: Support configurable eventlog application names on Windows

2011-10-25 Thread Jaime Casanova
tted in windows builds LOCATION: call_string_check_hook, guc.c:8172 FATAL: XX000: failed to initialize event_source to "PostgreSQL" LOCATION: InitializeOneGUCOption, guc.c:3959 """ -- Jaime Casanova         www.2ndQuadrant.com Professional PostgreSQL: Soporte 24x7 y capacitació

Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause,

2011-03-07 Thread Jaime Casanova
On Tue, Feb 8, 2011 at 11:00 PM, Jaime Casanova wrote: > On Tue, Feb 8, 2011 at 1:30 PM, Simon Riggs wrote: >> Basic Recovery Control functions for use in Hot Standby. Pause, Resume, >> Status check functions only. Also, new recovery.conf parameter to >> pause_at_recove

Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.

2011-03-06 Thread Jaime Casanova
On Sun, Mar 6, 2011 at 6:36 PM, Jaime Casanova wrote: > On Sun, Mar 6, 2011 at 6:28 PM, Tom Lane wrote: >> Simon Riggs writes: >>> Efficient transaction-controlled synchronous replication. >> >> This patch broke the build.  Kindly fix or revert at once. >> &

Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.

2011-03-06 Thread Jaime Casanova
On Sun, Mar 6, 2011 at 6:28 PM, Tom Lane wrote: > Simon Riggs writes: >> Efficient transaction-controlled synchronous replication. > > This patch broke the build.  Kindly fix or revert at once. > Seems Simon forgot to include src/include/replication/syncrep.h on the commit

Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause,

2011-02-08 Thread Jaime Casanova
d also be in recovery.conf.sample, right? -- Jaime Casanova         www.2ndQuadrant.com Professional PostgreSQL: Soporte y capacitación de PostgreSQL -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

Re: [COMMITTERS] pgsql: Allow bidirectional copy messages in streaming replication mode.

2010-12-19 Thread Jaime Casanova
On Sat, Dec 11, 2010 at 9:36 AM, Robert Haas wrote: > Allow bidirectional copy messages in streaming replication mode. > in /doc/src/sgml/protocol.sgml +until the connection is terminated. See see . Note the double "see" -- Jaime Casanova         www.2ndQuadrant.

Re: [COMMITTERS] pgsql: Provide better guidance for adjusting shared_buffers.

2010-04-16 Thread Jaime Casanova
>> >> Good stuff! >> >> Should it get back-patched? > > I was debating that...  as I wrote in my email to -hackers, I > considered back-patching it to 8.4 and maybe 8.3, but held off pending > feedback from others.  If the consensus is to go back, I am certainly >

Re: [COMMITTERS] pgsql: Instead of trying (and failing) to allow <> at the end of

2010-03-02 Thread Jaime Casanova
ing, this couldn't be considered as a bug fix and therefore backpatchable -- Atentamente, Jaime Casanova Soporte y capacitación de PostgreSQL Asesoría y desarrollo de sistemas Guayaquil - Ecuador Cel. +59387171157 -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.or

Re: [COMMITTERS] pgsql: Please tablespace directories in their own subdirectory so

2010-01-11 Thread Jaime Casanova
; please or place? ;) -- Atentamente, Jaime Casanova Soporte y capacitación de PostgreSQL Asesoría y desarrollo de sistemas Guayaquil - Ecuador Cel. +59387171157 -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.

Re: [COMMITTERS] pgsql: Add recovery_end_command option to recovery.conf.

2009-05-14 Thread Jaime Casanova
ger removes the trigger file, > that is to be done using the recovery_end_command now. > maybe we want to update share/recovery.conf.sample too? -- Atentamente, Jaime Casanova Soporte y capacitación de PostgreSQL Asesoría y desarrollo de sistemas Guayaquil - Ecuador Cel. +5938717115

Re: [COMMITTERS] pgsql: Make the MSVC build output "32-bit" at the end of the version

2009-01-06 Thread Jaime Casanova
"... there isn't a 64-bit MSVC build? -- Atentamente, Jaime Casanova Soporte y capacitación de PostgreSQL Asesoría y desarrollo de sistemas Guayaquil - Ecuador Cel. +59387171157 -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscrip

Re: [COMMITTERS] pgsql: Document that non-data journaling is a recommended mount option.

2008-12-13 Thread Jaime Casanova
sks where the WAL in... can be more explicit about one or the other? -- Atentamente, Jaime Casanova Soporte y capacitación de PostgreSQL Asesoría y desarrollo de sistemas Guayaquil - Ecuador Cel. +59387171157 -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To mak

Re: [COMMITTERS] pgsql: Make the pg_stat_activity view call a SRF

2008-08-16 Thread Jaime Casanova
RFs to not define > their own output record type. > is there any one doing this? if not i want to give it a try... seems easy enough, even for me :) -- regards, Jaime Casanova Soporte y capacitación de PostgreSQL Asesoría y desarrollo de sistemas Guayaquil - Ecuador Cel. (593) 87171157

Re: [COMMITTERS] pgsql: Add GUC temp_tablespaces to provide a default location for

2007-01-24 Thread Jaime Casanova
On 1/24/07, Bruce Momjian <[EMAIL PROTECTED]> wrote: Log Message: --- Add GUC temp_tablespaces to provide a default location for temporary objects. Jaime Casanova the credit is for Albert Cervera Areny, I just did some minor revisions and documentation

Re: [COMMITTERS] pgsql: In release notes, mention that multi-line history saving does not

2006-10-08 Thread Jaime Casanova
of available -- regards, Jaime Casanova "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots. So far, the universe is winning."