Minimal PL/pgSQL helper that creates JSONB-and-array time-series tables with GIN and GiST indexes.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | town |
|---|---|
| Version | 0.1.0 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 31 |
| Latest commit | 2021-11-09 |
| Catalogue updated | 2026-08-30 |
| btree_gist | support for indexing common datatypes in GiST |
| plpgsql | PL/pgSQL procedural language |
| timescaledb | Enables scalable inserts and complex queries for time-series data |
| pgbson | BSON data type and accessor functions for PostgreSQL |
| timeseries | Convenience API for time series stack |
| jsonb_delete_array | Delete jsonb keys or string elements listed in a text array |
| pg_deltax | Fast time-series extension for PostgreSQL |
| pg_statviz | Capture PostgreSQL statistics snapshots for time-series analysis and visualization |
| pgsampler | Experimental PostgreSQL background worker that collects time-series status and performance metrics. |
| pipelinedb | Run continuous SQL queries for high-throughput incremental time-series aggregation in PostgreSQL |
| pg_stl | Time series analysis functions for PostgreSQL |
| timescaledb_toolkit | Library of analytical hyperfunctions, time-series pipelining, and other SQL utilities |