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
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.
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).
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
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
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 ->
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.
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
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
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)
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
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:/
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
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)
14 matches
Mail list logo