pgstatsinfo - pg_statsinfo: Tested on Windows and support localized

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgstatsinfo - pg_statsinfo: Tested on Windows and support localized
Date: 2010-03-11 10:11:28
Message-ID: 20100311101128.A0D5510715B2@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Tested on Windows and support localized messages.
- Support non-C lc_messages.
- Pattern matching functions now accepts formats for printf().
- Pass log_timezone from server because postgres uses own implementation.
- Don't access non-PGDLLEXPORT variables on Windows.
- Fix a bug that RELOAD_DELAY didn't work.
- Add parameter checks for log_min_messages and log_filename.

Modified Files:
--------------
pg_statsinfo:
common.h (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/common.h?r1=1.3&r2=1.4)
pg_statsinfo/bin:
autovacuum.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/autovacuum.c?r1=1.6&r2=1.7)
checkpoint.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/checkpoint.c?r1=1.6&r2=1.7)
collector.c (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/collector.c?r1=1.11&r2=1.12)
logger.c (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/logger.c?r1=1.13&r2=1.14)
logger_in.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/logger_in.c?r1=1.1&r2=1.2)
logger_out.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/logger_out.c?r1=1.4&r2=1.5)
pg_statsinfo.c (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/pg_statsinfo.c?r1=1.10&r2=1.11)
pg_statsinfo.h (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/pg_statsinfo.h?r1=1.10&r2=1.11)
pg_statsinfo/bin/pgut:
pgut.c (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/pgut/pgut.c?r1=1.8&r2=1.9)
pg_statsinfo/lib:
libstatsinfo.c (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/lib/libstatsinfo.c?r1=1.11&r2=1.12)
libstatsinfo.h (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/lib/libstatsinfo.h?r1=1.5&r2=1.6)
port.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/lib/port.c?r1=1.5&r2=1.6)
pg_statsinfo/msvc:
lib.vcproj (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/msvc/lib.vcproj?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-03-11 18:43:24 pgsql: Sync timezone code with tzcode 2010c from the Olson group.
Previous Message Heikki Linnakangas 2010-03-11 09:27:00 pgsql: Fix bug in KnownAssignedXidsMany().