Log Message:
---
Fix some comments typo and Add some comments.
Modified Files:
--
pg_statsinfo:
COPYRIGHT (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/COPYRIGHT?r1=1.1&r2=1.2)
pg_statsinfo/bin:
collector.c
Log Message:
---
* Ooops, a typo was remained...
Modified Files:
--
pg_statsinfo/bin:
logger.c (r1.25 -> r1.26)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/logger.c?r1=1.25&r2=1.26)
--
Sent via pgsql-committers mailing list (
Log Message:
---
* Fix some problems for pg_statsinfo on the standby server.
- PostgreSQL sometimes output stderr messages to *.log through system(),
so in a few cases, pg_statsinfo's logger will go into infinit-loop for
these unexpected messages...
- On standby server, pg_stats
Log Message:
---
Allow to set correct client encoding to libpq params.
Previously, pg_statsinfo always used SQL_ASCII encoding for libpq.
Therefore, encoding-errors were occurred if monitoring db and the
repository db are different encoding.
Modified Files:
--
pg_sta
Log Message:
---
Fixed problem with interactive authentication handling.
Previous pgut.c didn't handle any user-input during interactive authentication.
This fix contains Itagaki's refix.
Modified Files:
--
pg_reporter/pgut:
pgut.c (r1.8 -> r1.9)
(http://c
Log Message:
---
Fixed problem with interactive authentication handling.
Previous pgut.c didn't handle any user-input during interactive authentication.
This fix contains Itagaki's refix.
Modified Files:
--
pg_statsinfo/bin:
logger.c (r1.22 -> r1.23)
(http
Log Message:
---
* Fix retrieving PostgreSQL version info from monitored DBs.
- Previously, pg_statsinfo stored the "built enviroment PostgreSQL vresion".
Therefore, a wrong version info stored in the repository DB if pg_statsinfo
was installed by rpm files.
* Fix some small comme
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
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
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)
-
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
Log Message:
---
Fix small typo in collector_sql.h
Modified Files:
--
pg_statsinfo/bin:
collector_sql.h (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/collector_sql.h?r1=1.8&r2=1.9)
--
Sent via pgsql-committers ma
Log Message:
---
- Separate reporter source code into 8.3 and 8.4.
Added Files:
---
pg_statsinfo/pg_statsinfo/reporter_83:
pg_make_report.pl (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/reporter_83/pg_make_report.pl?
Update of /cvsroot/pgstatsinfo/pg_statsinfo/pg_statsinfo/reporter_83
In directory pgfoundry.org:/tmp/cvs-serv43103/reporter_83
Log Message:
Directory /cvsroot/pgstatsinfo/pg_statsinfo/pg_statsinfo/reporter_83 added to
the repository
--
Sent via pgsql-committers mailing list (pgsql-committers@p
Update of /cvsroot/pgstatsinfo/pg_statsinfo/pg_statsinfo/reporter_84
In directory pgfoundry.org:/tmp/cvs-serv43103/reporter_84
Log Message:
Directory /cvsroot/pgstatsinfo/pg_statsinfo/pg_statsinfo/reporter_84 added to
the repository
--
Sent via pgsql-committers mailing list (pgsql-committers@p
Log Message:
---
- Oops, I forgot to add/remove some files on previous commit...
Added Files:
---
pg_statsinfo/pg_statsinfo/stats_info:
stats_info.83_sql.in (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/sta
Update of /cvsroot/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/expected
In directory pgfoundry.org:/tmp/cvs-serv60704/expected
Log Message:
Directory /cvsroot/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/expected
added to the repository
--
Sent via pgsql-committers mailing list (pgsql
Update of /cvsroot/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/sql
In directory pgfoundry.org:/tmp/cvs-serv60704/sql
Log Message:
Directory /cvsroot/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/sql added
to the repository
--
Sent via pgsql-committers mailing list (pgsql-committers@pos
Log Message:
---
- Add regression test.
- Change the schema name of target database into "targetdb" from "statsinfo".
- Add foreign keys to each tables.
- Make autovacuum-log.done and checkpoint-log.done removing transactional.
Modified Files:
--
pg_statsinfo/pg_statsinfo
Log Message:
---
- Merge sources of stats_info of 8.3 and 8.4, and doen a few code cleanup.
Modified Files:
--
pg_statsinfo/pg_statsinfo/stats_info:
Makefile (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsin
Log Message:
---
* Fix unlink_unwanted_autovacuum_logfile().
- Previously, we failed on get_stats() when multi DB were monitored.
Modified Files:
--
pg_statsinfo/pg_statsinfo/stats_info:
stats_info.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb
Log Message:
---
* If hostname includes '/', reporter replaces it by 'localhost'.
- Previously, we faild on generating report with --output-prefix when
we set directory-name to hostname on t_dbconn.
Modified Files:
--
pg_statsinfo/pg_statsinfo/reporter:
pg_mak
Log Message:
---
- Add dblink_disconnect() to log cleanup function.
Modified Files:
--
pg_statsinfo/pg_statsinfo/stats_info:
stats_info.sql.in (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/stats
Log Message:
---
- Collect information of pg_stat_statements and pg_stat_user_functions.
- Now reporter can show the SQL Ordered and the Function Orderd information.
Modified Files:
--
pg_statsinfo/pg_statsinfo/reporter:
pg_report_config.pm (r1.2 -> r1.3)
Log Message:
---
- Make pg_make_report.pl to timeout in prompt password.
- Previously pg_make_report waited until password was input to connect
DB. Now pg_make_report.pl time-outs in 10 seconds.
Modified Files:
--
pg_statsinfo/pg_statsinfo/reporter:
pg_make_re
Log Message:
---
- Fix compile warning for MemSet in stats_info.c
Modified Files:
--
pg_statsinfo/pg_statsinfo/stats_info:
stats_info.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/stats_info.c
Log Message:
---
- Previously, pg_statsinfo did not delete autovacuum log files that store
information about DBs that not monitoring target. So, these files were
left derelict. Now pg_statsinfo deletes these files on getting snapshot.
Modified Files:
--
pg_statsinfo/pg
Log Message:
---
- Move all tables/views/functions on "statsinfo" schema.
- Do not get information from "pg_catalog" and "information_schema" anymore.
- Allow reporter to output autovacuum start time.
- Fix some small typo.
Modified Files:
--
pg_statsinfo/pg_statsinfo/
Update of /cvsroot/pgstatsinfo/pg_statsinfo
In directory pgfoundry.org:/tmp/cvs-serv65104
Log Message:
pg_statsinfo
Status:
Vendor Tag: ntt_ossc
Release Tags: VERSION_1_0_2
N pg_statsinfo/pg_statsinfo/Makefile
N pg_statsinfo/pg_statsinfo/stats_info/Makefile
N pg_statsinfo/
29 matches
Mail list logo