awesome-postgres icon indicating copy to clipboard operation
awesome-postgres copied to clipboard

A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql

Results 102 awesome-postgres issues
Sort by recently updated
recently updated
newest added

[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...

Hi, Team, I notice that this list include Docker images. It may also be useful to include K8s operators running PGSQL clusters. I know below lists so far (listed in...

This adds pg_auto_failover to this list. see https://github.com/citusdata/pg_auto_failover

Hi, Stjepan from Manning here. I thought this title might be a good match for your list. Thank you for considering it. Best,

https://github.com/vidardb/pgrocks-fdw is awesome. I'm excited to use this plugin to combine postgres with a [LSM](https://en.wikipedia.org/wiki/Log-structured_merge-tree) data store. I'm planning to use it for event-sourcing where rocks-db is the long term...

pgcat - Enhanced postgresql logical replication https://github.com/kingluo/pgcat

`db_converter` is an open-source database migration tool for PostgreSQL 9.6+ designed for high loaded installations. Tasks that can be solved using `db_converter`: * Transactional [modification of data](https://github.com/masterlee998/db_converter/wiki/Use-cases#update-all-records-in-huge-table) of any volume...

pg_timetable extension was added, useful for scheduling tasks.