Issue - (#1): Initial Commit for PostgreSQL's (pg_stat_statement).

The pg_stat_monitor is based on PostgreSQL-11's pg_stat_statement.
To keep track of the changes, this is the base code of
PostgreSQL's pg_stat_statement.

(commit = d898edf4f233a3ffe6a0da64179fc268a1d46200).
This commit is contained in:
Ibrar Ahmed
2019-11-19 11:34:34 +00:00
parent 97c67356ca
commit f70ad5ad48
15 changed files with 4007 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# pg_stat_statements extension
comment = 'track execution statistics of all SQL statements executed'
default_version = '1.6'
module_pathname = '$libdir/pg_stat_statements'
relocatable = true