[COMMITTERS] pgsql: Feature list update

2008-10-27 Thread Peter Eisentraut
Log Message: --- Feature list update Modified Files: -- pgsql/src/backend/catalog: sql_features.txt (r1.26 -> r1.27) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/sql_features.txt?r1=1.26&r2=1.27) -- Sent via pgsql-committers mailing

[COMMITTERS] pgsql: Allow EXPLAIN on CREATE TABLE AS.

2008-10-27 Thread Peter Eisentraut
Log Message: --- Allow EXPLAIN on CREATE TABLE AS. Modified Files: -- pgsql/doc/src/sgml/ref: explain.sgml (r1.42 -> r1.43) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/explain.sgml?r1=1.42&r2=1.43) pgsql/src/backend/parser:

[COMMITTERS] pgsql: Update standalong libpq makefiles for msvc and bcc to work with

2008-10-27 Thread Magnus Hagander
Log Message: --- Update standalong libpq makefiles for msvc and bcc to work with the new libpq events code. Hiroshi Saito Modified Files: -- pgsql/src/interfaces/libpq: bcc32.mak (r1.30 -> r1.31) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfac

[COMMITTERS] pgsql: SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET

2008-10-27 Thread Peter Eisentraut
Log Message: --- SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.450 -> r1.451) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.450&r2=1.451) pgsq

[COMMITTERS] pgsql: Add support for multiple error messages from libpq, by simply

2008-10-27 Thread Magnus Hagander
Log Message: --- Add support for multiple error messages from libpq, by simply appending them after each other (since we already add a newline on each, this makes them multiline). Previously a new error would just overwrite the old one, so for example any error caused when trying to connec

[COMMITTERS] npgsql - Npgsql2: Changed tabs to spaces 4

2008-10-27 Thread User Fxjr
Log Message: --- Changed tabs to spaces 4 Modified Files: -- Npgsql2/src/NpgsqlTypes: NpgsqlTypes.cs (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypes.cs.diff?r1=1.7&r2=1.8) -- Sent via pgsql-committer

[COMMITTERS] npgsql - Npgsql2: Changed public fields into properties.

2008-10-27 Thread User Fxjr
Log Message: --- Changed public fields into properties. Miguel de Icaza from Mono project asked for this change because previous versions of Npgsql used to have properties and this change could break existing clients. Modified Files: -- Npgsql2/src/NpgsqlTypes: N

[COMMITTERS] pgbouncer - pgbouncer: asynctest: compat for CASSERT builds

2008-10-27 Thread User Mkz
Log Message: --- asynctest: compat for CASSERT builds Tags: pgbouncer_1_2_stable Modified Files: -- pgbouncer/test: asynctest.c (r1.13 -> r1.13.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/asynctest.c.diff?r1=1.13&r2=1.13

[COMMITTERS] pgbouncer - pgbouncer: log warning if timer problem

2008-10-27 Thread User Mkz
Log Message: --- log warning if timer problem Tags: pgbouncer_1_2_stable Modified Files: -- pgbouncer/src: util.c (r1.24 -> r1.24.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/util.c.diff?r1=1.24&r2=1.24.2.1) -- Sent via

[COMMITTERS] npgsql - Npgsql2: Changed at Miguel's request to provide same

2008-10-27 Thread User Fxjr
Log Message: --- Changed at Miguel's request to provide same constructors and properties as previous version of Npgsql in order to not break existing code. Modified Files: -- Npgsql2/src/NpgsqlTypes: NpgsqlTypes.cs (r1.9 -> r1.10) (http://cvs.pgfoundry.or

[COMMITTERS] pgsql: Install a more robust solution for the problem of infinite

2008-10-27 Thread Tom Lane
Log Message: --- Install a more robust solution for the problem of infinite error-processing recursion when we are unable to convert a localized error message to the client's encoding. We've been over this ground before, but as reported by Ibrar Ahmed, it still didn't work in the case of c

[COMMITTERS] pgsql: Install a more robust solution for the problem of infinite

2008-10-27 Thread Tom Lane
Log Message: --- Install a more robust solution for the problem of infinite error-processing recursion when we are unable to convert a localized error message to the client's encoding. We've been over this ground before, but as reported by Ibrar Ahmed, it still didn't work in the case of c

[COMMITTERS] pgsql: Install a more robust solution for the problem of infinite

2008-10-27 Thread Tom Lane
Log Message: --- Install a more robust solution for the problem of infinite error-processing recursion when we are unable to convert a localized error message to the client's encoding. We've been over this ground before, but as reported by Ibrar Ahmed, it still didn't work in the case of c

[COMMITTERS] pgsql: Install a more robust solution for the problem of infinite

2008-10-27 Thread Tom Lane
Log Message: --- Install a more robust solution for the problem of infinite error-processing recursion when we are unable to convert a localized error message to the client's encoding. We've been over this ground before, but as reported by Ibrar Ahmed, it still didn't work in the case of c

[COMMITTERS] pgsql: Install a more robust solution for the problem of infinite

2008-10-27 Thread Tom Lane
Log Message: --- Install a more robust solution for the problem of infinite error-processing recursion when we are unable to convert a localized error message to the client's encoding. We've been over this ground before, but as reported by Ibrar Ahmed, it still didn't work in the case of c

[COMMITTERS] pgsql: Install a more robust solution for the problem of infinite

2008-10-27 Thread Tom Lane
Log Message: --- Install a more robust solution for the problem of infinite error-processing recursion when we are unable to convert a localized error message to the client's encoding. We've been over this ground before, but as reported by Ibrar Ahmed, it still didn't work in the case of c

[COMMITTERS] pgsql: Make hba parsing error messages more specific.

2008-10-27 Thread Magnus Hagander
Log Message: --- Make hba parsing error messages more specific. Modified Files: -- pgsql/src/backend/libpq: hba.c (r1.170 -> r1.171) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.170&r2=1.171) -- Sent via pgsql-committers ma

[COMMITTERS] pgsql: No need for extra code to log freezing zero tuples.

2008-10-27 Thread Alvaro Herrera
Log Message: --- No need for extra code to log freezing zero tuples. Callers already check that they are freezing a nonzero amount anyway. Modified Files: -- pgsql/src/backend/access/heap: heapam.c (r1.265 -> r1.266) (http://anoncvs.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Downgrade can't-happen error reports to elog().

2008-10-27 Thread Alvaro Herrera
Log Message: --- Downgrade can't-happen error reports to elog(). Modified Files: -- pgsql/src/backend/utils/time: snapmgr.c (r1.5 -> r1.6) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/time/snapmgr.c?r1=1.5&r2=1.6) -- Sent via pgsql-co

[COMMITTERS] orafce - orafce: Now works on 8.2; remove concat() overloads on 8.2.

2008-10-27 Thread User Itagaki
Log Message: --- Now works on 8.2; remove concat() overloads on 8.2. Modified Files: -- orafce: INSTALL.orafunc (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/INSTALL.orafunc.diff?r1=1.3&r2=1.4) orafunc.sql.in (r1.45 -> r1