[COMMITTERS] psqlodbc - psqlodbc: Fix a bug about test button operation.

2006-12-08 Thread User Hinoue
Log Message: --- Fix a bug about test button operation. Modified Files: -- psqlodbc: execute.c (r1.85 -> r1.86) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/execute.c.diff?r1=1.85&r2=1.86) setup.c (r1.41 -> r1.42) (http://

[COMMITTERS] pgfouine - pgfouine: New Directory

2006-12-08 Thread User Gsmet
Update of /cvsroot/pgfouine/pgfouine/rpm-specific/sources In directory pgfoundry.org:/tmp/cvs-serv21470/rpm-specific/sources Log Message: Directory /cvsroot/pgfouine/pgfouine/rpm-specific/sources added to the repository --> Using per-directory sticky tag `BRANCH_0_7' ---

[COMMITTERS] pgfouine - pgfouine: * [0.7] fixed hourly stats when there are hours

2006-12-08 Thread User Gsmet
Log Message: --- * [0.7] fixed hourly stats when there are hours with no query at all * [0.7] commited a tutorial for RPM packaging per Devrim Gunduz Tags: BRANCH_0_7 Modified Files: -- pgfouine/include/reporting/reports: HourlyStatsReport.class.php (r1.12.4.1

[COMMITTERS] pgsql: Fix broken markup.

2006-12-08 Thread Tom Lane
Log Message: --- Fix broken markup. Modified Files: -- pgsql/doc/src/sgml: monitoring.sgml (r1.42 -> r1.43) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/monitoring.sgml.diff?r1=1.42&r2=1.43) ---(end of broadcast)--

[COMMITTERS] pgsql: Remove the logId/logSeg fields from pg_control, because they are

2006-12-08 Thread Tom Lane
Log Message: --- Remove the logId/logSeg fields from pg_control, because they are not needed in normal operation, and we can avoid rewriting pg_control at every log segment switch if we don't insist that these values be valid. Reducing the number of pg_control updates is a good idea for bo