[COMMITTERS] pgbulkload - pgbulkload: Add parallel loader for pg_bulkload 3.0.

2009-06-03 Thread User Itagaki
Log Message: --- Add parallel loader for pg_bulkload 3.0. If LOADER=PARALLEL is specified, input file parse and data load are executed in different backends. Parsed tuples are passed through a shared memory queue. Loading would be improved at best twice as faster as loading with single pro

[COMMITTERS] pgsql: Wording improvement for recent sesssion identifier SQL query.

2009-06-03 Thread Bruce Momjian
Log Message: --- Wording improvement for recent sesssion identifier SQL query. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.218 -> r1.219) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.218&r2=1.219) -- Sent via pg

[COMMITTERS] pgsql: Clean up ecpg's use of mmerror(): const-ify the format argument,

2009-06-03 Thread Tom Lane
Log Message: --- Clean up ecpg's use of mmerror(): const-ify the format argument, add an __attribute__() marker so that gcc can validate the format string against the actual arguments, get rid of overcomplicated and unsafe usage in base_yyerror(). Modified Files: -- pgsql/s

[COMMITTERS] pgsql: Fix tsquerysel() to not fail on an empty TSQuery.

2009-06-03 Thread Tom Lane
Log Message: --- Fix tsquerysel() to not fail on an empty TSQuery. Per report from Tatsuo Ishii. Modified Files: -- pgsql/src/backend/tsearch: ts_selfuncs.c (r1.2 -> r1.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ts_selfuncs.c?r1

[COMMITTERS] pgsql: Change rather bizarre code ordering in get_id().

2009-06-03 Thread Tom Lane
Log Message: --- Change rather bizarre code ordering in get_id(). This isn't strictly cosmetic --- I'm wondering if geteuid could have side effects on errno, thus possibly resulting in a misleading error message after failure of getpwuid. Modified Files: -- pgsql/src/bin/i

[COMMITTERS] pg-migrator - pg_migrator: Stamp alpha 17.

2009-06-03 Thread User Bmomjian
Log Message: --- Stamp alpha 17. Modified Files: -- pg_migrator: README (r1.27 -> r1.28) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/README?r1=1.27&r2=1.28) -- Sent via pgsql-committers mailing list ([email protected]

[COMMITTERS] pg-migrator - pg_migrator: Stamp alpha 17.

2009-06-03 Thread User Bmomjian
Log Message: --- Stamp alpha 17. Modified Files: -- pg_migrator/src: pg_migrator.h (r1.44 -> r1.45) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.h?r1=1.44&r2=1.45) -- Sent via pgsql-committers mailing list (pgsql-co

Re: [COMMITTERS] pg-migrator - pg_migrator: Improve tsvector conversion script.

2009-06-03 Thread Bruce Momjian
bruce wrote: > Michael Glaesemann wrote: > > At one time I believe pgfoundry project commit emails included an X- > > PgFoundry flag. This was helpful for filtering. I notice that this > > email does not have one. Has something changed wrt the commit emails? > > I think you are correct; someth

[COMMITTERS] pgsql: Improve comment about 'if (1)' hack in copy.c macros.

2009-06-03 Thread Tom Lane
Log Message: --- Improve comment about 'if (1)' hack in copy.c macros. Modified Files: -- pgsql/src/backend/commands: copy.c (r1.310 -> r1.311) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/copy.c?r1=1.310&r2=1.311) -- Sent via pgsq

[COMMITTERS] pgsql: Add comment about why "((void) 0)" is used in copy macros.

2009-06-03 Thread Bruce Momjian
Log Message: --- Add comment about why "((void) 0)" is used in copy macros. Modified Files: -- pgsql/src/backend/commands: copy.c (r1.309 -> r1.310) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/copy.c?r1=1.309&r2=1.310) -- Sent via

[COMMITTERS] pg-migrator - pg_migrator: Update README wording.

2009-06-03 Thread User Bmomjian
Log Message: --- Update README wording. Modified Files: -- pg_migrator: README (r1.26 -> r1.27) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/README?r1=1.26&r2=1.27) -- Sent via pgsql-committers mailing list (pgsql-committers@postgr