Skip to content

Tags: percona/pg_stat_monitor

Tags

2.3.2-build.1

Toggle 2.3.2-build.1's commit message
Enable gcc-toolset-14 for RHEL9

2.3.2

Toggle 2.3.2's commit message
Update required PostgreSQL in pgxn meta data

Support for pg12 has already been removed from the code, and 2.3.2
will only support pg13 and above.

2.3.1

Toggle 2.3.1's commit message
PG-2014 Initalize nested query stack to fix crash on DDL

The pgsm_ProcessUtility() which handles DDL increments nesting_level but
does not put a query text on the next_queries stack while
pgsm_ExecutorRun() does both. It is unclear to me if this is a mistake
or by design but since readers of the query check for is the query text
pointer is NULL and pgsm_ExecutorRun() reset the pointer to NULL before
returning it is safe as long as we initialize the stack to all NULL
pointers, which we did not.

This bug was found by our test suite in Jenkins on some RHEL based
distro version and seems to mostly happen when the first query of a
backend is CREATE EXTENSION and we have enabled query normalization but
it is entirely possible that it could happen under other circumstances
too.

The use of calloc() over palloc0() is to keep the patch small since the
previous code used malloc().

2.3.0

Toggle 2.3.0's commit message
Bump actions/upload-artifact from 4.6.2 to 5.0.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ea165f8...330a01c)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix branch detection

2.1.1

Toggle 2.1.1's commit message
PG-1370 Bump PGSM version up to 2.1.1

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 2.1.0 (#482)

* Update META.json

* Drop RELEASE_NOTES.md

* Update meson.build

* Remove mkdocs.yml

2.0.4

Toggle 2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bumped for the 2.0.4 release (#434)

Version bumped for the 2.0.4 release.

2.0.3

Toggle 2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bumped for the 2.0.3 release. (#430)

2.0.2

Toggle 2.0.2's commit message
Version bumped for the 2.0.2 release.