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
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/
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
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
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
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