1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2026-06-21 01:35:43 +02:00

765 Commits

Author SHA1 Message Date
Eduardo Função ef88d7b7b1 Add squix 2026-05-21 17:10:47 +03:00
Ryo Kanbayashi 866aa8afc2 Add pgsql-hackers Weekly Digest to newsletters 2026-05-21 17:09:33 +03:00
verysignvl 462c71fe5d Add qail-zig to Zig language bindings 2026-05-21 16:54:30 +03:00
verysignvl 96ec1d6762 Add Qail to Utilities 2026-05-21 16:53:49 +03:00
Max Fi 4aa15c1358 Add QueryGlow to PostgreSQL tools list 2026-05-21 16:36:13 +03:00
Vadim Voitenko e96f7e1015 docs: Added Greenmask link 2026-05-21 16:31:00 +03:00
Mustafa 87ac763d69 Add SQL Syntax Cheat Sheet to Tutorials section 2026-03-28 09:22:44 +02:00
Alex Yarotsky 57eafaf85c Add diesel-guard 2026-03-28 09:19:21 +02:00
Alex Yarotsky 72f54ab19a Add "Lift the Elephant" to Books 2026-03-28 09:16:41 +02:00
Mickel Samuel dc54d12aeb Add MigrationPilot to CLI section 2026-03-28 09:09:35 +02:00
riii111 f1d7632dc2 Add sabiql to CLI section 2026-03-28 09:05:29 +02:00
Gabriel Ludwig Rivera e778c5212d Add pg-safe-migrate to Utilities section 2026-03-28 09:02:29 +02:00
philmcc@gmail.com f3eab27153 Add myDBA to Monitoring section
myDBA (https://mydba.dev) is a PostgreSQL performance monitoring
platform with 75+ automated health checks, cluster-aware index
advisor, query analysis, and extension monitoring for TimescaleDB,
pgvector, and PostGIS.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-28 08:49:59 +02:00
Itamar Syn-Hershko 54ed58d9dc Add BigData Boutique Blog link to README 2026-03-28 08:48:10 +02:00
Mickaël Carl 2e8d5682ef Add PlanetScale to the list of PaaS
Our Postgres offering is generally available for a little while now.
2026-03-28 08:46:21 +02:00
Jacob 58fcb7af79 Add pgplan to CLI tools list 2026-02-22 07:54:13 +02:00
Nikolay Samokhvalov cf24f596a5 Add pg_ash to Monitoring section 2026-02-22 07:52:52 +02:00
Thomas Kooi b3a244e92a Add Thalassa Cloud DBaaS to database services list 2026-02-14 21:10:21 +02:00
krylosov-aa c035c21ad1 Add pg-status to HA
pg-status is a lightweight microservice (sidecar) that helps you instantly determine the status of your PostgreSQL hosts: whether they are alive, which one is the master, which ones are replicas, and how far each replica is lagging behind the master.

It's designed to run alongside your main application. It's lightweight, resource‑efficient, and delivers high performance. You can query it on every request without noticeable overhead.

pg-status polls your database hosts in the background at a configurable interval and exposes an HTTP interface that you can use to retrieve hosts matching given conditions.

I originally built it to speed up master detection in a multi‑host setup where DNS failover was too slow, but it's also handy for proxy setups or custom load‑balancing logic.
2026-02-14 21:06:59 +02:00
belo4ya 49a83a71c1 add Percona's Kubernetes operators
Signed-off-by: belo4ya <41exey.kov41ev@gmail.com>
2026-02-14 21:02:28 +02:00
belo4ya a1dbecb861 add Pigsty blog
Signed-off-by: belo4ya <41exey.kov41ev@gmail.com>
2026-02-14 21:01:49 +02:00
Fabien Ménager 85a4d7e5a0 Add PostgreSQL Anonymizer extension to README
Added PostgreSQL Anonymizer to the list of extensions.
2026-01-05 12:46:27 +02:00
Rostislav Dugin 8a039a3840 Update README.md 2026-01-05 12:45:05 +02:00
Kaarel Moppel 17a5899ab2 Restore dbForge Edge in GUI section 2025-12-25 07:55:53 +02:00
Kaarel Moppel 72bbd0acb4 Add a top "Platforms" link 2025-12-25 07:36:29 +02:00
Crisbez db78d4094e Move Atlas4D from Extensions to new Platforms section
As suggested by @kmoppel - Atlas4D is a platform built on PostgreSQL,
not a pure extension.
2025-12-25 07:34:34 +02:00
crisbez 87af4a4b81 Add Atlas4D - Spatiotemporal intelligence platform
Adding Atlas4D, an open-source 4D spatiotemporal platform built on PostgreSQL 16.

- Combines PostGIS + TimescaleDB + pgvector + H3
- Natural language queries (multilingual)
- Python SDK on PyPI: pip install atlas4d
- Helm charts for Kubernetes

Demo: https://atlas4d.tech
2025-12-25 07:34:34 +02:00
Volodymyr Perebykivskyi 64476d5923 Fix typo 2025-12-09 20:52:25 +02:00
ViktoriiaDevart 375180ea3c Update README.md (#452)
Co-authored-by: Kaarel Moppel <kmoppel@users.noreply.github.com>
2025-11-26 18:10:57 +02:00
ViktoriiaDevart edd84ba0f3 Update README.md
Add dbForge Edge to GUI
2025-11-26 18:08:00 +02:00
Philippe Noël 9e58fdfe4c Update links and descriptions for ParadeDB 2025-11-26 18:07:34 +02:00
Rob Pankow 8ac68920e7 Added Vela to PaaS list 2025-11-26 18:07:04 +02:00
Ryo Kanbayashi 6018c6a85f Add link to create_pg_super_document project
Added a link to create_pg_super_document for AI-generated PostgreSQL documentation.
2025-10-23 11:48:19 +03:00
Tianzhou a0f9501cd0 docs: add bytebase and pgschema 2025-10-05 22:08:19 +03:00
Eugene 10de52714c Add PgManage entry to GUI tools section 2025-10-05 21:57:41 +03:00
Sarah Conway d18af9d9d1 Add StatsMgr under Monitoring 2025-10-05 21:56:48 +03:00
Sarah Conway 9939753ebc Add newly open-sourced PostgreSQL extension Spock under High-Availability 2025-10-05 21:55:45 +03:00
isaced d2c4fb5e52 Add postgres-backup-oss 2025-08-22 23:30:19 +03:00
Kaarel Moppel d388f6a53e Add Pigsty and joelonsql extension listings under Extensions
Move pgxn up as well
2025-08-20 00:44:10 +03:00
Matthias Feist 202c957060 Added more job-queue options 2025-08-20 00:29:16 +03:00
Bertrand HARTWIG 67ed5876b3 pgAssistant repo moved 2025-08-20 00:27:52 +03:00
Kaarel Moppel 1015a7fbb0 Remove the current standalone articles for consistency
To be in sync with CONTRIBUTING.md and avoid PR-s on that
2025-08-06 11:45:40 +03:00
Kaarel Moppel 81037396fa Add pgassistant under Optimization
An open-source DB overivew / imprevemnts suggestion dashboard
2025-06-27 13:10:47 +02:00
Kaarel Moppel c057f3c0b8 Update README.md
Add a note on being a drop-in pg_receivewal replacement
2025-06-03 14:31:58 +03:00
alexey.zh b87c7d41e0 pgrwl - Add pgrwl 2025-06-03 14:31:58 +03:00
Kaarel Moppel 067d4630b2 Update README.md
Meniton it's pg_dump based
2025-06-03 14:28:18 +03:00
Valiantsin Zavadski 42ed3a485c Add pg-backups-to-s3 tool 2025-06-03 14:28:18 +03:00
Digoal.zhou 6c873f4d54 Update README.md 2025-06-03 14:25:37 +03:00
Digoal.zhou 8e4d0901d7 Update README.md 2025-06-03 14:25:37 +03:00
Digoal.zhou 54b53768c6 Update README.md 2025-06-03 14:25:37 +03:00