[COMMITTERS] pgsql: Disallow gssapi authentication on local connections, since it

2010-03-08 Thread Magnus Hagander
Log Message: --- Disallow gssapi authentication on local connections, since it requires a hostname to function. Noted by Zdenek Kotala Modified Files: -- pgsql/src/backend/libpq: hba.c (r1.201 -> r1.202) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/

[COMMITTERS] pgsql: Disallow gssapi authentication on local connections, since it

2010-03-08 Thread Magnus Hagander
Log Message: --- Disallow gssapi authentication on local connections, since it requires a hostname to function. Noted by Zdenek Kotala Tags: REL8_4_STABLE Modified Files: -- pgsql/src/backend/libpq: hba.c (r1.188.2.3 -> r1.188.2.4) (http://anoncvs.po

[COMMITTERS] pgsql: Require hostname to be set when using GSSAPI authentication.

2010-03-08 Thread Magnus Hagander
Log Message: --- Require hostname to be set when using GSSAPI authentication. Without it, the GSSAPI libraries crash. Noted by Zdenek Kotala Modified Files: -- pgsql/src/interfaces/libpq: fe-auth.c (r1.143 -> r1.144) (http://anoncvs.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Require hostname to be set when using GSSAPI authentication.

2010-03-08 Thread Magnus Hagander
Log Message: --- Require hostname to be set when using GSSAPI authentication. Without it, the GSSAPI libraries crash. Noted by Zdenek Kotala Tags: REL8_3_STABLE Modified Files: -- pgsql/src/interfaces/libpq: fe-auth.c (r1.137 -> r1.137.2.1) (http://a

[COMMITTERS] pgsql: Require hostname to be set when using GSSAPI authentication.

2010-03-08 Thread Magnus Hagander
Log Message: --- Require hostname to be set when using GSSAPI authentication. Without it, the GSSAPI libraries crash. Noted by Zdenek Kotala Tags: REL8_4_STABLE Modified Files: -- pgsql/src/interfaces/libpq: fe-auth.c (r1.142 -> r1.142.2.1) (http://a

[COMMITTERS] pgsql: Better test the content of the SQLSTATE string in ecpglib than

2010-03-08 Thread Michael Meskes
Log Message: --- Better test the content of the SQLSTATE string in ecpglib than the pointer. Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: error.c (r1.24 -> r1.25) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/error.c?r

[COMMITTERS] pgsql: Add missing space in example.

2010-03-08 Thread Magnus Hagander
Log Message: --- Add missing space in example. Tim Landscheidt Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.241 -> r1.242) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.241&r2=1.242) -- Sent via pgsql

[COMMITTERS] pgsql: Add missing space in example.

2010-03-08 Thread Magnus Hagander
Log Message: --- Add missing space in example. Tim Landscheidt Tags: REL7_4_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.99.2.1 -> r1.99.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.9

[COMMITTERS] pgsql: Add missing space in example.

2010-03-08 Thread Magnus Hagander
Log Message: --- Add missing space in example. Tim Landscheidt Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.130.4.5 -> r1.130.4.6) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1

[COMMITTERS] pgsql: Add missing space in example.

2010-03-08 Thread Magnus Hagander
Log Message: --- Add missing space in example. Tim Landscheidt Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.154.2.3 -> r1.154.2.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1

[COMMITTERS] pgsql: Add missing space in example.

2010-03-08 Thread Magnus Hagander
Log Message: --- Add missing space in example. Tim Landscheidt Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.198.2.2 -> r1.198.2.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1

[COMMITTERS] pgsql: Add missing space in example.

2010-03-08 Thread Magnus Hagander
Log Message: --- Add missing space in example. Tim Landscheidt Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.175.2.7 -> r1.175.2.8) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1

[COMMITTERS] pgsql: Add missing space in example.

2010-03-08 Thread Magnus Hagander
Log Message: --- Add missing space in example. Tim Landscheidt Tags: REL8_4_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.225.2.3 -> r1.225.2.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1

[COMMITTERS] pgsql: Backport fix from HEAD that makes ecpglib give the right SQLSTATE

