Lightweight distributed lock service inside PostgreSQL
pgext.cloud · Source code · PGXN
| Package | pglock |
|---|---|
| Version | 1.0.0 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | pglock |
| Stars | 3 |
| Latest commit | 2026-03-06 |
| Catalogue updated | 2026-08-30 |
| pg_cron | Job scheduler for PostgreSQL |
| pg_task | execute any sql command at any specific time at background |
| pg_durable | SQL-native durable orchestrations for PostgreSQL |
| pg_background | Run SQL queries in the background |
| pg_retry | Retry SQL statements on transient errors with exponential backoff |
| pg_later | Run queries now and get results later |
| pgmq | A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. |
| pg_dispatch | Asynchronous SQL dispatcher built on pg_cron |
| ulak | Transactional Outbox extension for PostgreSQL with reliable asynchronous delivery |
| omni_worker | Generalized worker pool |
| pg_cron | Job scheduler for PostgreSQL |