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.
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
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
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:
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
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
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
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
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)
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
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
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
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
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
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
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
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
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
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
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
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
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)
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)
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)
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
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)
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&
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)
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)
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)
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)
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)
32 matches
Mail list logo