[COMMITTERS] npgsql - Npgsql2: Added support to not add type casts with prepared

2008-07-08 Thread User Fxjr
Log Message: --- Added support to not add type casts with prepared statements. Previous patch only added this capability for non prepared queries. Now, types without casts have the type written as "unknown" so type inference is done by server backend. Modified Files: --

[COMMITTERS] pgsql: Fix performance bug in write_syslog(): the code to preferentially

2008-07-08 Thread Tom Lane
Log Message: --- Fix performance bug in write_syslog(): the code to preferentially break the log message at newlines cost O(N^2) for very long messages with few or no newlines. For messages in the megabyte range this became the dominant cost. Per gripe from Achilleas Mantzios. Patch all t

[COMMITTERS] pgsql: Fix performance bug in write_syslog(): the code to preferentially

2008-07-08 Thread Tom Lane
Log Message: --- Fix performance bug in write_syslog(): the code to preferentially break the log message at newlines cost O(N^2) for very long messages with few or no newlines. For messages in the megabyte range this became the dominant cost. Per gripe from Achilleas Mantzios. Patch all t

[COMMITTERS] pgsql: Fix performance bug in write_syslog(): the code to preferentially

2008-07-08 Thread Tom Lane
Log Message: --- Fix performance bug in write_syslog(): the code to preferentially break the log message at newlines cost O(N^2) for very long messages with few or no newlines. For messages in the megabyte range this became the dominant cost. Per gripe from Achilleas Mantzios. Patch all t

[COMMITTERS] pgsql: Fix performance bug in write_syslog(): the code to preferentially

2008-07-08 Thread Tom Lane
Log Message: --- Fix performance bug in write_syslog(): the code to preferentially break the log message at newlines cost O(N^2) for very long messages with few or no newlines. For messages in the megabyte range this became the dominant cost. Per gripe from Achilleas Mantzios. Patch all t

[COMMITTERS] pgsql: Fix performance bug in write_syslog(): the code to preferentially

2008-07-08 Thread Tom Lane
Log Message: --- Fix performance bug in write_syslog(): the code to preferentially break the log message at newlines cost O(N^2) for very long messages with few or no newlines. For messages in the megabyte range this became the dominant cost. Per gripe from Achilleas Mantzios. Patch all t

[COMMITTERS] pgsql: Fix performance bug in write_syslog(): the code to preferentially

2008-07-08 Thread Tom Lane
Log Message: --- Fix performance bug in write_syslog(): the code to preferentially break the log message at newlines cost O(N^2) for very long messages with few or no newlines. For messages in the megabyte range this became the dominant cost. Per gripe from Achilleas Mantzios. Patch all t

[COMMITTERS] pgbouncer - pgbouncer: remove extra argument for SBuf callback

2008-07-08 Thread User Mkz
Log Message: --- remove extra argument for SBuf callback conserves memory and conforms more with general coding style. plus few cleanups Modified Files: -- pgbouncer/include: client.h (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/p

[COMMITTERS] pgsql: Fix WAL file cutoff point calculation in pg_standby.

2008-07-08 Thread Heikki Linnakangas
Log Message: --- Fix WAL file cutoff point calculation in pg_standby. Patch by Simon Riggs, per bug report from Ferenc Felhoffer Tags: REL8_3_STABLE Modified Files: -- pgsql/contrib/pg_standby: pg_standby.c (r1.10.2.1 -> r1.10.2.2) (http://anoncvs.po

[COMMITTERS] pgsql: Fix WAL file cutoff point calculation in pg_standby.

2008-07-08 Thread Heikki Linnakangas
Log Message: --- Fix WAL file cutoff point calculation in pg_standby. Patch by Simon Riggs, per bug report from Ferenc Felhoffer Modified Files: -- pgsql/contrib/pg_standby: pg_standby.c (r1.12 -> r1.13) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/cont

Re: [COMMITTERS] pgsql: Prevent shutdown in normal mode if online backup is running, and

2008-07-08 Thread Simon Riggs
On Wed, 2008-04-23 at 13:44 +, Magnus Hagander wrote: > Log Message: > --- > Prevent shutdown in normal mode if online backup is running, and > have pg_ctl warn about this. > > Cancel running online backups (by renaming the backup_label file, > thus rendering the backup useless) whe