@@ -11,19 +11,18 @@ WarpSQL is a powerful solution that provides opinionated extensions to Postgres,
11
11
12
12
## Supported Extensions
13
13
14
-
15
- | Extension | Version |
16
- | --------------------| -------------|
17
- | [ PgVector] ( https://github.com/pgvector/pgvector ) | 0.5.1 |
18
- | [ TimescaleDB] ( https://github.com/timescale/timescaledb ) | 2.13.0 |
19
- | [ PgCron] ( https://github.com/citusdata/pg_cron ) | 1.6.0 |
20
- | [ PostGIS] ( https://postgis.net ) | 3.4.2 |
21
- | [ Citus] ( https://www.citusdata.com/ ) | 12.1.0 |
22
- | [ Pg Repack] ( https://github.com/reorg/pg_repack ) | 1.5.0 |
23
- | [ PgAutoFailover] ( https://github.com/hapostgres/pg_auto_failover ) | 2.1 |
24
- | [ postgresql-hll] ( https://github.com/citusdata/postgresql-hll ) | 2.18 |
25
- | [ PgJobmon] ( https://github.com/omniti-labs/pg_jobmon ) | 1.4.1 |
26
- | [ PgPartman] ( https://github.com/pgpartman/pg_partman ) | 5.0.1 |
14
+ | Extension | PG14 | PG15 | PG16 |
15
+ | ------------------------------------------------------------------| --------| --------| --------|
16
+ | [ PgVector] ( https://github.com/pgvector/pgvector ) | 0.5.1 | 0.5.1 | 0.5.1 |
17
+ | [ TimescaleDB] ( https://github.com/timescale/timescaledb ) | 2.13.0 | 2.13.0 | 2.13.0 |
18
+ | [ PgCron] ( https://github.com/citusdata/pg_cron ) | 1.6.0 | 1.6.0 | 1.6.0 |
19
+ | [ PostGIS] ( https://postgis.net ) | 3.4.2 | 3.4.2 | 3.4.2 |
20
+ | [ Citus] ( https://www.citusdata.com/ ) | 12.1.0 | 12.1.0 | 12.1.0 |
21
+ | [ Pg Repack] ( https://github.com/reorg/pg_repack ) | 1.5.0 | 1.5.0 | 1.5.0 |
22
+ | [ PgAutoFailover] ( https://github.com/hapostgres/pg_auto_failover ) | 2.1 | 2.1 | 2.1 |
23
+ | [ postgresql-hll] ( https://github.com/citusdata/postgresql-hll ) | 2.18 | 2.18 | 2.18 |
24
+ | [ PgJobmon] ( https://github.com/omniti-labs/pg_jobmon ) | 1.4.1 | 1.4.1 | 1.4.1 |
25
+ | [ PgPartman] ( https://github.com/pgpartman/pg_partman ) | 5.0.1 | 5.0.1 | 5.0.1 |
27
26
28
27
## Releases
29
28
- [ Versioning Policy] ( ./docs/version-policy.md )
0 commit comments