select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Time series

pg_flashback

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

Overview

Packagepg_flashback
Version0.1.0
PostgreSQL versions13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typePreloaded
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableNo
Shared librariespg_flashback
Schemaflashback
Stars1
Latest commit2026-04-05
Catalogue updated2026-07-30

Related extensions

See also

pg_wal_recoverypg recovery is an educational PostgreSQL extension for database recovery
timeqlNative temporal history tracking and point-in-time queries using PostgreSQL range types and GiST indexes.
pgcaptureA scalable Netflix DBLog implementation for PostgreSQL
ptrackTracks changed PostgreSQL blocks for incremental backup using a shared-memory map and core storage hooks.
dump_fdwForeign data wrapper for querying rows directly from PostgreSQL custom-format dump files
pgespressoOptional Extension for Barman, Backup and Recovery Manager for PostgreSQL
pg_recyclebinIntercepts DROP TABLE and TRUNCATE to retain recoverable table data and metadata in a recycle-bin schema.
pg_bmanPostgreSQL hot-backup tooling with remote full/incremental backup and archive-log helpers.