Commit Graph

104 Commits (57c609ef4a17a3dd2ca4f689ee8f7d81854dafb4)

Author SHA1 Message Date
Artem Gavrilov c949d21656
Add OSSF best practices badge (#507) 2025-02-14 14:34:31 +02:00
Artem Gavrilov 186c2e4795
Add OSSF Scorecard (#487)
* Create scorecard.yml

* Add OSSF scorecard badge

* Update README.md
2024-11-14 11:11:37 +02:00
Artem Gavrilov dacb41f9e4
[PG-810] PG-17 Support (#463)
* Temporary disable all workflows

* Add build workflow with PG17

* Fix incompatibilities

* Fix 007_settings_pgsm_query_shared_buffer.pl test

* Fix 018_column_names.pl

* Fix 025_compare_pgss.pl

* Remove tuplestore_donestoring usage at all

* Rename I/O timing statistics columns to shared_blk_{read|write}_time

* Fix comments with fileds numbers

* Fix format

* Revert "Temporary disable all workflows"

This reverts commit 12e75beb63.

* Disable all workflows except check and build for PG 15, 16 and 17

* Fix

* Fix comments

* Fix migration

* Use REL_17_BETA1 in CI

* Add timers tests to 028_temp_block.pl

* Add local blocks timing statistics columns local_blk_{write|read}_time

* Fix t/027_local_blocks.pl test for older PG versions

* Fix

* Add jit_deform_{count|time} metrics

* Fix

* Add stats_since and minmax_stats_since fields

* Revert "Disable all workflows except check and build for PG 15, 16 and 17"

This reverts commit 73febf3aee.

* Fix t/028_temp_block.pl for PG14 and below

* Fix build for PG12

* Add pgdg workflow for PG17

* Try to fix PG pgdg workflow

* Fixes and formatting

* Format code

* Add level tracking regression test

* Fix nesting level tracking

* Format code

* Add level tracking test expected result for PG13

* Fix for PG12

* Skip level tracking regression test for PG version less than 14

* Fix toplevel calculation for older PG version

* Fix level tracking test results

* Fix nesting level counting for older PG version

* Revert "Fix nesting level counting for older PG version"

This reverts commit 3e91da8010.

* Fix level tracking for older PG versions once again

* Set REL_17_BETA2 tag for PG

* Add CI badge for PG17

* Use PG17 for examples in readme
2024-07-18 14:59:57 +02:00
Artem Gavrilov c796995e0c
Add instructions for Trunk, add PGXN badge (#473) 2024-07-12 18:23:38 +03:00
Artem Gavrilov a88c23a626
Remove redundant pgsm unistallation step from readme (#462) 2024-04-26 11:11:41 +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 f72b8a9537
Add forum badge in readme (#447) 2024-04-16 12:34:37 +02:00
Kai Wagner 2ccbe416c2 PG-571: Update badges in README
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2023-01-30 14:14:07 +01:00
Kai Wagner 70decec03c PG-602: Updated the README and added PG15 and increased the copyright year to 2023
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2023-01-30 08:35:48 +01:00
Naeem Akhter 3b9e180837
PG-464: Update regression status badges links. (#293)
As per discussion in the team meeting, removed status badges for Pg-11~13 jobs
from README. We should only be displaying the status badges for the latest PG
version (GA) and code coverage.
2022-08-18 14:50:58 +05:00
Anastasia Alexadrova d499a23bdb PG-473 Drop docs and disable build on GH pages
With the documentation moved to a separate repo, remove the docs from this repository to avoid confusion where to contribute to docs. Also, removing a GH action and unpublishing the GH pages site with the docs being built on Render. Updated README and Contributing guide with the new docs repo.

deleted:    .github/workflows/doc-build.yml
	modified:   README.md
	deleted:    docs/COMPARISON.md
	deleted:    docs/REFERENCE.md
	deleted:    docs/USER_GUIDE.md
	deleted:    docs/_images/percona-favicon.ico
	deleted:    docs/_images/percona-logo.svg
	deleted:    docs/css/percona.css
	deleted:    docs/css/toctree.css
	deleted:    docs/index.md
	deleted:    docs/js/version-select.js
	deleted:    docs/overrides/404.html
	deleted:    docs/setup.md
	deleted:    requirements-doc.txt
2022-08-09 09:00:30 +02:00
Naeem Akhter cf1f7a842f
PG-464: Update regression status badges links. (#284)
Updated status badges links in README that were not carrying the correct links, workflows
(Actions) for older links have been removed from repo as those have been
replaced by distribution specific (PGDG and PPG) workflows.
2022-08-02 19:32:29 +05:00
Naeem Akhter 822895a5a4
PG-433: Codecov code coverage with PGSM GH repo (#279)
1) Updated code coverage workflow with required changes so that we point to
Codecov onwards for coverage stats.
2) Updated README.md file so that badge for Code Coverage, points to CodeCov
coverage stats for PGSM.
3) Added .DS_STORE to .gitignore file.
2022-07-06 15:32:38 +05:00
Kai Wagner ef24c8c324 PG-437: added the how we work section for OneFlow
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-06-21 08:38:54 +02:00
Hamid Akhtar 053f1d6e56 [PG-436] Completing the merge process by resolving feedback received during
the review process. Updating version to 1.1.0-dev.
2022-06-20 15:53:20 +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
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
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
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
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
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 652dd3406b PG-269: Updated install from source chapter
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-05-03 17:18:57 +02:00
Kai Wagner c5f84053a7 PG-405: Replace beta release warning in main branch
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-05-03 09:47:37 +02:00
Kai Wagner 5237f8afe2 PG-366 remove beta release warning from README.md
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
2022-05-02 13:41:41 +02:00
Ibrar Ahmed 34fe8ec4b1
Merge pull request #206 from nastena1606/PG-358-Doc-data-display-by-PGSS-PGSM-RC2
PG-358 Documented block and WAL data display
2022-04-21 23:18:17 +05:00
Anastasia Alexadrova 65aaca6313 PG-344 Described the extensions behavior for collecting data depending on order
modified:   README.md
2022-03-30 21:45:15 +03:00
Anastasia Alexadrova 0b9479aa19 PG-358 Documented block and WAL data display
Due to different data processing by both extensions, these stats appear as inconsistent.

modified:   README.md
	modified:   docs/COMPARISON.md
2022-03-30 18:41:39 +03:00
Anastasia Alexadrova 781282364c PG-287 Added uninstall steps to README
modified:   README.md
2022-02-17 19:50:28 +05:00
Lenz Grimmer 482744e77b docs: Updated Forum URL, removed Discord link
Updated the Forum URL to point to the dedicated
pg_stat_monitor forum in `README.md` and
`CONTRIBUTING.md`, removed link to the Discord
channel to ensure that conversations are focused
to one location. Updated the table of contents in
the README.

Signed-off-by: Lenz Grimmer <lenz.grimmer@percona.com>
2022-02-17 19:50:28 +05:00
Anastasia Alexadrova 11def58e7e PG-308 README Updates
Added a link to pg_stat_monitor view reference in the Overview
Aded PG 14 to supported versions
Updated links in the Documentation section

modified:   README.md
2022-02-17 19:49:51 +05:00
Anastasia Alexadrova 8d4cbefdf5 PG-298 Add 'Report a bug' section to readme
modified:   README.md
2022-02-17 19:49:51 +05:00
Umair Shahid b3c7ba8c60 Update README.md
Proposed changes for https://jira.percona.com/browse/PG-155
2022-02-17 19:45:55 +05:00
Anastasia Alexadrova f7275071cd PG-285 Doc: Order of modules
Added a note about strict order of modules for PG 13 and earlier versions

modified:   README.md
2021-11-24 12:47:06 +02:00
Ibrar Ahmed 6cf798416e
Update README.md 2021-11-17 01:42:55 +05:00
Ibrar Ahmed 973cb16d34
Update README.md 2021-11-17 01:42:10 +05:00
Ibrar Ahmed ff7d82be6e
Update README.md 2021-11-17 01:38:24 +05:00
Ibrar Ahmed a0c848749c
Update README.md 2021-11-17 01:36:38 +05:00
Ibrar Ahmed 88523792f5 Rename workflows. 2021-11-16 20:30:34 +00:00
Ibrar Ahmed 5e2b107471
Update README.md 2021-11-17 01:20:08 +05:00
Denys Kondratenko 5b5979c0aa add dependencies for build 2021-10-29 23:20:54 +02:00
Ibrar Ahmed 350ef723ab
Update README.md 2021-10-16 07:58:14 +05:00
Ibrar Ahmed 28b7559296
Merge pull request #116 from nastena1606/PG-255-Readme-update-title-toc
PG-255: Doc - Fix README title and TOC
2021-10-13 23:12:05 +05:00
Ibrar Ahmed 2ece257add
Merge pull request #105 from mu-samoylov/add_pg_package_tests
Test pg_stat_monitor with pg from packages
2021-10-13 23:11:25 +05:00
Naeem Akhter 32a13f8462 PG-258: Re-enable Coverall code coverage to pg_stat_monitor.
As codecov is not approved by IT due to some known vulnerabilities in the past, reverting back to coverall.io to make sure that at least code coverage is available.
2021-10-13 22:00:41 +05:00
Anastasia Alexadrova f986ac0096 PG-255 Doc - Fix README title and TOC
modified:   README.md
2021-10-07 15:11:25 +03:00
Anastasia Alexadrova d1e01aeaab PG-207 Readme updates
modified:   README.md
2021-09-30 19:37:23 +03:00
Naeem Akhter f7588532be PG-226: Enable installcheck-world regression.
1) Enabled configure and build with proper flags and environment to make sure that
built server is aligned with pg and ppg package distribution in terms of features
and configurations. Earlier build (configure) was not aligned with pg community standard
configuration that are used for community builds and distribution.

2) Enabled installcheck-world regression test suites of the pg server, to verify
the stability and compatibility of pg server after loading pg_stat_monitor in
server.

3) Change in expected files of error.out and error_1.out for error testacase.

4) Disbaled and removed coverage using coveralls.io, as it was not serving the purpose.

(Note: installcheck-world was failing on pg-14 due to some changes that are done in pg14
or upstream PGSS, and that is causing additional line (Query Identifier) is output of some
of the test cases of installcheck-world so it is not enabled in this commit. Problem with
pg14 server installcheck regression is output of an extra line (Query identifier ****)
in some of the test cases after loading extension PGSM and that causes regression to fail
for server after library load.)
2021-09-23 03:10:06 +05:00
Mikhail Samoylov 4a2a042955 Test pg_stat_monitor with pg from packages 2021-09-11 10:12:01 +03:00