Ross ROSS = Recommend OSS · open-source software intelligence for agents

arkhipov/temporal_tables

Temporal Tables PostgreSQL Extension observed · 2026-08-28

github.com/arkhipov/temporal_tables · C · BSD-2-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

51/100

  • Activity 62
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4945
  • days_rel: n/a
  • days_push: 233
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1048 stars · 52 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A PostgreSQL extension written in C that implements system-versioned temporal tables, automatically archiving old row versions into a history table on update or delete. It is distributed via PGXN and supports PostgreSQL 9.2 and higher.

Use cases

  • track full change history of rows in postgres tables
  • keep an audit trail of every update and delete in a database
  • query what a record looked like at a past point in time
  • implement system-versioned temporal tables in postgresql
  • archive old row versions automatically into a history table
  • store historical records with valid-time periods in sql

When to choose

  • you need automatic, trigger-based row versioning with history tables in PostgreSQL
  • you want a mature, battle-tested C extension rather than hand-written triggers
  • you need to reconstruct historical row states for auditing or time-travel queries

When to avoid

  • you need application-period (valid-time) temporal tables, which are not supported
  • you are on PostgreSQL 13+ and prefer the built-in system-versioning or range types
  • you use a database other than PostgreSQL

Facets

plugin · maturity stable

database databases developer-tools windows self-hosted postgresql-extension temporal-tables system-versioned-tables history-tables audit-history sql2011 pgxn c-extension linux macos

1 source

Member repositories

RepositoryRoleHealth v2
arkhipov/temporal_tablesmain51

For agents

markdown · JSON · MCP: product_card(name="arkhipov/temporal_tables")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem