Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pg_stat_monitor: PostgreSQL 15's pg_stat_statements new fetures support #408

Closed
dutow opened this issue Jul 17, 2023 · 2 comments
Closed
Assignees

Comments

@dutow
Copy link
Contributor

dutow commented Jul 17, 2023

Here is the list of new features added in PostgreSQL - 15. We need to add the support of these functionalities into pg_stat_monitor.

  1. Allow pg_stat_reset_single_table_counters() to reset the counters of relations shared across all databases.
  2. Add system view pg_stat_subscription_stats to report on subscriber activity.
  3. Add counters for temporary file block I/O to pg_stat_statements.
  4. Add JIT counters to pg_stat_statements.
  5. A few new columns were added in pg_stat_statments.
  • jit_functions
  • jit_generation_time
  • jit_inlining_count
  • jit_inlining_time
  • jit_optimization_count
  • jit_optimization_time
  • jit_emission_count
  • jit_emission_time

https://jira.percona.com/browse/PG-540

@artemgavrilov artemgavrilov self-assigned this Jul 9, 2024
@artemgavrilov
Copy link
Contributor

All new fields were added, but items 1 and 2 are not

@ImTheKai
Copy link
Contributor

Will be tracked here moving forward https://perconadev.atlassian.net/browse/PG-540

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants