[COMMITTERS] pgsql: When we're restricting who can connect, don't allow new

2010-04-26 Thread Robert Haas
Log Message: --- When we're restricting who can connect, don't allow new walsenders. Normal superuser processes are allowed to connect even when the database system is shutting down, or when fewer than superuser_reserved_connection slots remain. This is intended to make sure an administra

[COMMITTERS] pgsql: Add comments about why we set LC_CTYPE in WIN32 for time when we

2010-04-26 Thread Bruce Momjian
Log Message: --- Add comments about why we set LC_CTYPE in WIN32 for time when we don't actually access it, per information from Hiroshi. Modified Files: -- pgsql/src/backend/utils/adt: pg_locale.c (r1.55 -> r1.56) (http://anoncvs.postgresql.org/cvsweb.cgi/

[COMMITTERS] pgsql: Reorder pg_stat_activity columns to be more consistent, using

2010-04-26 Thread Bruce Momjian
Log Message: --- Reorder pg_stat_activity columns to be more consistent, using layout suggested by Tom Lane. Catalog version bumped due to system view change. Modified Files: -- pgsql/src/backend/catalog: system_views.sql (r1.65 -> r1.66) (http://anoncvs.p

[COMMITTERS] pgsql: Add missing newlines in WPARSER_TRACE output.

2010-04-26 Thread Tom Lane
Log Message: --- Add missing newlines in WPARSER_TRACE output. Modified Files: -- pgsql/src/backend/tsearch: wparser_def.c (r1.28 -> r1.29) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/wparser_def.c?r1=1.28&r2=1.29) -- Sent via pgsq

[COMMITTERS] pgsql: Document that pgpool can be used with master/slave servers to

2010-04-26 Thread Bruce Momjian
Log Message: --- Document that pgpool can be used with master/slave servers to avoid problems with non-deterministic functions. Modified Files: -- pgsql/doc/src/sgml: high-availability.sgml (r1.62 -> r1.63) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/do

[COMMITTERS] pgsql: Update documentation to match pg_stat_activity changes.

2010-04-26 Thread Tom Lane
Log Message: --- Update documentation to match pg_stat_activity changes. Modified Files: -- pgsql/doc/src/sgml: monitoring.sgml (r1.79 -> r1.80) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/monitoring.sgml?r1=1.79&r2=1.80) -- Sent via pgsq