Table-level point-in-time restore and time-travel queries for PostgreSQL using trigger or WAL capture.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_flashback |
|---|---|
| Version | 0.1.0 |
| PostgreSQL versions | 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | pg_flashback |
| Schema | flashback |
| Stars | 1 |
| Latest commit | 2026-04-05 |
| Catalogue updated | 2026-07-30 |
| pg_wal_recovery | pg recovery is an educational PostgreSQL extension for database recovery |
| timeql | Native temporal history tracking and point-in-time queries using PostgreSQL range types and GiST indexes. |
| pgcapture | A scalable Netflix DBLog implementation for PostgreSQL |
| ptrack | Tracks changed PostgreSQL blocks for incremental backup using a shared-memory map and core storage hooks. |
| dump_fdw | Foreign data wrapper for querying rows directly from PostgreSQL custom-format dump files |
| pgespresso | Optional Extension for Barman, Backup and Recovery Manager for PostgreSQL |
| pg_recyclebin | Intercepts DROP TABLE and TRUNCATE to retain recoverable table data and metadata in a recycle-bin schema. |
| pg_bman | PostgreSQL hot-backup tooling with remote full/incremental backup and archive-log helpers. |