--- pg-qualstats-1.0.9.orig/debian/changelog +++ pg-qualstats-1.0.9/debian/changelog @@ -1,4 +1,11 @@ -pg-qualstats (1.0.9-1) experimental; urgency=medium +pg-qualstats (1.0.9-1.pgdg110+1) bullseye-pgdg; urgency=medium + + * Rebuild for bullseye-pgdg. + * No source changes. + + -- PostgreSQL on Debian and Ubuntu Thu, 05 Sep 2019 08:26:19 +0200 + +pg-qualstats (1.0.9-1) unstable; urgency=medium * New upstream version. --- pg-qualstats-1.0.9.orig/debian/control +++ pg-qualstats-1.0.9/debian/control @@ -8,6 +8,46 @@ Vcs-Browser: https://github.com/powa-team/pg_qualstats Vcs-Git: https://github.com/powa-team/pg_qualstats.git +Package: postgresql-9.4-pg-qualstats +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.4 +Description: PostgreSQL extension to gather statistics about predicates. + This extensions tracks WHERE clauses predicates and JOIN predicates. + Statistics will report whether the predicate was evaluated as an index scan or + not, how many time the expression appeared, how many times the operator was + executed and how filtering the expression is. If pg_stat_statements is + enabled, it can also track to which statements the predicate belongs. + +Package: postgresql-9.5-pg-qualstats +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.5 +Description: PostgreSQL extension to gather statistics about predicates. + This extensions tracks WHERE clauses predicates and JOIN predicates. + Statistics will report whether the predicate was evaluated as an index scan or + not, how many time the expression appeared, how many times the operator was + executed and how filtering the expression is. If pg_stat_statements is + enabled, it can also track to which statements the predicate belongs. + +Package: postgresql-9.6-pg-qualstats +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.6 +Description: PostgreSQL extension to gather statistics about predicates. + This extensions tracks WHERE clauses predicates and JOIN predicates. + Statistics will report whether the predicate was evaluated as an index scan or + not, how many time the expression appeared, how many times the operator was + executed and how filtering the expression is. If pg_stat_statements is + enabled, it can also track to which statements the predicate belongs. + +Package: postgresql-10-pg-qualstats +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-10 +Description: PostgreSQL extension to gather statistics about predicates. + This extensions tracks WHERE clauses predicates and JOIN predicates. + Statistics will report whether the predicate was evaluated as an index scan or + not, how many time the expression appeared, how many times the operator was + executed and how filtering the expression is. If pg_stat_statements is + enabled, it can also track to which statements the predicate belongs. + Package: postgresql-11-pg-qualstats Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-11 @@ -18,3 +58,12 @@ executed and how filtering the expression is. If pg_stat_statements is enabled, it can also track to which statements the predicate belongs. +Package: postgresql-12-pg-qualstats +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12 +Description: PostgreSQL extension to gather statistics about predicates. + This extensions tracks WHERE clauses predicates and JOIN predicates. + Statistics will report whether the predicate was evaluated as an index scan or + not, how many time the expression appeared, how many times the operator was + executed and how filtering the expression is. If pg_stat_statements is + enabled, it can also track to which statements the predicate belongs.