Skip to content

Commit

Permalink
Update list of powa functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju authored and rdunklau committed Feb 6, 2015
1 parent 08dfd7f commit cecfbbc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions PL_funcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ This is a list of all functions and what they are used for:
* `powa_statements_purge`: does a purge of collected data from pg_stat_statements. This is the included **purge** function.
* `powa_statements_aggregate`: does an aggregate (putting individual records into arrays to save space) on collected data from pg_stat_statements. This is the included **aggregate** function.
* `powa_stats_reset`: cleans-up pg_stat_staments collected data. **FIXME: Should be moved to dedicated functions, and stored in powa_functions**.
* `powa_kcache_register`: Add the snapshot, aggregate and purge functions to list of powa functions if pg_stat_kcache extension exists.
* `powa_kcache_unregister`: Remove the snapshot, aggregate and purge functions from list of powa functions.
* `powa_kcache_register`: Add the pg_stat_kcache snapshot, aggregate and purge functions to list of powa functions if pg_stat_kcache extension exists.
* `powa_kcache_unregister`: Remove the pg_stat_kcache snapshot, aggregate and purge functions from list of powa functions.
* `powa_kcache_snapshot`: Take a snapshot of pg_stat_kcache.
* `powa_kcache_aggregate`: Does an aggregate on collected data from pg_stat_kcache.
* `powa_kcache_purge`: Does a purge of collected data from pg_stat_kcache.
* `powa_qualstats_register`: Add the pg_qualstats snapshot, aggregate and purge functions to list of powa functions if pg_qualstats extension exists.
* `powa_qualstats_unregister`: Remove the pg_qualstats snapshot, aggregate and purge pg_qualstats functions from list of powa functions.
* `powa_qualstats_snapshot`: Take a snapshot of pg_qualstats.
* `powa_qualstats_aggregate`: Does an aggregate on collected data from pg_qualstats.
* `powa_qualstats_purge`: Does a purge of collected data from pg_qualstats.

0 comments on commit cecfbbc

Please sign in to comment.