Diego Fronza
99f01d37e3
PG-200: Add application name to the bucket ID.
...
Add application name to the key used to identify queries in the hash
table, this allows different applications to have separate entries in
pg_stat_monitor view if they issued the same query.
2021-07-29 15:05:08 -04:00
Ibrar Ahmed
89614e442b
PG-190: Does not show query, if query elapsed time is greater than bucket time.
2021-04-08 15:29:42 +05:00
Ibrar Ahmed
e0fc683810
PG-186: Add support to monitor query execution plan.
2021-03-17 18:56:39 +05:00
Ibrar Ahmed
066162c3f6
PG-186: Add support to monitor query execution plan.
...
This requires refactoring of code to add this functionality. Along with
that this patch contains regression test cases.
2021-03-12 18:55:12 +00:00
Ibrar Ahmed
a6036b86ac
PG-174: Code cleanup.
2021-02-11 12:02:04 +00:00
Ibrar Ahmed
bd8c54476f
PG-150: Logging CMD Type like SELECT, UPDATE, INSERT, DELETE.
2021-02-10 14:55:40 +00:00
Ibrar Ahmed
401e2b0505
PG-168: "calls" and histogram parameter does not match.
2021-01-19 13:05:54 +00:00
Ibrar Ahmed
9bee6b3690
Copyright Notice update.
2021-01-05 18:56:07 +00:00
Ibrar Ahmed
47ad105011
PG-150: Logging CMD Type like SELECT, UPDATE, INSERT, DELETE.
2020-12-06 16:38:48 +00:00
Ibrar Ahmed
bedc2ffc78
PG-154: Add backup option in case of no space left in the bucket.
2020-11-29 20:11:23 +00:00
Ibrar Ahmed
057150c99b
Issue - ( #21 ): Show objects(tables) involved in the query.
...
PG-96
2020-11-24 20:10:49 +00:00
Ibrar Ahmed
7e570378d1
Remove missing code debugging information.
2020-11-24 18:03:41 +00:00
Ibrar Ahmed
3999e28c00
Issue - ( #61 ): Remove unnecessary code previously used for wait_events.
...
PG-146
2020-11-11 13:52:45 +00:00
Ibrar Ahmed
7b04755037
Issue - ( #60 ): Log error/warning/info and debug messages.
...
PG-136
2020-11-11 11:47:06 +00:00
Ibrar Ahmed
8918017134
Issue ( #59 ): Build failed using gcc-9 and 10.
...
The issue only occurs when compiled using -fno-common flag.
2020-11-02 11:21:47 +00:00
Ibrar Ahmed
f48a64cc0a
Issue - ( #53 ): Fix a bug where the query response time histogram does show proper counters.
...
PG-143 : Total sum of all the response histograms should be equal to total_calls.
2020-10-12 21:49:35 +00:00
Ibrar Ahmed
166ee0a25b
Issue - ( #51 ): Postgres process is taking too much CPU.
...
Jira: PG-141
There is lock conflict, so used LW_EXCLUSIVE instead of LW_SHARED. This
need to be investigatedĀ again and check the possibility to use a shared lock.
2020-10-12 19:41:48 +00:00
Ibrar Ahmed
dea16f1878
Issue ( #49 ): Duplicates in pg_stat_monitor.
...
Jira: PG-139
2020-10-10 22:46:53 +00:00
Ibrar Ahmed
d66a079b1b
Issue ( #47 ): Default values of setting are not set properly.
2020-09-30 12:49:05 +00:00
Ibrar Ahmed
935d063f13
Issue(30): Code refactoring.
2020-09-14 22:26:19 +00:00