select open change scope Open full search

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

Extensions / Data types

pgsfti

PostgreSQL data type for simple trapezoidal fuzzy time intervals and fuzzy temporal relations.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepgsfti
Version1.0
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars4
Latest commit2023-06-16
Catalogue updated2026-08-30

Related extensions

Required by

geohistorical_objectsGeohistorical objects support

See also

temporalC extension providing a PERIOD type over timestamp-with-time-zone values, temporal relation operators and functions, plus GiST indexing support.
time_for_keysC and PL/pgSQL helpers that enforce temporal foreign keys between valid-time tables with constraint triggers.
range_aggrange_agg: merge adjacent or overlapping PostgreSQL range values
lostgisLostGIS spatial helper functions and types
sql_saga_nativeRust/pgrx companion library that accelerates sql_saga temporal_merge planning and executor introspection.
pg_timelordProof-of-concept time-travel queries using commit timestamps and a custom MVCC snapshot.
pgtimeTemporal 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.
timeqlNative temporal history tracking and point-in-time queries using PostgreSQL range types and GiST indexes.