[COMMITTERS] pgsql: Allow plpgsql IN parameters to be assigned to.

2009-09-19 Thread Tom Lane
Log Message: --- Allow plpgsql IN parameters to be assigned to. Since the parameters are just preinitialized local variables, this does not affect the function's semantics as seen by callers; allowing assignment simply avoids the need to create more local variables in some cases. In any c

[COMMITTERS] pgsql: Remove a couple hundred lines of ugly and tedious-to-maintain

2009-09-19 Thread Tom Lane
Log Message: --- Remove a couple hundred lines of ugly and tedious-to-maintain code by not trying to parse COPY options exactly in psql's \copy support. Instead, just send the options as-is and let the backend sort it out. Emmanuel Cecchet Modified Files: -- pgsql/src/bin

[COMMITTERS] pgsql: sql_help.c needs to be cvsignore'd.

2009-09-19 Thread Tom Lane
Log Message: --- sql_help.c needs to be cvsignore'd. Modified Files: -- pgsql/src/bin/psql: .cvsignore (r1.2 -> r1.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/.cvsignore?r1=1.2&r2=1.3) -- Sent via pgsql-committers mailing list (pgsql-c

[COMMITTERS] pgsql: Rename new subroutine, per discussion with Robert Haas.

2009-09-19 Thread Tom Lane
Log Message: --- Rename new subroutine, per discussion with Robert Haas. Modified Files: -- pgsql/src/backend/optimizer/path: joinpath.c (r1.125 -> r1.126) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/joinpath.c?r1=1.125&r2=1.1

[COMMITTERS] pllua - pllua: Last minute bug fix.

2009-09-19 Thread User Carvalho
Log Message: --- Last minute bug fix. Modified Files: -- pllua: plluaapi.c (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/plluaapi.c?r1=1.19&r2=1.20) -- Sent via pgsql-committers mailing list ([email protected]) To

[COMMITTERS] postbio - postbio: Changes: - Modified function and index names for

2009-09-19 Thread User Carvalho
Log Message: --- Changes: - Modified function and index names for int_interval to avoid conflict with other packages; - Added receive and send methods for int_interval type; - stree type is now a "regular" varlena type; - Added receive and send methods for stree type. Modified Files:

[COMMITTERS] pllua - pllua: Small changes for compatibility with PostgreSQL 8.4.

2009-09-19 Thread User Carvalho
Log Message: --- Small changes for compatibility with PostgreSQL 8.4. Modified Files: -- pllua: Makefile (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/Makefile?r1=1.10&r2=1.11) pllua.h (r1.16 -> r1.17) (http://cv

[COMMITTERS] pgsql: Make the placeholder naming in the synopses of the SQL help more

2009-09-19 Thread Peter Eisentraut
Log Message: --- Make the placeholder naming in the synopses of the SQL help more consistent Modified Files: -- pgsql/doc/src/sgml/ref: alter_conversion.sgml (r1.9 -> r1.10) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_conversion.s