Ibrar Ahmed
1b89fa1814
PG-289: Remove ‘for’ loop initial declarations. ( #256 )
2022-06-09 16:13:43 +05:00
Kai Wagner
5194a108b3
Merge pull request #252 from capri1989/PG-438
...
PG-438: update README.md to point to the stable releases instead of a branch
2022-06-07 11:42:25 +02:00
Kai
3c0d19c72f
PG-438: update README.md to point to the stable releases instead of a branch
...
Signed-off-by: Kai <kai.wagner@percona.com>
2022-06-07 10:11:08 +02:00
Puneet Kala
4f056813e0
PMM-9951 Checking with forked repo and custom branch ( #251 )
...
PMM-9951 Fix for forked Repo
PMM-9951 Checking with forked repo and custom branch
PMM-9951 fix the branch
PMM-9951 testing the github properties
PMM-9951 testing
PMM-9951 testing the changes
PMM-9951 changing permissions
PMM-9951 handle the repo
PMM-9951 permissions check
PMM-9951 permissions check
PMM-9951 remove not needed ones
PMM-9951 checks permissions
PMM-9951 testing
PMM-9951 testing another workflow
PMM-9951 test changes
PMM-9951 Final Push with all changes
PMM-9951
2022-06-03 16:11:15 +05:00
Puneet Kala
9f7aac6810
PMM-9951 Adding PGSM+PMM Integration tests ( #249 )
2022-06-01 16:53:58 +05:00
Kai Wagner
f046df0351
Merge pull request #246 from nastena1606/PG-432-Fix-doc-GH-action-1
...
PG-432 Fixed branch name of a GH action
2022-06-01 10:55:08 +02:00
Anastasia Alexadrova
ce9eca0fc6
PG-432 Fixed branch name of a GH action
...
modified: .github/workflows/doc-build.yml
2022-06-01 11:21:03 +03:00
Kai Wagner
95eb25e15e
Merge pull request #227 from capri1989/PG-416
...
PG-416: added PostgreSQL14 package build workflow
2022-05-31 08:17:59 +02:00
Kai Wagner
cb454113b7
Merge pull request #234 from capri1989/main-PG-427
...
DISTPG-427: replaced return with goto exit to not break other extensions
2022-05-31 08:17:21 +02:00
Ibrar Ahmed
8330ecdaf2
README Update. ( #244 )
...
Co-authored-by: Ibrar Ahmed <“ibrar.ahmed@percona.com”>
2022-05-26 15:04:13 -04:00
Ibrar Ahmed
4a2dd52bc0
README Update. ( #243 )
...
Update the coverage badge repo.
Co-authored-by: Ibrar Ahmed <“ibrar.ahmed@percona.com”>
2022-05-26 14:03:39 -04:00
Ibrar Ahmed
b194a57312
Merge pull request #242 from ibrarahmad/MAIN-REG
...
PG-382: Adjust the maximum value for histogram buckets.
2022-05-26 22:44:36 +05:00
Ibrar Ahmed
774488f309
PG-382: Adjust the maximum value for histogram buckets.
...
Fix regression test cases.
2022-05-26 17:22:29 +00: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
8c8773fd17
Merge pull request #239 from capri1989/PG-420
...
PG-420: PGSM-1.0.1 release notes
2022-05-26 21:38:23 +05:00
Kai Wagner
8586816194
PG-424: bump version to 1.0.1 ( #235 )
...
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-05-25 11:43:11 -04:00
Kai Wagner
c6f3e76310
Merge pull request #236 from ibrarahmad/REL1_0_STABLE
...
PG-382: Adjust the maximum value for histogram buckets.
2022-05-25 17:05:15 +02:00
Kai Wagner
de9a915a97
PG-420: PGSM-1.0.1 release notes
...
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-05-25 15:40:02 +02:00
Kai Wagner
1ea4fc1454
Merge pull request #238 from capri1989/stable-PG-375
...
PG-375: only run code coverage test on merge
2022-05-25 13:24:20 +02:00
Kai Wagner
6d2a81ebdd
PG-375: only run code coverage test on merge
...
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-05-25 12:04:45 +02:00
Kai Wagner
71b70dac7f
Merge pull request #237 from capri1989/PG-375
...
PG-375: only run code coverage test on merge
2022-05-25 11:51:25 +02: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
Kai Wagner
233a578796
PG-375: only run code coverage test on merge
...
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-05-24 14:02:48 +02:00
Kai Wagner
cc70b571ae
Merge pull request #233 from ibrarahmad/REL1_0_STABLE
...
PG-417: Replace 'CREATE OR REPLACE' with 'CREATE' for extension.
2022-05-23 13:24:08 +02:00
Kai Wagner
23859b5a01
Merge pull request #232 from ibrarahmad/REMOTE-PG-417
...
PG-417: Replace 'CREATE OR REPLACE' with 'CREATE' for extension.
2022-05-23 13:23:59 +02:00
Kai Wagner
9789af7dfc
DISTPG-427: replaced return with goto exit to not break other extensions
...
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-05-23 08:28:25 +02:00
Ibrar Ahmed
c94f264911
Merge pull request #228 from capri1989/DISTPG-427
...
DISTPG-427: replaced return with goto exit to not break other extensions
2022-05-22 10:03:01 +05:00
Ibrar Ahmed
1b995c768d
PG-417: Replace 'CREATE OR REPLACE' with 'CREATE' for extension.
...
While analyzing the pg_stat_monitor installation scripts I found several
vulnerabilities. pg_stat_monitor uses CREATE OR REPLACE to install its
functions which is a security hazard. An attacker can precreate the functions
have a superuser install the extension and after installation the attacker
can switch out the function with a malicious version since he would still
be the owner of the function. Instead of CREATE OR REPLACE the installation
script should use plain CREATE to prevent this attack.
For reference
https://www.postgresql.org/docs/current/extend-extensions.html#EXTEND-EXTENSIONS-SECURITY
https://github.com/timescale/pgspot
2022-05-22 03:49:03 +00:00
Ibrar Ahmed
a59bca088a
PG-417: Replace 'CREATE OR REPLACE' with 'CREATE' for extension.
...
While analyzing the pg_stat_monitor installation scripts I found several
vulnerabilities. pg_stat_monitor uses CREATE OR REPLACE to install its
functions which is a security hazard. An attacker can precreate the functions
have a superuser install the extension and after installation the attacker
can switch out the function with a malicious version since he would still
be the owner of the function. Instead of CREATE OR REPLACE the installation
script should use plain CREATE to prevent this attack.
For reference
https://www.postgresql.org/docs/current/extend-extensions.html#EXTEND-EXTENSIONS-SECURITY
https://github.com/timescale/pgspot
2022-05-22 03:44:32 +00:00
Kai Wagner
da6661fa66
PG-412: added 'Get engaged' to the welcome page ( #230 )
...
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-05-20 12:23:55 -05:00
Kai Wagner
1566ad2073
PG-416: added missing PostgreSQL 14 package workflow
...
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-05-19 11:26:05 +02:00
Kai Wagner
741a2760c1
Merge pull request #229 from capri1989/PG-412
...
PG-412: added 'Get engaged' to the welcome page
2022-05-18 14:08:34 +02:00
Kai Wagner
8f87bf8e7a
PG-412: added 'Get engaged' to the welcome page
...
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-05-17 13:10:42 +02:00
Kai Wagner
f0af45b3fd
Merge pull request #226 from fmbiete/patch-1
...
PG-289 - Don't fail to build with C11 compilers
2022-05-17 09:01:10 +02:00
Kai Wagner
5abd8bb3a7
DISTPG-427: replaced return with goto exit to not break other extensions
...
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-05-16 15:00:01 +02:00
Francisco Miguel Biete
519210909a
Support C11
2022-05-13 09:50:39 +01:00
Francisco Miguel Biete
1596208b64
Support C11
2022-05-13 09:47:13 +01:00
Anastasia Alexandrova
9da7c8f583
PG-411 Updated the list of primary keys ( #225 )
...
modified: docs/USER_GUIDE.md
2022-05-10 23:07:23 +05:00
Kai Wagner
1557ff3a9e
PG-385: remove old coverage_test.yml file ( #224 )
...
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-05-10 23:07:10 +05:00
Kai Wagner
a2075d9268
PG-413: added missing repository for PG v14 ( #223 )
...
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-05-10 23:06:48 +05:00
Anastasia Alexandrova
a43dc879f9
PG-411 Updated the list of primary keys ( #222 )
...
modified: docs/USER_GUIDE.md
2022-05-10 23:06:26 +05:00
Ibrar Ahmed
4f12ae35b5
Merge pull request #214 from capri1989/REL1_0_STABLE
...
PG-365: bump version in META.json file to the latest release
2022-05-07 01:09:43 +05:00
Ibrar Ahmed
7c54289c54
Merge pull request #215 from capri1989/main
...
PG-365: change version in META.json file to dev
2022-05-07 01:09:24 +05:00
Kai Wagner
b3a2b8daf0
Merge pull request #220 from Naeem-Akhter/PG-383
...
PG-383: Fix coverall.io badge on main branch in PGSM repo.
2022-05-05 15:33:38 +02:00
Kai Wagner
455d39dbf4
Merge pull request #219 from Naeem-Akhter/PG-384
...
PG-384: Fix coverall.io badge on REL1_0_STABLE branch in PGSM repo.
2022-05-05 15:33:31 +02:00
Kai Wagner
cbfcc34563
Merge pull request #218 from capri1989/readme
...
PG-269: Updated install from source chapter
2022-05-05 08:38:31 +02:00
Naeem Akhter
63d8d29e33
PG-383: Fix coverall.io badge on main branch in PGSM repo.
...
This will make sure that coverall.io stats are reflected as main branch.
2022-05-04 18:51:06 +05:00
Naeem Akhter
6224442f12
PG-384: Fix coverall.io badge on REL1_0_STABLE branch in PGSM repo.
...
This will make sure that coverall.io stats are reflected as REL1_0_STABLE branch.
2022-05-04 18:45:40 +05:00
Kai Wagner
406107bdbc
Merge pull request #216 from nastena1606/PG-407-Doc-Add-404-1.0.0
...
PG-407 Added a 404 page to docs
2022-05-04 08:25:37 +02:00