[COMMITTERS] pgsql: Reconnect to the right database when using parallel restore with

2009-02-19 Thread Andrew Dunstan
Log Message: --- Reconnect to the right database when using parallel restore with -C. Fixes bug reported by Olivier Prenant Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_archiver.c (r1.162 -> r1.163) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/sr

[COMMITTERS] npgsql - Npgsql2: Added tests for [#1010543] Parameter value

2009-02-19 Thread User Fxjr
Log Message: --- Added tests for [#1010543] Parameter value 'Int32.MinValue' throw NpgsqlException(ERROR: 22003: integer out of range). Thanks David Bachmann for heads up and tests. Modified Files: -- Npgsql2/testsuite/noninteractive/NUnit20: CommandTests.cs (r1.

[COMMITTERS] pgsql: Simplify overcomplicated (and overly restrictive) test to see

2009-02-19 Thread Tom Lane
Log Message: --- Simplify overcomplicated (and overly restrictive) test to see whether an IS NULL condition is rendered redundant by detection of an antijoin. If we know that a join is an antijoin, then *any* Var coming out of its righthand side must be NULL, not only the joining column(s).

[COMMITTERS] pgsql: Improve comments about semijoin implementation strategy, per a

2009-02-19 Thread Tom Lane
Log Message: --- Improve comments about semijoin implementation strategy, per a question from Robert Haas. Modified Files: -- pgsql/src/backend/optimizer/path: joinrels.c (r1.97 -> r1.98) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer

[COMMITTERS] slony1-ctl - slony-ctl: Translation

2009-02-19 Thread User Sas
Log Message: --- Translation Modified Files: -- slony-ctl/outils: aff_tree.sh (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/aff_tree.sh.diff?r1=1.1&r2=1.2) tree.sh (r1.1 -> r1.2) (http://cvs.pgfound

[COMMITTERS] slony1-ctl - slony-ctl: Translation and exit code

2009-02-19 Thread User Sas
Log Message: --- Translation and exit code Modified Files: -- slony-ctl/outils: 42_exec_exec.sh (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/42_exec_exec.sh.diff?r1=1.1&r2=1.2) 51_create_upgrade.sh (r1.1 ->

[COMMITTERS] pgsql: Fix bogus comment, from the patch to start bgwriter during

2009-02-19 Thread Heikki Linnakangas
Log Message: --- Fix bogus comment, from the patch to start bgwriter during archive recovery. Modified Files: -- pgsql/src/backend/postmaster: postmaster.c (r1.571 -> r1.572) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.

[COMMITTERS] npgsql - Npgsql2: [#1010543] Parameter value 'Int32.MinValue' throw

2009-02-19 Thread User Fxjr
Log Message: --- [#1010543] Parameter value 'Int32.MinValue' throw NpgsqlException(ERROR: 22003: integer out of range). Thanks David Bachmann for the ideas about how to solve that on mail list referenced on this bug report. Also thanks to Josh Cooley for reviewing the previous attempts

[COMMITTERS] orafce - orafce: include parser/parse_expr because exprType is defined

2009-02-19 Thread User Okbob
Log Message: --- include parser/parse_expr because exprType is defined there (8.1) Modified Files: -- orafce: others.c (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/others.c.diff?r1=1.15&r2=1.16) -- Sent via pgsql-committers

[COMMITTERS] orafce - orafce: PL/SQL dump function implementation.

2009-02-19 Thread User Okbob
Log Message: --- PL/SQL dump function implementation. only format 8, 10, 16, 17 are supported Modified Files: -- orafce: orafunc.sql.in (r1.56 -> r1.57) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc.sql.in.diff?r1=1.56&r2=1.57)

[COMMITTERS] pgsql: Wordsmithing for PL/Perl messages

2009-02-19 Thread Peter Eisentraut
Log Message: --- Wordsmithing for PL/Perl messages Modified Files: -- pgsql/src/pl/plperl: plperl.c (r1.144 -> r1.145) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.144&r2=1.145) pgsql/src/pl/plperl/expected: plperl

[COMMITTERS] pgsql: Add an implicit rule %.c -> %.i for running the C preprocessor.

2009-02-19 Thread Peter Eisentraut
Log Message: --- Add an implicit rule %.c -> %.i for running the C preprocessor. I occasionally use this for debugging, and it seems wasteful to have to reinvent this all the time. Modified Files: -- pgsql/src: Makefile.global.in (r1.252 -> r1.253) (http:/

[COMMITTERS] pgsql: Remove croak and Perl_croak from gettext triggers.

2009-02-19 Thread Peter Eisentraut
Log Message: --- Remove croak and Perl_croak from gettext triggers. While we could selectively mark up their arguments for translation, the Perl xsubpp tool generates a bunch of additional Perl_croak calls that we cannot control, so we'd be creating a confusing mix of translated and untran

[COMMITTERS] pgsql: Increase NUM_AUXILIARY_PROCS, now that the startup process can

2009-02-19 Thread Heikki Linnakangas
Log Message: --- Increase NUM_AUXILIARY_PROCS, now that the startup process can co-exist with other auxiliary processes for a short period. As witnessed by buildfarm member dungbeetle. Modified Files: -- pgsql/src/include/storage: proc.h (r1.110 -> r1.111)