Tracks table changes in per-table _log tables for timestamp-based history queries.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_recall |
|---|---|
| Version | 0.9.6 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | recall |
| Stars | 55 |
| Latest commit | 2016-05-21 |
| Latest release | 2016-05-21 |
| Catalogue updated | 2026-08-30 |
| btree_gist | support for indexing common datatypes in GiST |
| plpgsql | PL/pgSQL procedural language |
| pgmemento | Transaction-based audit trail with schema versioning |
| flux | Logs table data changes and reconstructs rows as they existed in the past. |
| table_log | record table modification logs and PITR for table/row |
| pg_audit | An extension for creating audit tables |
| istoria | Table history management with non-linear undo/redo |
| ddla | Audit DDL changes with event triggers and queryable log functions |
| pgaudit | provides auditing functionality |
| tablelog | Trigger-based audit and change-data-capture extension that records INSERT, UPDATE, and DELETE row images in a central log table and can generate replay SQL. |