Artem Gavrilov
2e2ead2fa5
Disable workflows
2024-04-24 18:38:13 +02:00
Artem Gavrilov
f1330b32c5
Add debug info
2024-04-24 18:37:20 +02:00
Artem Gavrilov
bcdc021c16
Rename workflow
2024-04-24 18:19:14 +02:00
Artem Gavrilov
83d93a66d6
Fix checkout path
2024-04-24 18:15:08 +02:00
Artem Gavrilov
bc7781d23a
Merge remote-tracking branch 'origin/main' into license-headers
2024-04-24 18:08:37 +02:00
Muhammad Aqeel
0ba80547e6
[PKG-33]: Updates scripts to build pg_stat_monitor ( #459 )
2024-04-23 14:49:47 +05:00
Naeem Akhter
5d7c424fdc
Added a tap test case to load multiple PPG extensions in the server before running a test load. ( #456 )
...
1. We load and create other extensions that are distributed by Percona
in PPG. (postgis, pg_repack, pgaudit, pgaudit_set_user, pgpool)
2. Run test data with pgbench.
To make the above test case work, updated the workflows to install above mentioned extension
where we use installed packages from PPG. On workflows where we build server or use packages
from PGDG, we are skipping this test case.
2024-04-23 02:49:57 +05:00
Artem Gavrilov
22514ef969
Fix workflow
2024-04-22 19:00:49 +02:00
Artem Gavrilov
3b124a7f66
Add github action to check license headers
2024-04-22 18:48:43 +02:00
Artem Gavrilov
70b0872204
Fix license headers
2024-04-22 18:40:40 +02:00
Artem Gavrilov
01c830c09c
Add .licenserc.yaml file
2024-04-22 18:32:28 +02:00
Artem Gavrilov
c2923b4d61
Create SECURITY.md ( #452 )
...
* Create SECURITY.md
* Update supported versions section
2024-04-19 14:48:48 +02:00
Naeem Akhter
dce1913154
Updated README to reflect badge for pg-16 and content on the landing page. ( #455 )
2024-04-19 12:28:00 +02:00
Artem Gavrilov
2ebd163225
Tune CI triggers ( #444 )
...
* Use commong CI triggers for all workflows
* Tune CI triggers, fix version tag regex
* Escape regex
2024-04-18 16:52:36 +02:00
Artem Gavrilov
e3d6dc4af7
Update code-of-conduct.md ( #453 )
2024-04-17 15:04:50 +02:00
dependabot[bot]
0275fc742e
Bump codecov/codecov-action from 2 to 4 ( #451 )
...
* Bump codecov/codecov-action from 2 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Add token parameter to codecov action
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
2024-04-16 15:17:59 +02:00
Artem Gavrilov
f72b8a9537
Add forum badge in readme ( #447 )
2024-04-16 12:34:37 +02:00
Artem Gavrilov
175e568515
[Proposal] Add issue templates ( #446 )
...
Add issue templates
2024-04-16 12:33:56 +02:00
dependabot[bot]
0bf2846748
Bump actions/upload-artifact from 2 to 4 ( #450 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 12:34:50 +02:00
dependabot[bot]
e303899652
Bump actions/checkout from 2 to 4 ( #449 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 12:25:02 +02:00
Artem Gavrilov
43f3c27141
Add dependabot config ( #443 )
2024-04-10 11:54:39 +02:00
Artem Gavrilov
e1ad88a580
Fix workflows after CI image upgrade ( #445 )
...
* Temporary disable all workflows except one
* Try ubuntu 20.04
* Remove redundant working dir config
* Fix
* Try perform some operations from default user
* Try fix
* Revert "Try fix"
This reverts commit 3ed843c7462f69d7ad74ba6f60c93544e1ea549c.
* Revert "Try perform some operations from default user"
This reverts commit 206046714d888b518bce2f83f567176978a73af9.
* Switch back to ubuntu 22.04
* Add debug
* Try fix
* Hit CI
* More debug
* Revert "Remove redundant working dir config"
This reverts commit 3d1ade8948
.
* Revert "Fix"
This reverts commit 05dbeed894
.
* Try fix
* Revert some changes
* Revert "Temporary disable all workflows except one"
This reverts commit 93b35036fb
.
* Fix pgdg workflows
* Fix ppg workflows
2024-04-09 18:12:15 +02:00
Artem Gavrilov
7829869dc7
Fix partition_prune testcase ( #440 )
...
* Disable workflows
* Disable pg_stat_monitor tests
* Add no-locale to initdb
* Try with enabled compute_query_id
* Enable tests
* Cleanup
* Set compute_query_id parameter to regress mode
* Revert "Disable workflows"
This reverts commit f0b85b8b4a
.
* Fix pg 14 and 15 build workflows
* Fix
* Cleanup
2024-04-09 14:05:58 +02:00
Artem Gavrilov
684e6483b5
Fix cppcheck workflow ( #441 )
...
* Upgrade ubuntu from 20.04 to 22.04
* Temporary remove all workflows except cppcheck
* Try ununty 23.10
* Revert "Try ununty 23.10"
This reverts commit c8590b60ed
.
* Try cppcheck built from sources
* Add sudo
* Bump checkout action version in cppcheck workflow
* Revert "Temporary remove all workflows except cppcheck"
This reverts commit 9f32e94992
.
2024-04-05 19:42:40 +02:00
Artem Gavrilov
c89879e372
Fix IPC::Run perl module name in CI ( #438 )
2024-04-05 19:42:00 +02:00
Artem Gavrilov
64c71f98de
Fix integer overflow ( #435 )
...
* Fix MAX_BUCKETS_MEM overflow
* Fix MAX_QUERY_BUF overflow
* Fix int overflow in IsBucketValid function
* Add missing newline
* Remove test for max value of pgsm_query_shared_buffer parameter
* Tune tests
* Cleanup
* Use int64 type instead of long long
2024-04-05 14:34:30 +02:00
Muhammad Aqeel
7ea569e6bc
Merge pull request #437 from maqeel75/main
...
Rename .ddeb extension to .deb
2024-03-05 18:03:16 +05:00
Muhammad Aqeel
3d846105c5
Rename .ddeb extension to .deb
2024-03-05 16:22:19 +05:00
Muhammad Aqeel
7ecd10a7de
Merge pull request #436 from maqeel75/main
...
[DISTPG-724]: Updated version of pg_stat_monitor and fixed build scri…
2024-02-07 14:47:47 +05:00
Muhammad Aqeel
5bb67963e7
[DISTPG-724]: Updated version of pg_stat_monitor and fixed build script issues.
2024-02-05 13:34:41 +05:00
Hamid Akhtar
75f86f54b1
Version bumped for the 2.0.4 release ( #434 )
...
Version bumped for the 2.0.4 release.
2023-12-12 17:26:55 +01:00
Hamid Akhtar
4863020ccd
PG-646: pg_stat_monitor hangs in pgsm_store
...
A potential lock contention could've been caused when an OOM warning
was being emitted by the pgsm_store function. This could lead the
pg_store_error function calling pgsm_store function and thereby trying
to acquire and exclusive lock when a shared was already by the same
process. This warning is now guarded by protection block.
2023-11-24 15:29:45 +05:00
Hamid Akhtar
0a8ac38de9
Version bumped for the 2.0.3 release. ( #430 )
2023-11-14 17:30:46 +05:00
Hamid Akhtar
a35689bd36
Merge pull request #427 from Naeem-Akhter/pg16
...
Added workflow file for pgsm ppg-16 package testing.
2023-11-08 14:11:46 +05:00
Naeem Akhter
3ed25d5511
Added workflow file for pgsm ppg-16 package testing.
2023-11-07 00:01:07 +05:00
Hamid Akhtar
ddc5a1745b
Merge pull request #425 from codeforall/main
...
PG-645: pg_stat_monitor crashes PostgreSQL if there is citus ..
2023-11-01 13:36:26 +05:00
Muhammad Usama
823bfb9aa7
PG-645: pg_stat_monitor crashes PostgreSQL if there is citus ..
...
Do not look for the query in the hash if no query string is
provided in the planner hook.
2023-11-01 10:54:35 +05:00
Hamid Akhtar
67493acda4
Merge pull request #422 from Naeem-Akhter/pg16
...
Adding pg-16 build and PGDG workflows.
2023-10-23 16:40:49 +05:00
Naeem Akhter
715a4ceb82
Adding pg-16 build and PGDG workflows.
2023-09-12 14:37:19 +05:00
Hamid Akhtar
3b9d125ba0
Version bumped for the 2.0.2 release.
2023-09-12 12:46:13 +05:00
Hamid Akhtar
9cf2fb8d56
PostgreSQL 16 support for PGSM
...
* Fixing issues with GUC initialization and function renames
* Fixed regression issues with PG16
2023-09-12 12:45:58 +05:00
Hamid Akhtar
f2228798ad
Merge pull request #419 from dutow/pg16
...
Postgres 16 support for PGSM
2023-09-11 13:11:15 +05:00
Zsolt Parragi
38ee75cc60
Postgres 16 support for PGSM
...
* PG16 requires changes around one of the hooks, ifdef added
* Meson build file added
2023-08-17 18:06:00 +02:00
Hamid Akhtar
726556dbaf
Updating release notes for the 2.0.1 release.
2023-05-25 19:43:49 +05:00
Hamid Akhtar
67a54c792d
Merge pull request #399 from codeforall/main
...
Merging changes back to the main branch after the 2.0.1 release
2023-05-24 14:42:01 -06:00
EvgeniyPatlan
d2f133657f
ENG-7 Update pg-stat-monitor.spec
2023-05-24 12:29:00 +05:00
Hamid Akhtar
639bf6f158
Version bumped for the 2.0.1 release.
2023-05-24 12:28:16 +05:00
Hamid Akhtar
39d9419bd0
PG-624: pg_stat_monitor: Possible server crash when running pgbench with pg_stat_monitor loaded ( #396 )
...
PG-624: pg_stat_monitor: Possible server crash when running pgbench
with pg_stat_monitor loaded
It appears that this issue was being caused by improper handling of
dynamic number of buckets. This commit resolves the issue.
Also, as part of a larger cleanup, memory context has been moved to
local space from shared storage. Also, some unwanted
and no-longer-needed variables are removed.
Co-authored-by: Muhammad Usama <muhammad.usama@percona.com>
2023-05-24 12:27:40 +05:00
Hamid Akhtar
2ceb47e3cd
PG-613: Postgresql crashes with Segmentation fault when query plan is enabled on large queries
...
The return value for snprintf was incorrectly being recorded as plan
length. That's been resolved.
As part of this fix, we've also elminated the possibility of a potential
memory leak when plan text was being saved.
Co-authored-by: Hamid Akhtar <hamid.akhtar@percona.com>
Co-authored-by: Muhammad Usama <muhammad.usama@percona.com>
2023-05-24 12:26:30 +05:00
Mikail
7623f15e68
Make pg_config configurable in Makefile invocation ( #392 )
...
This allows to override the `PG_CONFIG` variable through environment variables
when wanting to use another one that is not in the `PATH`.
2023-05-02 16:26:55 +05:00