2010-03-08 Thread Michael Meskes
Log Message: --- Backport fix from HEAD that makes ecpglib give the right SQLSTATE if the connection disappears. Tags: REL8_4_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: error.c (r1.23 -> r1.23.2.1) (http://anoncvs.postgresql.org/cvs

[COMMITTERS] pgsql: Backport fix from HEAD that makes ecpglib give the right SQLSTATE

2010-03-08 Thread Michael Meskes
Log Message: --- Backport fix from HEAD that makes ecpglib give the right SQLSTATE if the connection disappears. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: error.c (r1.19 -> r1.19.2.1) (http://anoncvs.postgresql.org/cvs

[COMMITTERS] pgsnap - pgsnap: Fix the "non idle queries" for really long queries, per

2010-03-08 Thread User Gleu
Log Message: --- Fix the "non idle queries" for really long queries, per a report and patch from Philippe Pellen. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.83 -> r1.84) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog?r1=1.

[COMMITTERS] pgsnap - pgsnap: Fix the "clustered tables" report as it didn't work on

2010-03-08 Thread User Gleu
Log Message: --- Fix the "clustered tables" report as it didn't work on 7.4 and 8.0, per a report and patch (modified by me) from Philippe Pellen. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.84 -> r1.85) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgs

[COMMITTERS] pgsql: Return proper exit code (3) from psql when ON_ERROR_STOP=on and

2010-03-08 Thread Bruce Momjian
Log Message: --- Return proper exit code (3) from psql when ON_ERROR_STOP=on and --single-transaction are both used and the failure happens in commit, e.g. failed deferred trigger. Also properly free BEGIN/COMMIT result structures from --single-transaction. Per report from Dominic Bevacqu

[COMMITTERS] pgsql: Return proper exit code (3) from psql when ON_ERROR_STOP=on and

2010-03-08 Thread Bruce Momjian
Log Message: --- Return proper exit code (3) from psql when ON_ERROR_STOP=on and --single-transaction are both used and the failure happens in commit, e.g. failed deferred trigger. Also properly free BEGIN/COMMIT result structures from --single-transaction. Per report from Dominic Bevacqu

[COMMITTERS] pgsql: Return proper exit code (3) from psql when ON_ERROR_STOP=on and

2010-03-08 Thread Bruce Momjian
Log Message: --- Return proper exit code (3) from psql when ON_ERROR_STOP=on and --single-transaction are both used and the failure happens in commit, e.g. failed deferred trigger. Also properly free BEGIN/COMMIT result structures from --single-transaction. Per report from Dominic Bevacqu

[COMMITTERS] pgsql: Return proper exit code (3) from psql when ON_ERROR_STOP=on and

2010-03-08 Thread Bruce Momjian
Log Message: --- Return proper exit code (3) from psql when ON_ERROR_STOP=on and --single-transaction are both used and the failure happens in commit, e.g. failed deferred trigger. Also properly free BEGIN/COMMIT result structures from --single-transaction. Per report from Dominic Bevacqu

[COMMITTERS] pgsql: Add checks for valid encoding of query strings passed to SPI by

2010-03-08 Thread Andrew Dunstan
Log Message: --- Add checks for valid encoding of query strings passed to SPI by plperl. Modified Files: -- pgsql/src/pl/plperl: plperl.c (r1.169 -> r1.170) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.169&r2=1.170) -- Sent

[COMMITTERS] pgstatsinfo - pg_statsinfo: various fixes.

2010-03-08 Thread User Itagaki
Log Message: --- various fixes. - Adjust parameter if pg_statsinfo.textlog_filename is empty. - Fix usage of pg_statsinfo.textlog_permission. - Avoid postmaster's crash even if statsinfo crashes. Modified Files: -- pg_statsinfo/bin: collector.c (r1.9 -> r1.10)

[COMMITTERS] pgstatsinfo - pg_reporter: support snapshot navigation with web-based

2010-03-08 Thread User Itagaki
Log Message: --- support snapshot navigation with web-based interface. add functions and statements view for detail report. Modified Files: -- pg_reporter: httpd.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_reporter/httpd.c?r

[COMMITTERS] pgstatsinfo - pg_statsinfo: remove unused file.

2010-03-08 Thread User Itagaki
Log Message: --- remove unused file. Removed Files: - pg_statsinfo/lib/pgut: pgut-port.h (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/lib/pgut/pgut-port.h) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org