select open change scope Open full search

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

Extensions / Time series

pgtime

Temporal tables extension for PostgreSQL. Automatically tracks Transaction Time (system time) on any table using range types and a high-performance C-based AFTER ROW trigger.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepgtime
Version0.1
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars1
Latest commit2026-06-05
Latest release2026-06-01
Catalogue updated2026-08-30

Related extensions

See also

audit_streamPostgres extension that emits audit-stream-py-compatible governance events on watched table CRUD via pg notify, plus a Python LISTEN bridge daemon. The database-tier governance producer for the Kinetic Gain Protocol Suite.
rppdTrigger-based PostgreSQL event dispatcher that sends row changes over gRPC to a clustered Rust/Python execution service.
verisqlAudit-grade verification gateway for AI-generated SQL — catches silently wrong queries before they hit your dashboard, keeps tamper-evident audit trails, verifies migration equivalence. Zero LLM tokens for 90% of checks.
pg_py_plan_forwardingForward PostgreSQL planner and executor data to embedded Python callbacks
sql_sagaC and PL/pgSQL extension for valid-time temporal tables, temporal foreign keys, history-preserving views, and bulk temporal merge operations.
s2PL/Python functions for converting latitude/longitude to S2 cell IDs and tokens and navigating the S2 cell hierarchy
pgpymlRun scikit-learn machine-learning models inside PostgreSQL through PL/Python functions and triggers.
pg_typescriptpg_typescript: TypeScript/JavaScript procedural language for PostgreSQL
I4R_AUDB_extensionAUDB operations for PostgreSQL int4range values.
panda_postPython Pandas data in Postgres