Artem Gavrilov
b0aa23f819
Fix toplevel calculation for older PG version
2024-06-11 15:17:38 +02:00
Artem Gavrilov
267591677e
Skip level tracking regression test for PG version less than 14
2024-06-08 18:23:02 +02:00
Artem Gavrilov
63a0679fee
Fix for PG12
2024-06-08 17:50:42 +02:00
Artem Gavrilov
90e53e6de7
Add level tracking test expected result for PG13
2024-06-08 17:13:27 +02:00
Artem Gavrilov
ef378f52c8
Format code
2024-06-07 18:14:51 +02:00
Artem Gavrilov
91c5683e36
Fix nesting level tracking
2024-06-07 18:02:21 +02:00
Artem Gavrilov
7c36562d42
Add level tracking regression test
2024-06-07 13:20:01 +02:00
Artem Gavrilov
2af9ae7a4a
Format code
2024-06-06 16:43:38 +02:00
Artem Gavrilov
122a30c82b
Fixes and formatting
2024-06-06 15:57:47 +02:00
Artem Gavrilov
fd8864dba3
Try to fix PG pgdg workflow
2024-06-06 13:30:45 +02:00
Artem Gavrilov
fd1e3a98b9
Add pgdg workflow for PG17
2024-06-06 12:58:54 +02:00
Artem Gavrilov
bbdc2d1782
Fix build for PG12
2024-06-06 12:06:23 +02:00
Artem Gavrilov
1855bc9f5c
Fix t/028_temp_block.pl for PG14 and below
2024-06-06 11:49:36 +02:00
Artem Gavrilov
e8a8603cc8
Revert "Disable all workflows except check and build for PG 15, 16 and 17"
...
This reverts commit 73febf3aee
.
2024-06-06 00:39:20 +02:00
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