Collects performance statistics for the SQL statements.
Long description:
Collects performance statistics for SQL statements from pg_stat_statements view. During installation it checks if the pg_stat_statements extention is created, and create it if it is not. For tracking which queries get executed in your database you need to add the following entries to your postgresql.conf file:
Post your comment on this topic.