[COMMITTERS] pgbulkload - pgbulkload: Add warning messages when some rows were not

2010-06-22 Thread User Itagaki
Log Message: --- Add warning messages when some rows were not loaded due to errors, and change the exit code to non-zero in the cases. Report and suggestions by thomas wiegers. Modified Files: -- pgbulkload/bin: pg_bulkload.c (r1.23 -> r1.24) (http://cvs.p

[COMMITTERS] pgsql: Updated expected-output file for hstore.

2010-06-22 Thread Robert Haas
Log Message: --- Updated expected-output file for hstore. This is an oversight in my previous patch to deprecate => as an operator name. Per buildfarm. Modified Files: -- pgsql/contrib/hstore/expected: hstore.out (r1.7 -> r1.8) (http://anoncvs.postgresql.

[COMMITTERS] pgsql: Deprecate the use of => as an operator name.

2010-06-22 Thread Robert Haas
Log Message: --- Deprecate the use of => as an operator name. In HEAD, emit a warning when an operator named => is defined. In both HEAD and the backbranches (except in 8.2, where contrib modules do not have documentation), document that hstore's text => text operator may be removed in a f

[COMMITTERS] pgsql: Deprecate the use of => as an operator name.

2010-06-22 Thread Robert Haas
Log Message: --- Deprecate the use of => as an operator name. In HEAD, emit a warning when an operator named => is defined. In both HEAD and the backbranches (except in 8.2, where contrib modules do not have documentation), document that hstore's text => text operator may be removed in a f

[COMMITTERS] pgsql: Deprecate the use of => as an operator name.

2010-06-22 Thread Robert Haas
Log Message: --- Deprecate the use of => as an operator name. In HEAD, emit a warning when an operator named => is defined. In both HEAD and the backbranches (except in 8.2, where contrib modules do not have documentation), document that hstore's text => text operator may be removed in a f

[COMMITTERS] pgsql: Deprecate the use of => as an operator name.

2010-06-22 Thread Robert Haas
Log Message: --- Deprecate the use of => as an operator name. In HEAD, emit a warning when an operator named => is defined. In both HEAD and the backbranches (except in 8.2, where contrib modules do not have documentation), document that hstore's text => text operator may be removed in a f

[COMMITTERS] pgsql: Update pg_ctl docs to explain server output behavior differences

2010-06-22 Thread Bruce Momjian
Log Message: --- Update pg_ctl docs to explain server output behavior differences on win32 and non-win32 platforms. Modified Files: -- pgsql/doc/src/sgml/ref: pg_ctl-ref.sgml (r1.50 -> r1.51) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/

[COMMITTERS] pgsql: Fix pg_upgrade's use of pg_ctl on Win32 to not send command and

2010-06-22 Thread Bruce Momjian
Log Message: --- Fix pg_upgrade's use of pg_ctl on Win32 to not send command and sever output to the same file, because it is impossible. Also set user name for pg_dumpall in pg_upgrade. Modified Files: -- pgsql/contrib/pg_upgrade: dump.c (r1.2 -> r1.3) (h

[COMMITTERS] pg-migrator - pg_migrator: Set pg_ctl on Win32 to only log server log,

2010-06-22 Thread User Bmomjian
Log Message: --- Set pg_ctl on Win32 to only log server log, not command output. Pass user name to pg_dumpall. Modified Files: -- pg_migrator/src: option.c (r1.35 -> r1.36) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/option.c?r