Query Performance Monitoring Tool for PostgreSQL
 
 
 
 
 
 
Go to file
Ibrar Ahmed 8286fc44b0 Issue - (#4): Missed to update the "total_calls" when executing the same query multiple times.
Forgot to update the "total_calls" column when a query executes
multipletimes, during refactoring.
2019-11-20 12:00:00 +00:00
expected Issue - (#2): Extended pg_stat_statement to provide new features. 2019-11-20 10:30:57 +00:00
sql Issue - (#2): Extended pg_stat_statement to provide new features. 2019-11-20 10:30:57 +00:00
.gitignore Issue - (#1): Initial Commit for PostgreSQL's (pg_stat_statement). 2019-11-19 11:34:34 +00:00
LICENSE Initial commit 2019-11-19 16:32:13 +05:00
Makefile Issue - (#2): Extended pg_stat_statement to provide new features. 2019-11-20 10:30:57 +00:00
README.md Issue - (#2): Extended pg_stat_statement to provide new features. 2019-11-20 10:30:57 +00:00
pg_stat_monitor--1.0.sql Issue - (#2): Extended pg_stat_statement to provide new features. 2019-11-20 10:30:57 +00:00
pg_stat_monitor.c Issue - (#4): Missed to update the "total_calls" when executing the same query multiple times. 2019-11-20 12:00:00 +00:00
pg_stat_monitor.conf Issue - (#2): Extended pg_stat_statement to provide new features. 2019-11-20 10:30:57 +00:00
pg_stat_monitor.control Issue - (#2): Extended pg_stat_statement to provide new features. 2019-11-20 10:30:57 +00:00

README.md