Ibrar Ahmed
354b92b8b6
PG-312: Changing the default value of Histogram GUC.
2022-11-23 14:49:21 +00:00
Ibrar Ahmed
a9187117f9
PG-456: Running pgindent to make source PostgreSQL compatible. ( #269 )
...
PG-456: Running pgindent to make source indentation/spacing PostgreSQLCompatible.
PostgreSQL uses pgindent from time to time to make source code PostgreSQL
style guide compatible, it is a very long time since we have not done that.
Commit fixes a lot of indentation and spacing issues.
Co-authored-by: Hamid Akhtar <hamid.akhtar@gmail.com>
2022-06-29 00:42:40 +05:00
Hamid Akhtar
cd06be62fd
[PG-436] Merging REL_1_STABLE on to the main branch.
...
Merge remote-tracking branch 'origin/REL_1_STABLE'
2022-06-19 13:42:10 +05:00
Ibrar Ahmed
d5ce83738f
PG-362: pgsm_normalized_query needs to be 0 by default. ( #253 )
...
pg_stat_monitor.pgsm_normalized_query needs to be 0 by default because
people will get Query examples. This is one of the main user-faced
advantages of pgsm over pgss (pg_stat_statements).
2022-06-09 16:13:58 +05:00
Ibrar Ahmed
4bf7b80c8a
Merge pull request #221 from ibrarahmad/PG-382
...
PG-382: Adjust the maximum value for histogram buckets.
2022-05-26 21:39:07 +05:00
Ibrar Ahmed
13eedd579e
PG-382: Adjust the maximum value for histogram buckets.
...
There was no maximum limit set for the number of maximum histograms
bucket, which can lead to a crash in case of higher value.
PG-382: Adjust the maximum value for histogram buckets.
Fix the regression issue related to GUC and set the maximum
buckets value correctly.
PG-382: Adjust the maximum value for histogram buckets.
Fix the TAP test cases.
2022-05-24 17:50:07 +00:00
Ibrar Ahmed
f60d3422df
PG-382: Adjust the maximum value for histogram buckets.
...
There was no maximum limit set for the number of maximum histograms
bucket, which can lead to a crash in case of higher value.
PG-382: Adjust the maximum value for histogram buckets.
Fix the regression issue for PostgreSQL-12.
PG-382: Adjust the maximum value for histogram buckets.
Fix the TAP test cases.
2022-05-24 17:15:03 +00:00
Francisco Miguel Biete
1596208b64
Support C11
2022-05-13 09:47:13 +01:00
Ibrar Ahmed
34e14104d7
PG-338: Calls count is not correct in PG-13.; PG-331: Default values for better presentation in PMM ( #191 )
...
* PG-338: Calls count is not correct in PG-13.
* PG-331: Defaults values for better presentation in PMM.
* Update pg_stat_monitor.c
Co-authored-by: Lenz Grimmer <lenz.grimmer@percona.com>
Co-authored-by: Hamid Akhtar <hamid.akhtar@gmail.com>
Co-authored-by: Ibrar Ahmad <ibrar.ahmad@gmail.com>
2022-03-21 17:53:59 +05:00
Ibrar Ahmed
153f8d2e87
PG-338: Calls count is not correct in PG-13.
...
cherry-pick patch (b6838049b6
) by Diego
and I did some refatoring.
2022-03-14 18:14:11 +00:00
Diego Fronza
5528bef82d
PG-326: Validate histogram_min and histogram_max ranges.
...
Added hook for checking histogram min and max values, in order to ensure
that histogram_min is always less than histogram_max.
2022-03-01 13:13:41 +05:00
Naeem Akhter
2e31738f15
PG-195: Change pgsm_bucket_time value from 300 to 60.
...
Changed the default value of pgsm_bucket_time from 300 to 60. Now neither PMM users will need to adjust the default value, nor
restart of PG server will be required for this purpose.
2021-08-17 18:23:15 +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
6aa1b2e7b6
PG-182: Added a new option for the query buffer overflow.
2021-02-17 13:08:39 +00:00
Ibrar Ahmed
a222adc587
PG-178: Test cases fixes.
2021-02-15 13:08:08 +00:00
Ibrar Ahmed
ed6fe2d8dc
PG-147 Stored Procedure Support add parentid to track caller.
...
Patch By: Martin Sun
Reviewed By: Hamid Akhtar
2021-02-12 11:42:36 +00:00
Ibrar Ahmed
a6036b86ac
PG-174: Code cleanup.
2021-02-11 12:02:04 +00:00
Ibrar Ahmed
12ba1e39d1
PG-172: Exponential histogram for time buckets.
2021-02-02 15:30:28 +00:00
Ibrar Ahmed
9bee6b3690
Copyright Notice update.
2021-01-05 18:56:07 +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
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
db01ed546b
Issue ( #48 ): Fix typos in the code.
...
Jira: PG-133
2020-10-08 18:47:49 +00:00
Ibrar Ahmed
935d063f13
Issue(30): Code refactoring.
2020-09-14 22:26:19 +00:00
Ibrar Ahmed
73ceecbde3
Issue - ( #43 ): Minor typos.
...
PG-123
2020-08-17 15:07:15 +00:00
Ibrar Ahmed
6700c9686e
Issue ( #42 ): Enable/Disable pg_stat_monitor should not require PostgreSQL restart.
...
PG-124
2020-08-17 15:01:32 +00:00
Ibrar Ahmed
a2c87d8398
Issue - ( #40 ): Cannot set pgsm_track value with psql client with alter system.
...
Removed the track option and added a new option pgsm_enable, which require a restart.
PG-122
2020-08-06 10:43:27 +00:00
Ibrar Ahmed
beeb960e82
Issue - ( #38 ),( #39 ): GUC variable validation does not work properly.
...
PG-120, PG121
2020-07-30 09:28:30 +00:00
Ibrar Ahmed
355436c4dc
Issue - ( #34 ): PostgreSQL Version 13 support added.
2020-06-23 17:24:21 +00:00
Ibrar Ahmed
5536041539
Issue - ( #33 ): Display all the custom configuration parameters used for pg_stat_monitor.
...
A new view named (pg_stat_monitor_settings) is added to see all the custom
configuration parameters and its default, min, max, and type.
2020-05-25 11:58:22 +00:00
Ibrar Ahmed
beca034067
Issue ( #30 ) - Code refactoring.
2020-04-15 09:49:02 +00:00