[COMMITTERS] pgsql: Replace a couple of references to files that no longer exist in

2009-05-04 Thread Peter Eisentraut
Log Message: --- Replace a couple of references to files that no longer exist in the source tree with references to the appropriate URLs. Robert Haas Modified Files: -- pgsql/src: DEVELOPERS (r1.5 -> r1.6) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/s

[COMMITTERS] pgsql: Call SetLastError(0) before calling the file mapping functions to

2009-05-04 Thread Magnus Hagander
Log Message: --- Call SetLastError(0) before calling the file mapping functions to make sure that the error code is reset, as a precaution in case the API doesn't properly reset it on success. This could be necessary, since we check the error value even if the function doesn't fail for spec

[COMMITTERS] pgsql: Call SetLastError(0) before calling the file mapping functions to

2009-05-04 Thread Magnus Hagander
Log Message: --- Call SetLastError(0) before calling the file mapping functions to make sure that the error code is reset, as a precaution in case the API doesn't properly reset it on success. This could be necessary, since we check the error value even if the function doesn't fail for spec

[COMMITTERS] pgsql: Call SetLastError(0) before calling the file mapping functions to

2009-05-04 Thread Magnus Hagander
Log Message: --- Call SetLastError(0) before calling the file mapping functions to make sure that the error code is reset, as a precaution in case the API doesn't properly reset it on success. This could be necessary, since we check the error value even if the function doesn't fail for spec

[COMMITTERS] pgsql: Update no longer current comments in header.

