mirror of
https://github.com/postgres/postgres.git
synced 2025-08-11 04:22:52 +03:00
config
contrib
adminpack
auth_delay
auto_explain
btree_gin
btree_gist
chkpass
citext
cube
dblink
dict_int
dict_xsyn
dummy_seclabel
earthdistance
file_fdw
fuzzystrmatch
hstore
intagg
intarray
isn
lo
ltree
oid2name
pageinspect
passwordcheck
pg_archivecleanup
pg_buffercache
pg_freespacemap
pg_standby
pg_stat_statements
Makefile
pg_stat_statements--1.0--1.1.sql
pg_stat_statements--1.0.sql
pg_stat_statements--1.1.sql
pg_stat_statements--unpackaged--1.0.sql
pg_stat_statements.c
pg_stat_statements.control
pg_test_fsync
pg_test_timing
pg_trgm
pg_upgrade
pg_upgrade_support
pgbench
pgcrypto
pgrowlocks
pgstattuple
seg
sepgsql
spi
sslinfo
start-scripts
tablefunc
tcn
test_parser
tsearch2
unaccent
uuid-ossp
vacuumlo
xml2
Makefile
README
contrib-global.mk
doc
src
.gitignore
COPYRIGHT
GNUmakefile.in
Makefile
README
README.git
aclocal.m4
configure
configure.in
Also expose the new counters through pg_stat_statements. Patch by me. Review by Fujii Masao and Greg Smith.
6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
# pg_stat_statements extension
|
|
comment = 'track execution statistics of all SQL statements executed'
|
|
default_version = '1.1'
|
|
module_pathname = '$libdir/pg_stat_statements'
|
|
relocatable = true
|