1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-07-17 07:12:20 +02:00

Extensions: Added pg_stat_monitor (#316)

* Extensions: Added pg_stat_monitor

[pg_stat_monitor](https://github.com/percona/pg_stat_monitor)
provides improved insights that allow database
users to understand query origins, execution,
planning statistics and details, query information,
and metadata.

This significantly improves observability, enabling
users to debug and tune query performance.
pg_stat_monitor is developed on the basis of
pg_stat_statements as its more advanced
replacement.

Signed-off-by: Lenz Grimmer <lenz.grimmer@percona.com>

* Update README.md

revert indentation

---------

Signed-off-by: Lenz Grimmer <lenz.grimmer@percona.com>
Co-authored-by: Lenz Grimmer <lenz.grimmer@percona.com>
Co-authored-by: Kaarel Moppel <kmoppel@users.noreply.github.com>
This commit is contained in:
Lenz Grimmer
2025-04-29 11:34:25 +02:00
committed by GitHub
parent db52caef13
commit d3504a6bb0

View File

@ -146,6 +146,7 @@ For Database Management
* [pg\_partman](https://github.com/pgpartman/pg_partman) - Partition management extension for PostgreSQL.
* [pg\_paxos](https://github.com/citusdata/pg_paxos/) - Basic implementation of Paxos and Paxos-based table replication for a cluster of PostgreSQL nodes.
* [pg\_shard](https://github.com/citusdata/pg_shard) - Extension to scale out real-time reads and writes.
* [pg\_stat\_monitor](https://github.com/percona/pg_stat_monitor) - Query Performance Monitoring tool for PostgreSQL.
* [PGStrom](https://wiki.postgresql.org/wiki/PGStrom) - Extension to offload CPU intensive workloads to GPU.
* [pgxn](https://pgxn.org/) PostgreSQL Extension Network - central distribution point for many open-source PostgreSQL extensions
* [PipelineDB](https://www.confluent.io/blog/pipelinedb-team-joins-confluent/) - A PostgreSQL extension that runs SQL queries continuously on streams, incrementally storing results in tables.