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:
--
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo