[COMMITTERS] pgsql: Avoid crash in interrupted autovacuum worker, caused by leaving

2007-06-29 Thread Alvaro Herrera
Log Message: --- Avoid crash in interrupted autovacuum worker, caused by leaving the current memory context pointing at a context not long lived enough. Also, create a fake PortalContext where to store the vac_context, if only to avoid having it be a top-level memory context. Modified Fil

[COMMITTERS] pgunittest - pgUnitTest:

2007-06-29 Thread User Pgunittest
Log Message: --- Modified Files: -- pgUnitTest/usr/specs: specs.doc (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/usr/specs/specs.doc.diff?r1=1.1&r2=1.2) pgUnitTest/src/org/pgfoundry/pgunittest: ResultSet.jav

[COMMITTERS] pgsql: Arrange for SIGINT in autovacuum workers to cancel the current

2007-06-29 Thread Alvaro Herrera
Log Message: --- Arrange for SIGINT in autovacuum workers to cancel the current table and continue with the schedule. Change current uses of SIGINT to abort a worker into SIGTERM, which keeps the old behaviour of terminating the process. Patch from ITAGAKI Takahiro, with some editorializi

[COMMITTERS] pgsql: Fix computation of PG_VERSION_NUM by configure: remove

2007-06-29 Thread Tom Lane
Log Message: --- Fix computation of PG_VERSION_NUM by configure: remove unnecessary and unportable backslashes in awk script (per Patrick Welche), and add brackets to prevent autoconf from mangling sed's regexp (the sed call here never did what was expected). Tags: REL8_2_STABLE Modi

[COMMITTERS] pgsql: Fix computation of PG_VERSION_NUM by configure: remove

2007-06-29 Thread Tom Lane
Log Message: --- Fix computation of PG_VERSION_NUM by configure: remove unnecessary and unportable backslashes in awk script (per Patrick Welche), and add brackets to prevent autoconf from mangling sed's regexp (the sed call here never did what was expected). Modified Files: --

[COMMITTERS] pgbouncer - pgbouncer: connstr enhanchements * allow to specify hosts

2007-06-29 Thread User Mkz
Log Message: --- connstr enhanchements * allow to specify hosts by name - gethostbyname() * allow to specify custom unix socket location for db * allow quoted values Modified Files: -- pgbouncer/src: bouncer.h (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-b

[COMMITTERS] pgbouncer - pgbouncer: comment typo

2007-06-29 Thread User Mkz
Log Message: --- comment typo Modified Files: -- pgbouncer/src: util.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/util.c.diff?r1=1.8&r2=1.9) ---(end of broadcast)--- T

[COMMITTERS] pgsql: Add a note that pg_start_backup will take awhile because of new

2007-06-29 Thread Tom Lane
Log Message: --- Add a note that pg_start_backup will take awhile because of new distributed checkpoint behavior. Explain how to work around this by issuing a manual CHECKPOINT command. Per discussion with Heikki. Modified Files: -- pgsql/doc/src/sgml: backup.sgml

[COMMITTERS] bizgres - bizgres: add E'' to the escape and delimiter clause in order

2007-06-29 Thread User Agoldshuv
Log Message: --- add E'' to the escape and delimiter clause in order to remove a per-batch WARNING. Modified Files: -- bizgres/loader/src/com/deepgreen/loader: DGLoaderProperties.java (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bi