Postgres extension to save OOPS mistakes
pgext.cloud · Source code · License text · Control file · PGXN
| Package | pg_savior |
|---|---|
| Version | 0.1.0 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Relocatable | Yes |
| Stars | 76 |
| Latest commit | 2026-08-01 |
| Latest release | 2026-04-26 |
| Catalogue updated | 2026-08-30 |
| table_log | record table modification logs and PITR for table/row |
| safeupdate | Require criteria for UPDATE and DELETE |
| pg_drop_events | logs transaction ids of drop table, drop column, drop materialized view statements |
| pg_strict | Prevent dangerous UPDATE and DELETE without WHERE clause |
| pgmemento | Transaction-based audit trail with schema versioning |
| pgaudit | provides auditing functionality |
| pg_cheat_funcs | Provides cheat (but useful) functions |
| pg_crash | Send random signals to random processes |
| pg_dirtyread | Read dead but unvacuumed rows from table |
| block_copy_command | Block COPY commands via a configurable ProcessUtility hook |