[COMMITTERS] pllolcode - pllolcode: - Capture input arguments as variable names LOL1,

2007-10-13 Thread User Eggyknap
Log Message: --- - Capture input arguments as variable names LOL1, LOL2, etc. - Start work on identNode() function which executes such an identifier. It doesn't work yet, so FOUND YR LOL1 (equiv. of RETURN $1) doesn't work either Modified Files: -- pllolcode: gram.

[COMMITTERS] npgsql - Npgsql2: Initial release

2007-10-13 Thread User Fxjr
Log Message: --- Initial release Added Files: --- Npgsql2: ChangeLog (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/ChangeLog?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)--

[COMMITTERS] npgsql - Npgsql2: Updated docs to include documentation about COPY

2007-10-13 Thread User Fxjr
Log Message: --- Updated docs to include documentation about COPY IN/OUT support. Thanks Kalle Hallivuori for patches! Modified Files: -- Npgsql2/docs: UserManual.html (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/docs/UserMan

[COMMITTERS] pgsql: Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions

2007-10-13 Thread Tom Lane
Log Message: --- Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes it affects. The original coding neglected tablespace entirely (causing the indexes to move to the database's default tablespace) and for an index belonging to a UNIQUE or PRIMARY KEY constraint, it

[COMMITTERS] pgsql: Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions

2007-10-13 Thread Tom Lane
Log Message: --- Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes it affects. The original coding neglected tablespace entirely (causing the indexes to move to the database's default tablespace) and for an index belonging to a UNIQUE or PRIMARY KEY constraint, it

[COMMITTERS] pgsql: Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions

2007-10-13 Thread Tom Lane
Log Message: --- Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes it affects. The original coding neglected tablespace entirely (causing the indexes to move to the database's default tablespace) and for an index belonging to a UNIQUE or PRIMARY KEY constraint, it

[COMMITTERS] pgsql: Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions

2007-10-13 Thread Tom Lane
Log Message: --- Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes it affects. The original coding neglected tablespace entirely (causing the indexes to move to the database's default tablespace) and for an index belonging to a UNIQUE or PRIMARY KEY constraint, it

[COMMITTERS] npgsql - Npgsql2: Updated nant build file and Monodevelop project files

2007-10-13 Thread User Fxjr
Log Message: --- Updated nant build file and Monodevelop project files with latest additions in order to compile Npgsql. Modified Files: -- Npgsql2/src: Npgsql.build (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql.bui

[COMMITTERS] npgsql - Npgsql2: "Applied patch against CVS containing comments and

2007-10-13 Thread User Fxjr
Log Message: --- "Applied patch against CVS containing comments and small fixes for COPY support. Biggest change in structure is the separation of copy format into its own class - this is required to support serialization, which I'm working on." (Kalle Hallivuori) Modified Files:

[COMMITTERS] npgsql - Npgsql2: "Applied patch against CVS containing comments and

2007-10-13 Thread User Fxjr
Log Message: --- "Applied patch against CVS containing comments and small fixes for COPY support. Biggest change in structure is the separation of copy format into its own class - this is required to support serialization, which I'm working on." (Kalle Hallivuori) Added Files:

[COMMITTERS] pgsql: Fix the inadvertent libpq ABI breakage discovered by Martin Pitt:

2007-10-13 Thread Tom Lane
Log Message: --- Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the renumbering of encoding IDs done between 8.2 and 8.3 turns out to break 8.2 initdb and psql if they are run with an 8.3beta1 libpq.so. For the moment we can rearrange the order of enum pg_enc to keep the

[COMMITTERS] npgsql - Npgsql2: Added initial support for a copy serializer for COPY

2007-10-13 Thread User Fxjr
Log Message: --- Added initial support for a copy serializer for COPY FROM STDIN. (Kalle Hallivuori) Modified Files: -- Npgsql2/testsuite/noninteractive: test_copy.cs (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/no

[COMMITTERS] pgsql: Guard against possible double free during error escape from XML

2007-10-13 Thread Tom Lane
Log Message: --- Guard against possible double free during error escape from XML functions. Patch for the reported issue from Kris Jurka, some other potential trouble spots plugged by Tom. Modified Files: -- pgsql/src/backend/utils/adt: xml.c (r1.48 -> r1.49)

[COMMITTERS] pgsql: Strengthen type_sanity's check on pg_type.typarray.

2007-10-13 Thread Tom Lane
Log Message: --- Strengthen type_sanity's check on pg_type.typarray. It failed to complain about types that didn't have typarray set. Noted while working on txid patch. Modified Files: -- pgsql/src/test/regress/sql: type_sanity.sql (r1.31 -> r1.32) (http:

[COMMITTERS] pgsql: Try to fix msvc build for recent initdb changes.

2007-10-13 Thread Tom Lane
Log Message: --- Try to fix msvc build for recent initdb changes. Modified Files: -- pgsql/src/bin/initdb: Makefile (r1.54 -> r1.55) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/Makefile?r1=1.54&r2=1.55) pgsql/src/tools/msvc:

[COMMITTERS] pgsql: Remove contrib/txid, in preparation for migrating it into core.

2007-10-13 Thread Tom Lane
Log Message: --- Remove contrib/txid, in preparation for migrating it into core. Modified Files: -- pgsql/contrib: Makefile (r1.79 -> r1.80) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile?r1=1.79&r2=1.80) Removed Files: -

[COMMITTERS] pgsql: Migrate the former contrib/txid module into core.

2007-10-13 Thread Tom Lane
Log Message: --- Migrate the former contrib/txid module into core. This will make it easier for Slony and Skytools to depend on it. Per discussion. Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.209 -> r1.210) (http://developer.postgresql.org/cv

[COMMITTERS] pllolcode - pllolcode: Make IDENTIFIER grammar rule work.

2007-10-13 Thread User Eggyknap
Log Message: --- Make IDENTIFIER grammar rule work. Now RETURN $1 is possible (syntax: FOUND YR LOL1) Modified Files: -- pllolcode: gram.y (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/gram.y.diff?r1=1.12&r2=1.13)

[COMMITTERS] pgsql: Ooops, forgot about adding -DFRONTEND.

2007-10-13 Thread Tom Lane
Log Message: --- Ooops, forgot about adding -DFRONTEND. Modified Files: -- pgsql/src/tools/msvc: Mkvcbuild.pm (r1.22 -> r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Mkvcbuild.pm?r1=1.22&r2=1.23) ---(end of

[COMMITTERS] pllolcode - pllolcode: Remove debug code

2007-10-13 Thread User Eggyknap
Log Message: --- Remove debug code Modified Files: -- pllolcode: gram.y (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/gram.y.diff?r1=1.13&r2=1.14) ---(end of broadcast)---