[COMMITTERS] pgstatsinfo - pg_statsinfo: Add the spec file for pg_statsinfo(v2).

2010-03-29 Thread User Kasahara
Log Message: --- Add the spec file for pg_statsinfo(v2). Added Files: --- pg_statsinfo/SPECS: pg_statsinfo-2.0.0.spec (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/SPECS/pg_statsinfo-2.0.0.spec?rev=1.1&content-type=text/x-cvsweb-m

[COMMITTERS] pgstatsinfo - pg_statsinfo: New Directory

2010-03-29 Thread User Kasahara
Update of /cvsroot/pgstatsinfo/pg_statsinfo/SPECS In directory pgfoundry.org:/tmp/cvs-serv48174/SPECS Log Message: Directory /cvsroot/pgstatsinfo/pg_statsinfo/SPECS added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscr

[COMMITTERS] pgstatsinfo - pg_reporter: Add the spec file for pg_reporter.

2010-03-29 Thread User Kasahara
Log Message: --- Add the spec file for pg_reporter. Added Files: --- pg_reporter/SPECS: pg_reporter-1.0.0.spec (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_reporter/SPECS/pg_reporter-1.0.0.spec?rev=1.1&content-type=text/x-cvsweb-markup) -

[COMMITTERS] pgstatsinfo - pg_reporter: New Directory

2010-03-29 Thread User Kasahara
Update of /cvsroot/pgstatsinfo/pg_reporter/SPECS In directory pgfoundry.org:/tmp/cvs-serv47536/SPECS Log Message: Directory /cvsroot/pgstatsinfo/pg_reporter/SPECS added to the repository -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscrip

[COMMITTERS] pgstatsinfo - pg_statsinfo: Simplify SQLs that joined pg_stat_xxx and

2010-03-29 Thread User Itagaki
Log Message: --- Simplify SQLs that joined pg_stat_xxx and pg_statio_xxx. Add English documentation for warm-standby configuration. Parse to the end of current log even if shutdown message is found. Modified Files: -- pg_statsinfo/bin: collector_sql.h (r1.10 -> r1.1

[COMMITTERS] pgsql: Add comma missing from postgresql.conf comment.

2010-03-29 Thread Bruce Momjian
Log Message: --- Add comma missing from postgresql.conf comment. Modified Files: -- pgsql/src/backend/utils/misc: postgresql.conf.sample (r1.280 -> r1.281) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample?r1=1.28

[COMMITTERS] pgsql: Separate targets "make docs" and "make install-docs" for the

2010-03-29 Thread Peter Eisentraut
Log Message: --- Separate targets "make docs" and "make install-docs" for the documentation It is no longer installed by default, but included in "make world"/"make install-world". Documentation updated accordingly. Also, fix vpathsearch function to work when calling make install-docs wi

[COMMITTERS] pgsql: Add note that XML Schema validation is not supported requested

2010-03-29 Thread Peter Eisentraut
Log Message: --- Add note that XML Schema validation is not supported requested by Andrew Lardinois Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.246 -> r1.247) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml?r1=1.246&

[COMMITTERS] pgsql: Add some information about what it means for PL/Python to be

2010-03-29 Thread Peter Eisentraut
Log Message: --- Add some information about what it means for PL/Python to be untrusted. Similar information already appears in the PL/Perl and PL/Tcl chapters. Modified Files: -- pgsql/doc/src/sgml: plpython.sgml (r1.48 -> r1.49) (http://anoncvs.postgresql

[COMMITTERS] pgsql: Add some documentation about PL/Python limitations suggested by

2010-03-29 Thread Peter Eisentraut
Log Message: --- Add some documentation about PL/Python limitations suggested by Steve White (bug #5272) Modified Files: -- pgsql/doc/src/sgml: plpython.sgml (r1.47 -> r1.48) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpython.sgml?r1=1.4

[COMMITTERS] pgsql: Edit recovery.conf.sample so it matches docs.

2010-03-29 Thread Simon Riggs
Log Message: --- Edit recovery.conf.sample so it matches docs. Change standby_mode example to 'on or 'off' rather than 'true' or 'false', as shown in docs. Add restartpoint_command. Add section header for recovery target parameters, matching docs. Modified Files: -- pgsql/s

[COMMITTERS] npgsql - Npgsql2: Try to set SSL negotiation to 0.

2010-03-29 Thread User Fxjr
Log Message: --- Try to set SSL negotiation to 0. As of 2010-03-29, recent problems in SSL library implementations made postgresql to add a parameter to set a value when to do this renegotiation or 0 to disable it. Currently, Npgsql has a problem with renegotiation so, we are t

[COMMITTERS] npgsql - Npgsql2: Fixed line endings to CRLF.

2010-03-29 Thread User Fxjr
Log Message: --- Fixed line endings to CRLF. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlCommand.cs (r1.51 -> r1.52) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommand.cs?r1=1.51&r2=1.52) -- Sent via pgsql-committers ma

[COMMITTERS] pgstatsinfo - pg_statsinfo: Add English internal documentation.

2010-03-29 Thread User Itagaki
Log Message: --- Add English internal documentation. Recomment "ident" authentification in the doc. Use GUC_complaint_elevel(source) instead of FATAL. Fix an out-of-sync-log bug after restart(). Modified Files: -- pg_statsinfo/bin: logger.c (r1.18 -> r1.19)