2009-05-04 Thread Magnus Hagander
Log Message: --- Update no longer current comments in header. Modified Files: -- pgsql/src/port: dirmod.c (r1.56 -> r1.57) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/dirmod.c?r1=1.56&r2=1.57) -- Sent via pgsql-committers mailing list (pgsql-

[COMMITTERS] pg-migrator - src: Add README instructions; change --move option to

2009-05-04 Thread User Bmomjian
Log Message: --- Add README instructions; change --move option to --link. Modified Files: -- src: README (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/README.diff?r1=1.7&r2=1.8) TODO (r1.32 -> r1.33) (http://c

[COMMITTERS] pllolcode - pllolcode: More handler function refactoring

2009-05-04 Thread User Eggyknap
Log Message: --- More handler function refactoring Modified Files: -- pllolcode: gram.y (r1.37 -> r1.38) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/gram.y.diff?r1=1.37&r2=1.38) pllolcode.c (r1.28 -> r1.29) (http://cvs.

[COMMITTERS] pg-migrator - src: Move doc files to top directory.

2009-05-04 Thread User Bmomjian
Log Message: --- Move doc files to top directory. Removed Files: - src: DEVTEST (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/DEVTEST) IMPLEMENATION (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/IMPLEMENATION)

[COMMITTERS] pg-migrator - src: Adjust version-check code; work on README.

2009-05-04 Thread User Bmomjian
Log Message: --- Adjust version-check code; work on README. Modified Files: -- src: README (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/README.diff?r1=1.6&r2=1.7) pg_migrator.c (r1.76 -> r1.77) (http://cvs.pg

[COMMITTERS] pg-migrator - pg_migrator: Add doc files to a separate directory

2009-05-04 Thread User Bmomjian
Log Message: --- Add doc files to a separate directory Added Files: --- pg_migrator: DEVTEST (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/DEVTEST?rev=1.1&content-type=text/x-cvsweb-markup) IMPLEMENATION (r1.1) (ht

[COMMITTERS] pg-migrator - pg_migrator: New Directory

2009-05-04 Thread User Bmomjian
Update of /cvsroot/pg-migrator/pg_migrator/src In directory pgfoundry.org:/tmp/cvs-serv93131/src Log Message: Directory /cvsroot/pg-migrator/pg_migrator/src added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription:

[COMMITTERS] pg-migrator - pg_migrator: Move src files to subdirectory

2009-05-04 Thread User Bmomjian
Log Message: --- Move src files to subdirectory Added Files: --- pg_migrator/src: Makefile (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/Makefile?rev=1.1&content-type=text/x-cvsweb-markup) controldata.c (r1.1)

[COMMITTERS] pg-migrator - pg_migrator: New Directory

2009-05-04 Thread User Bmomjian
Update of /cvsroot/pg-migrator/pg_migrator/func In directory pgfoundry.org:/tmp/cvs-serv94072/func Log Message: Directory /cvsroot/pg-migrator/pg_migrator/func added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscriptio

[COMMITTERS] pg-migrator - pg_migrator: Move files into more logical subdirectories.

2009-05-04 Thread User Bmomjian
Log Message: --- Move files into more logical subdirectories. Added Files: --- pg_migrator/func: Makefile (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/func/Makefile?rev=1.1&content-type=text/x-cvsweb-markup) pg_migrator.c

[COMMITTERS] pg-migrator - pg_migrator: Need top-level Makefile.

2009-05-04 Thread User Bmomjian
Log Message: --- Need top-level Makefile. Added Files: --- pg_migrator: Makefile (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/Makefile?rev=1.1&content-type=text/x-cvsweb-markup) -- Sent via pgsql-committers mailing list (pgsql-c

[COMMITTERS] pg-migrator - src: Remove old files, now in new directory.

2009-05-04 Thread User Bmomjian
Log Message: --- Remove old files, now in new directory. Removed Files: - src: Makefile (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/Makefile) controldata.c (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/control

[COMMITTERS] pg-migrator - pg_migrator: Update Makefile with subdirectory rules.

2009-05-04 Thread User Bmomjian
Log Message: --- Update Makefile with subdirectory rules. Modified Files: -- pg_migrator: Makefile (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/Makefile.diff?r1=1.1&r2=1.2) -- Sent via pgsql-committers mailing list (

[COMMITTERS] pgsql: Fix the query used for \d against 8.2 and 8.3 servers.

2009-05-04 Thread Heikki Linnakangas
Log Message: --- Fix the query used for \d against 8.2 and 8.3 servers. Modified Files: -- pgsql/src/bin/psql: describe.c (r1.210 -> r1.211) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.210&r2=1.211) -- Sent via pgsql-commi

[COMMITTERS] pginstaller - pginst: Search for the correct versions of the PL DLLs

2009-05-04 Thread Dave Page
Log Message: --- Search for the correct versions of the PL DLLs (perl510.dll, python26.dll & tcl85.dll) Modified Files: -- pginst/ca: pginstca.c (r1.129 -> r1.130) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.129&

[COMMITTERS] pg-migrator - src: Remove unused file.

2009-05-04 Thread User Bmomjian
Log Message: --- Remove unused file. Removed Files: - src: pg_migrator_port.c (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator_port.c) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to y

[COMMITTERS] pg-migrator - src: Remove signal-ignoring code; no need for it.

2009-05-04 Thread User Bmomjian
Log Message: --- Remove signal-ignoring code; no need for it. Modified Files: -- src: pg_migrator.c (r1.77 -> r1.78) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.c.diff?r1=1.77&r2=1.78) pg_migrator.h (r1.20 -> r1.21)

[COMMITTERS] pllolcode - pllolcode: Factor executor stuff into separate file

2009-05-04 Thread User Eggyknap
Log Message: --- Factor executor stuff into separate file Modified Files: -- pllolcode: Makefile (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/Makefile.diff?r1=1.8&r2=1.9) gram.y (r1.36 -> r1.37) (http://cv

[COMMITTERS] pllolcode - pllolcode: (Finally!) cache parse trees in a hash table, and

2009-05-04 Thread User Eggyknap
Log Message: --- (Finally!) cache parse trees in a hash table, and use them instead of reparsing each call Modified Files: -- pllolcode: pllolcode.c (r1.29 -> r1.30) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/pllolcode.c.diff?r1=1.29&

[COMMITTERS] pg-migrator - pg_migrator: Improvements for install usage

2009-05-04 Thread User Bmomjian
Log Message: --- Improvements for install usage Modified Files: -- pg_migrator/src: Makefile (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/Makefile.diff?r1=1.1&r2=1.2) pg_migrator.c (r1.1 -> r1.2) (

[COMMITTERS] pg-migrator - pg_migrator: Improved installation changes.

2009-05-04 Thread User Bmomjian
Log Message: --- Improved installation changes. Modified Files: -- pg_migrator/func: Makefile (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/func/Makefile.diff?r1=1.1&r2=1.2) -- Sent via pgsql-committers mailing list (

[COMMITTERS] pg-migrator - pg_migrator: Better install instructions.

2009-05-04 Thread User Bmomjian
Log Message: --- Better install instructions. Modified Files: -- pg_migrator: INSTALL (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/INSTALL.diff?r1=1.1&r2=1.2) README (r1.1 -> r1.2) (http://cvs.pgfoundr

[COMMITTERS] pg-migrator - pg_migrator: Move install instruction to INSTALL.

2009-05-04 Thread User Bmomjian
Log Message: --- Move install instruction to INSTALL. Modified Files: -- pg_migrator: README (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/README.diff?r1=1.2&r2=1.3) Removed Files: - pg_migrator:

[COMMITTERS] pg-migrator - pg_migrator: Move install instruction to INSTALL.

2009-05-04 Thread User Bmomjian
Log Message: --- Move install instruction to INSTALL. Added Files: --- pg_migrator: INSTALL (r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/INSTALL?rev=1.4&content-type=text/x-cvsweb-markup) -- Sent via pgsql-committers mailing lis

[COMMITTERS] pllolcode - pllolcode: Doc update

2009-05-04 Thread User Eggyknap
Log Message: --- Doc update Modified Files: -- pllolcode: DOC (r1.30 -> r1.31) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/DOC.diff?r1=1.30&r2=1.31) -- Sent via pgsql-committers mailing list ([email protected]) To make c

[COMMITTERS] pg-migrator - pg_migrator: Output format improvements.

2009-05-04 Thread User Bmomjian
Log Message: --- Output format improvements. Modified Files: -- pg_migrator/src: pg_migrator.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.c.diff?r1=1.2&r2=1.3) relfilenode.c (r1.1 -> r1.2)

[COMMITTERS] pg-migrator - pg_migrator: Fix from/to parameter passing confusion.

2009-05-04 Thread User Bmomjian
Log Message: --- Fix from/to parameter passing confusion. Modified Files: -- pg_migrator/src: file.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/file.c.diff?r1=1.1&r2=1.2) info.c (r1.1 -> r1.2) (h

[COMMITTERS] pg-migrator - pg_migrator: Improve error reporting.

2009-05-04 Thread User Bmomjian
Log Message: --- Improve error reporting. Modified Files: -- pg_migrator/src: pg_migrator.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.c.diff?r1=1.3&r2=1.4) pg_migrator.h (r1.1 -> r1.2)

[COMMITTERS] pg-migrator - pg_migrator: Wording improvements.

2009-05-04 Thread User Bmomjian
Log Message: --- Wording improvements. Modified Files: -- pg_migrator: README (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/README.diff?r1=1.3&r2=1.4) -- Sent via pgsql-committers mailing list (pgsql-committers@postgr

[COMMITTERS] pgsql: Code review for \df rewrite: fix assorted bugs, make type and

2009-05-04 Thread Tom Lane
Log Message: --- Code review for \df rewrite: fix assorted bugs, make type and volatility columns localizable. Modified Files: -- pgsql/src/bin/psql: describe.c (r1.211 -> r1.212) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.

[COMMITTERS] pg-migrator - pg_migrator: Schema-qualify all pg_class lookups.

2009-05-04 Thread User Bmomjian
Log Message: --- Schema-qualify all pg_class lookups. Modified Files: -- pg_migrator/src: file.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/file.c.diff?r1=1.2&r2=1.3) info.c (r1.2 -> r1.3) (http:

[COMMITTERS] pg-migrator - pg_migrator: Update TODO list.

2009-05-04 Thread User Bmomjian
Log Message: --- Update TODO list. Modified Files: -- pg_migrator: TODO (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/TODO.diff?r1=1.1&r2=1.2) -- Sent via pgsql-committers mailing list ([email protected]

[COMMITTERS] pg-migrator - pg_migrator: Fix "--link" option.

2009-05-04 Thread User Bmomjian
Log Message: --- Fix "--link" option. Modified Files: -- pg_migrator/src: option.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/option.c.diff?r1=1.1&r2=1.2) -- Sent via pgsql-committers mailing list (pgsql-commit

[COMMITTERS] npgsql - Npgsql2: Added some tests based on Forums.

2009-05-04 Thread User Fxjr
Log Message: --- Added some tests based on Forums. Modified Files: -- Npgsql2/testsuite/noninteractive/NUnit20: DataReaderTests.cs (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/NUnit20/DataReaderTests