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

Open
dutow opened this issue Jul 17, 2023 · 0 comments
Open

Comments

@dutow
Copy link
Collaborator

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. Allow pg_stat_reset_single_table_counters() to reset the counters of relations shared across all databases.
  6. 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

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

1 participant