[COMMITTERS] pgsnap - pgsnap: Display databases' name in red if blks_read>=blks_hit.

2008-06-08 Thread User Gleu
Log Message: --- Display databases' name in red if blks_read>=blks_hit. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.48 -> r1.49) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.48&r2=1.49) TODO (r1.19 -> r1.

[COMMITTERS] pgsnap - pgsnap: * Display database size with a graph.

2008-06-08 Thread User Gleu
Log Message: --- * Display database size with a graph. * Display tablespace size with a graph. * Display table size with a graph. It relies on Open Flash Chart PHP library. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.49 -> r1.50) (http://cvs.pgfoundry.o

[COMMITTERS] pgsnap - pgsnap: Add "Non Idle Processes" Report.

2008-06-08 Thread User Gleu
Log Message: --- Add "Non Idle Processes" Report. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.50 -> r1.51) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.50&r2=1.51) pgsnap.php (r1.24 -> r1.25) (ht

[COMMITTERS] pgsnap - pgsnap: Add "Relations Bloat" Report.

2008-06-08 Thread User Gleu
Log Message: --- Add "Relations Bloat" Report. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.51 -> r1.52) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.51&r2=1.52) pgsnap.php (r1.25 -> r1.26) (http:

[COMMITTERS] pgsnap - pgsnap: Add Stat IO reports.

2008-06-08 Thread User Gleu
Log Message: --- Add Stat IO reports. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.52 -> r1.53) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.52&r2=1.53) TODO (r1.21 -> r1.22) (http://cvs.pgfoundry

[COMMITTERS] pgsnap - pgsnap: "Cache hit ratio" report is not interesting if

2008-06-08 Thread User Gleu
Log Message: --- "Cache hit ratio" report is not interesting if stats_block_level (or track_counts in 8.3) is disabled. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.53 -> r1.54) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog

[COMMITTERS] pgsnap - pgsnap: Add a --all option to get a report for each database

2008-06-08 Thread User Gleu
Log Message: --- Add a --all option to get a report for each database available on the selected PostgreSQL server. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.54 -> r1.55) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff

[COMMITTERS] pgsnap - pgsnap: Bugfix: typo in a variable name.

2008-06-08 Thread User Gleu
Log Message: --- Bugfix: typo in a variable name. Modified Files: -- pgsnap/pgsnap/lib: activities.php (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/activities.php.diff?r1=1.7&r2=1.8) -- Sent via pgsql-committers mai

[COMMITTERS] pgsnap - pgsnap: Add a report to get index whose size is greater than

2008-06-08 Thread User Gleu
Log Message: --- Add a report to get index whose size is greater than the associated table. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.55 -> r1.56) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.55&r2=1.56)

[COMMITTERS] pgsql: ALTER AGGREGATE OWNER seems to have been missed by the last

2008-06-08 Thread Tom Lane
Log Message: --- ALTER AGGREGATE OWNER seems to have been missed by the last couple of patches that dealt with object ownership. It wasn't updating pg_shdepend nor adjusting the aggregate's ACL. In 8.2 and up, fix this permanently by making it use AlterFunctionOwner_oid. In 8.1, the func

[COMMITTERS] pgsql: ALTER AGGREGATE OWNER seems to have been missed by the last

2008-06-08 Thread Tom Lane
Log Message: --- ALTER AGGREGATE OWNER seems to have been missed by the last couple of patches that dealt with object ownership. It wasn't updating pg_shdepend nor adjusting the aggregate's ACL. In 8.2 and up, fix this permanently by making it use AlterFunctionOwner_oid. In 8.1, the func

[COMMITTERS] pgsql: ALTER AGGREGATE OWNER seems to have been missed by the last

2008-06-08 Thread Tom Lane
Log Message: --- ALTER AGGREGATE OWNER seems to have been missed by the last couple of patches that dealt with object ownership. It wasn't updating pg_shdepend nor adjusting the aggregate's ACL. In 8.2 and up, fix this permanently by making it use AlterFunctionOwner_oid. In 8.1, the func

[COMMITTERS] pgsql: ALTER AGGREGATE OWNER seems to have been missed by the last

2008-06-08 Thread Tom Lane
Log Message: --- ALTER AGGREGATE OWNER seems to have been missed by the last couple of patches that dealt with object ownership. It wasn't updating pg_shdepend nor adjusting the aggregate's ACL. In 8.2 and up, fix this permanently by making it use AlterFunctionOwner_oid. In 8.1, the func

[COMMITTERS] pgsnap - pgsnap: Now, you don't need to be a superuser to use pgsnap.

2008-06-08 Thread User Gleu
Log Message: --- Now, you don't need to be a superuser to use pgsnap. Modified Files: -- pgsnap/pgsnap: ChangeLog (r1.56 -> r1.57) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.56&r2=1.57) TODO (r1.25 -> r1.26

[COMMITTERS] pgsql: Update release notes for ALTER AGGREGATE fix.

2008-06-08 Thread Tom Lane
Log Message: --- Update release notes for ALTER AGGREGATE fix. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.583 -> r1.584) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.583&r2=1.584) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Update release notes for ALTER AGGREGATE fix.

2008-06-08 Thread Tom Lane
Log Message: --- Update release notes for ALTER AGGREGATE fix. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.579.2.4 -> r1.579.2.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.579.2.4&r2

[COMMITTERS] pgsql: Update release notes for ALTER AGGREGATE fix.

2008-06-08 Thread Tom Lane
Log Message: --- Update release notes for ALTER AGGREGATE fix. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.488.2.20 -> r1.488.2.21) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.488.2.20

[COMMITTERS] pgsql: Update release notes for ALTER AGGREGATE fix.

2008-06-08 Thread Tom Lane
Log Message: --- Update release notes for ALTER AGGREGATE fix. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.400.2.52 -> r1.400.2.53) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.400.2.52

[COMMITTERS] pgsql: Move BufferGetPageSize and BufferGetPage from bufpage.h to

2008-06-08 Thread Alvaro Herrera
Log Message: --- Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is more logical that way, and also it reduces the amount of unnecessary includes in bufpage.h, which is widely used. Zdenek Kotala. My previous patch to bufpage.h should also have credited him as aut

[COMMITTERS] pgsql: Stamp 8.3.3 (except for configure.in/configure)

2008-06-08 Thread Tom Lane
Log Message: --- Stamp 8.3.3 (except for configure.in/configure) Tags: REL8_3_STABLE Modified Files: -- pgsql/doc: bug.template (r1.49.2.2 -> r1.49.2.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/bug.template?r1=1.49.2.2&r2=1.49.2.3) pgsq

[COMMITTERS] pgsql: Stamp 8.2.9 (except for configure.in/configure)

2008-06-08 Thread Tom Lane
Log Message: --- Stamp 8.2.9 (except for configure.in/configure) Tags: REL8_2_STABLE Modified Files: -- pgsql/doc: bug.template (r1.40.2.8 -> r1.40.2.9) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/bug.template?r1=1.40.2.8&r2=1.40.2.9) pgsq

[COMMITTERS] pgsql: Stamp 8.1.13 (except for configure.in/configure)

2008-06-08 Thread Tom Lane
Log Message: --- Stamp 8.1.13 (except for configure.in/configure) Tags: REL8_1_STABLE Modified Files: -- pgsql/doc: bug.template (r1.34.2.13 -> r1.34.2.14) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/bug.template?r1=1.34.2.13&r2=1.34.2.14)

[COMMITTERS] pgsql: Stamp 8.0.17 (except for configure.in/configure)

2008-06-08 Thread Tom Lane
Log Message: --- Stamp 8.0.17 (except for configure.in/configure) Tags: REL8_0_STABLE Modified Files: -- pgsql/doc: bug.template (r1.26.4.19 -> r1.26.4.20) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/bug.template?r1=1.26.4.19&r2=1.26.4.20)

[COMMITTERS] pgsql: Stamp 7.4.21 (except for configure.in/configure)

2008-06-08 Thread Tom Lane
Log Message: --- Stamp 7.4.21 (except for configure.in/configure) Tags: REL7_4_STABLE Modified Files: -- pgsql/doc: bug.template (r1.21.6.23 -> r1.21.6.24) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/bug.template?r1=1.21.6.23&r2=1.21.6.24)

[COMMITTERS] pgsql: Rewrite DROP's dependency traversal algorithm into an honest

2008-06-08 Thread Tom Lane
Log Message: --- Rewrite DROP's dependency traversal algorithm into an honest two-pass algorithm, replacing the original intention of a one-pass search, which had been hacked up over time to be partially two-pass in hopes of handling various corner cases better. It still wasn't quite there

[COMMITTERS] pgsnap - pgsnap: TODO review + Demo of the next release.

2008-06-08 Thread User Gleu
Log Message: --- TODO review + Demo of the next release. Modified Files: -- pgsnap/pgsnap: TODO (r1.26 -> r1.27) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/TODO.diff?r1=1.26&r2=1.27) pgsnap/www: index.html (r1.14 -> r1.15)

[COMMITTERS] pgsql: Fix breakage caused by conflicting patches, as evidenced by the

2008-06-08 Thread Alvaro Herrera
Log Message: --- Fix breakage caused by conflicting patches, as evidenced by the buildfarm. Modified Files: -- pgsql/src/backend/access/index: genam.c (r1.69 -> r1.70) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/index/genam.c?r1=1.69&

[COMMITTERS] pgsql: tag 7.4.21

2008-06-08 Thread Tom Lane
Log Message: --- tag 7.4.21 Tags: REL7_4_STABLE Modified Files: -- pgsql: configure (r1.310.2.32 -> r1.310.2.33) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.310.2.32&r2=1.310.2.33) configure.in (r1.301.2.31 -> r1.301.2.32)

[COMMITTERS] pgsql: tag 8.0.17

2008-06-08 Thread Tom Lane
Log Message: --- tag 8.0.17 Tags: REL8_0_STABLE Modified Files: -- pgsql: configure (r1.424.4.24 -> r1.424.4.25) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.424.4.24&r2=1.424.4.25) configure.in (r1.398.4.25 -> r1.398.4.26)

[COMMITTERS] pgsql: tag 8.2.9

2008-06-08 Thread Marc G. Fournier
Log Message: --- tag 8.2.9 Tags: REL8_2_STABLE Modified Files: -- pgsql: configure (r1.523.2.17 -> r1.523.2.18) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.523.2.17&r2=1.523.2.18) configure.in (r1.490.2.18 -> r1.490.2.19)

[COMMITTERS] pgsql: tag 8.3.3

2008-06-08 Thread Marc G. Fournier
Log Message: --- tag 8.3.3 Tags: REL8_3_STABLE Modified Files: -- pgsql: configure (r1.578.2.6 -> r1.578.2.7) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.578.2.6&r2=1.578.2.7) configure.in (r1.546.2.5 -> r1.546.2.6)

[COMMITTERS] pgsql: tag 8.1.13

2008-06-08 Thread Marc G. Fournier
Log Message: --- tag 8.1.13 Tags: REL8_1_STABLE Modified Files: -- pgsql: configure (r1.461.2.24 -> r1.461.2.25) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.461.2.24&r2=1.461.2.25) configure.in (r1.431.2.25 -> r1.431.2.26)