[COMMITTERS] pginstaller - pginst: Fixed the japanese problem(W2K).

2007-08-28 Thread User H-saito
Log Message: --- Fixed the japanese problem(W2K). W2K require the service pack 4. Modified Files: -- pginst/lang: ja.xml (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ja.xml.diff?r1=1.1&r2=1.2) languages.projinc

[COMMITTERS] pgbouncer - pgbouncer: doc update

2007-08-28 Thread User Mkz
Log Message: --- doc update Modified Files: -- pgbouncer: Makefile (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/Makefile.diff?r1=1.8&r2=1.9) AUTHORS (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvs

[COMMITTERS] pgbouncer - pgbouncer: more doc updates

2007-08-28 Thread User Mkz
Log Message: --- more doc updates Modified Files: -- pgbouncer: config.mak.in (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/config.mak.in.diff?r1=1.2&r2=1.3) pgbouncer/doc: Makefile (r1.3 -> r1.4) (http

[COMMITTERS] pgbouncer - pgbouncer: Change some defaults: max_client_conn = 100

2007-08-28 Thread User Mkz
Log Message: --- Change some defaults: max_client_conn = 100 default_pool_size = 20 client_login_timeout = 60 Modified Files: -- pgbouncer/src: main.c (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/main.c.diff?r1=1.11

[COMMITTERS] pgsql: Reduce the permissions check needed to use pgrowlocks() to having

2007-08-28 Thread Tom Lane
Log Message: --- Reduce the permissions check needed to use pgrowlocks() to having SELECT on the target table. Per discussion. Modified Files: -- pgsql/contrib/pgrowlocks: pgrowlocks.c (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contri

[COMMITTERS] pgsql: Restrict pgstattuple functions to superusers.

2007-08-28 Thread Tom Lane
Log Message: --- Restrict pgstattuple functions to superusers. While the only one that's really a glaring security hole is bt_page_items, there's not a very good use-case for letting ordinary users use 'em, either. Tags: REL8_2_STABLE Modified Files: -- pgsql/contrib

[COMMITTERS] pgsql: Add a debug logging message when a resource manager rejects an

2007-08-28 Thread Tom Lane
Log Message: --- Add a debug logging message when a resource manager rejects an attempted restart point. Per suggestion from Simon Riggs. Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.278 -> r1.279) (http://developer.postgresql.org/cvsweb

[COMMITTERS] pgsql: Properly indent SGML in textsearch.sgml.

2007-08-28 Thread Bruce Momjian
Log Message: --- Properly indent SGML in textsearch.sgml. Modified Files: -- pgsql/doc/src/sgml: textsearch.sgml (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/textsearch.sgml?r1=1.4&r2=1.5) ---(end of