Artem Gavrilov
c78d1af782
Add stats_since and minmax_stats_since fields
2024-06-05 19:40:59 +02:00
Artem Gavrilov
fdbb072ed8
Fix
2024-05-27 17:37:42 +02:00
Artem Gavrilov
6d741b84f8
Add jit_deform_{count|time} metrics
2024-05-27 17:09:47 +02:00
Artem Gavrilov
14e61c36e4
Fix
2024-05-27 13:14:18 +02:00
Artem Gavrilov
ffd9685a6e
Fix t/027_local_blocks.pl test for older PG versions
2024-05-27 12:35:03 +02:00
Artem Gavrilov
60a03d1c94
Add local blocks timing statistics columns local_blk_{write|read}_time
2024-05-24 20:55:13 +02:00
Artem Gavrilov
cd6d836feb
Add timers tests to 028_temp_block.pl
2024-05-24 20:48:56 +02:00
Artem Gavrilov
bf31663129
Use REL_17_BETA1 in CI
2024-05-23 16:25:14 +02:00
Artem Gavrilov
2441445bcc
Fix migration
2024-05-23 14:05:23 +02:00
Artem Gavrilov
f5eec50c86
Fix comments
2024-05-23 13:46:03 +02:00
Artem Gavrilov
00ea6afb60
Fix
2024-05-23 13:32:14 +02:00
Artem Gavrilov
73febf3aee
Disable all workflows except check and build for PG 15, 16 and 17
2024-05-23 13:12:16 +02:00
Artem Gavrilov
3dafa303f2
Revert "Temporary disable all workflows"
...
This reverts commit 12e75beb63
.
2024-05-22 18:03:26 +02:00
Artem Gavrilov
28a0696b8f
Fix format
2024-05-22 17:54:42 +02:00
Artem Gavrilov
f5059a8138
Fix comments with fileds numbers
2024-05-22 17:35:22 +02:00
Artem Gavrilov
9d8b072421
Rename I/O timing statistics columns to shared_blk_{read|write}_time
2024-05-22 17:13:44 +02:00
Artem Gavrilov
3c68a6043c
Merge remote-tracking branch 'origin/main' into pg-17-support
2024-05-13 17:50:24 +02:00
Muhammad Aqeel
508e35943e
Needs to install percona-release package to get GPG key. ( #465 )
2024-05-13 12:00:31 +05:00
Muhammad Aqeel
8d974c958f
percona-release.sh is required from release-1.0-28 branch to setup AR… ( #464 )
...
percona-release.sh is required from release-1.0-28 branch to setup ARM repo.
2024-05-10 12:02:54 +05:00
Artem Gavrilov
8c79f5db73
Remove tuplestore_donestoring usage at all
2024-05-09 18:43:02 +02:00
Artem Gavrilov
c6c394a928
Fix 025_compare_pgss.pl
2024-05-08 19:50:58 +02:00
Artem Gavrilov
4a769385b1
Fix 018_column_names.pl
2024-05-08 13:28:54 +02:00
Artem Gavrilov
adc19d5de2
Fix 007_settings_pgsm_query_shared_buffer.pl test
2024-05-07 19:24:18 +02:00
Artem Gavrilov
c85c03ddfb
Fix incompatibilities
2024-05-07 18:43:51 +02:00
Artem Gavrilov
5094fb460f
Add build workflow with PG17
2024-05-07 16:16:14 +02:00
Artem Gavrilov
12e75beb63
Temporary disable all workflows
2024-05-07 16:11:33 +02:00
Artem Gavrilov
a88c23a626
Remove redundant pgsm unistallation step from readme ( #462 )
2024-04-26 11:11:41 +02:00
Artem Gavrilov
288ec6325f
Add license headers validation ( #458 )
...
* Add .licenserc.yaml file
* Fix license headers
* Add github action to check license headers
* Fix workflow
* Fix checkout path
* Rename workflow
* Add debug info
* Disable workflows
* Try fix
* Split check workflow in two jobs
* Try invalid license header
* Comment of failure
* Disable cppcheck job
* Fix licenserc file
* Enable debug logging
* Prevent comments from licence-eye
* Revert "Disable cppcheck job"
This reverts commit 10f55373ea
.
* Revert "Disable workflows"
This reverts commit 2e2ead2fa5
.
* Fix typo
* Revert "Try invalid license header"
This reverts commit 0cc0c883d2
.
* Update year in license headers
* Cleanup
* Fix indention in license header
2024-04-26 10:55:50 +02:00
Muhammad Aqeel
61256faf83
[PKG-33]: Fixes PPG repo name issue for EL9. ( #461 )
2024-04-25 12:23:12 +05:00
Muhammad Aqeel
2b9817d3ba
[PKG-33]: Fixes PPG repo name issue from Jenkins. ( #460 )
2024-04-24 23:18:07 +05: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
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