[COMMITTERS] reorg - pg_reorg: Release 1.0.6.

2009-07-02 Thread User Itagaki
Log Message: --- Release 1.0.6. Workaround for 8.2 and 8.3. Modified Files: -- pg_reorg/lib: reorg.c (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/lib/reorg.c?r1=1.9&r2=1.10) pg_reorg/lib/pgut: pgut-be.c (r1.2 -> r1

[COMMITTERS] pg-migrator - pg_migrator: Rename pg_migrator support functions with a

2009-07-02 Thread User Tgl
Log Message: --- Rename pg_migrator support functions with a pg_ prefix, in hopes of decreasing the risk of collision with user function names. Get rid of useless manual strictness checks. Modified Files: -- pg_migrator/func: pg_migrator.c (r1.10 -> r1.11)

[COMMITTERS] pg-migrator - pg_migrator: Adjust mention of PGXS build usage.

2009-07-02 Thread User Bmomjian
Log Message: --- Adjust mention of PGXS build usage. Modified Files: -- pg_migrator: INSTALL (r1.38 -> r1.39) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/INSTALL?r1=1.38&r2=1.39) -- Sent via pgsql-committers mailing list (pgsql-co

[COMMITTERS] pg-migrator - pg_migrator: Fix a bunch of inadequate identifier-quoting

2009-07-02 Thread User Tgl
Log Message: --- Fix a bunch of inadequate identifier-quoting logic. Modified Files: -- pg_migrator/src: pg_migrator.c (r1.53 -> r1.54) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.c?r1=1.53&r2=1.54) pg_migrat

[COMMITTERS] pg-migrator - pg_migrator: Fix assorted rather bogus SQL queries ---

2009-07-02 Thread User Tgl
Log Message: --- Fix assorted rather bogus SQL queries --- mostly, not schema-safe. Modified Files: -- pg_migrator/src: controldata.c (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/controldata.c?r1=1.18&r2=1.19)

[COMMITTERS] pg-migrator - pg_migrator: Perform failure checks before running

2009-07-02 Thread User Tgl
Log Message: --- Perform failure checks before running pg_dump. No reason to make the user wait through a pg_dump before finding out he's got a problem when it's just as easy to do it in the other order. Modified Files: -- pg_migrator/src: pg_migrator.c (r1.51 -> r

[COMMITTERS] pgsql: Fix up pg_dump's --binary-upgrade option so that it behaves

2009-07-02 Thread Tom Lane
Log Message: --- Fix up pg_dump's --binary-upgrade option so that it behaves properly with inherited columns and check constraints. Per my recent trouble report. Tags: REL8_4_STABLE Modified Files: -- pgsql/src/bin/pg_dump: pg_dump.c (r1.539 -> r1.539.2.1)

[COMMITTERS] pgsql: Fix up pg_dump's --binary-upgrade option so that it behaves

2009-07-02 Thread Tom Lane
Log Message: --- Fix up pg_dump's --binary-upgrade option so that it behaves properly with inherited columns and check constraints. Per my recent trouble report. Modified Files: -- pgsql/src/bin/pg_dump: pg_dump.c (r1.539 -> r1.540) (http://anoncvs.postgre

[COMMITTERS] pgsql: Upgrade to Autoconf 2.63 This upgrades the configure

2009-07-02 Thread Peter Eisentraut
Log Message: --- Upgrade to Autoconf 2.63 This upgrades the configure infrastructure to the latest Autoconf version. Some notable news are: - The workaround for the broken fseeko() test is gone. - Checking for unknown options is now provided by Autoconf itself. - Fixes for Mac OS X Mod

[COMMITTERS] npgsql - Npgsql2: [#1010666] CommandTimeout does gets reset to 20 when

2009-07-02 Thread User Fxjr
Log Message: --- [#1010666] CommandTimeout does gets reset to 20 when a Connection object is assigned to it. Now, if a command timeout is set to NpgsqlCommand, it will respect this timeout regardless of the value set in connection string. Thanks Debabrata Das for testcase. Modified Fil

[COMMITTERS] reorg - pg_reorg: Add pgut-spi files.

2009-07-02 Thread User Itagaki
Log Message: --- Add pgut-spi files. Added Files: --- pg_reorg/lib/pgut: pgut-spi.c (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/lib/pgut/pgut-spi.c?rev=1.1&content-type=text/x-cvsweb-markup) pgut-spi.h (r1.1) (http://cvs.

[COMMITTERS] reorg - pg_reorg: Add COPYRIGHT file to clear pg_reorg is licensed under

2009-07-02 Thread User Itagaki
Log Message: --- Add COPYRIGHT file to clear pg_reorg is licensed under simplefied BSD license. Added Files: --- pg_reorg: COPYRIGHT (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/COPYRIGHT?rev=1.1&content-type=text/x-cvsweb-markup) -- Sen

[COMMITTERS] reorg - pg_reorg: Fix data corruption bug reported by robjderr

2009-07-02 Thread User Itagaki
Log Message: --- Fix data corruption bug reported by robjderr (#1010664). pg_reorg broke catalog definition if the target table had any dropped columns. Now pg_reorg removes dropped columns and renumbers valid columns. You can use pg_reorg to shrink column definitions if you have many dropp

[COMMITTERS] pgsql: Regression test for XML mapping functionality I wrote this one

2009-07-02 Thread Peter Eisentraut
Log Message: --- Regression test for XML mapping functionality I wrote this one while chasing down some bugs in the closing days of 8.4. It could be useful in the long run. This area of the code had no test coverage at all before. Modified Files: -- pgsql/src/test/regr