Extension versions for Amazon RDS for PostgreSQL
Amazon RDS for PostgreSQL supports many extensions for the PostgreSQL database engine.
The PostgreSQL community sometimes refers to these as modules. Extensions expand on the functionality
provided by the PostgreSQL engine. You can find a list of extensions supported
by Amazon RDS in the default DB parameter group for that PostgreSQL version. You can
also see the current extensions list using psql
by showing the
rds.extensions
parameter as in the following example.
SHOW rds.extensions;
Parameters added in a minor version release might display inaccurately
when using the rds.extensions
parameter in psql
.
The following sections show the extensions supported by Amazon RDS for the major PostgreSQL versions.
Contents
Extensions supported for RDS for PostgreSQL 14
The following table shows PostgreSQL extensions for PostgreSQL version 14
that are currently supported on Amazon RDS. For more information on PostgreSQL
extensions, see Packaging related objects into an extension
Extension | 14.2 | 14.1 |
---|---|---|
address_standardizer |
3.1.5 | 3.1.5 |
address_standardizer_data_us |
3.1.5 | 3.1.5 |
amcheck |
1.3 | 1.3 |
autoinc (contrib-spi) |
1.0 | 1.0 |
auto_explain |
yes | yes |
aws_commons | 1.2 | 1.2 |
aws_lambda | 1.0 | 1.0 |
aws_s3 | 1.1 | 1.1 |
bloom |
1.0 | 1.0 |
bool_plperl | 1.0 | 1.0 |
btree_gin |
1.3 | 1.3 |
btree_gist |
1.6 | 1.6 |
citext |
1.6 | 1.6 |
cube |
1.5 | 1.5 |
dblink |
1.2 | 1.2 |
dict_int |
1.0 | 1.0 |
dict_xsyn |
1.0 | 1.0 |
earthdistance |
1.1 | 1.1 |
flow_control | 1.0 | 1.0 |
fuzzystrmatch |
1.1 | 1.1 |
hll |
2.15 | 2.15 |
hstore |
1.8 | 1.8 |
hstore_plperl |
1.0 | 1.0 |
ICU module |
60.2 | 60.2 |
insert_username (contrib-spi) |
1.0 | 1.0 |
intagg |
1.1 | 1.1 |
intarray |
1.5 | 1.5 |
ip4r |
2.4 | 2.4 |
isn |
1.2 | 1.2 |
jsonb_plperl | 1.0 | 1.0 |
lo |
1.1 | 1.0 |
log_fdw | 1.3 | 1.3 |
ltree |
1.2 | 1.2 |
mysql_fdw |
2.7.0 | N/A |
moddatetime (contrib-spi) |
1.0 | 1.0 |
old_snapshot |
1.0 | 1.0 |
oracle_fdw |
1.2 | 1.2 |
orafce |
3.15 | 3.15 |
pageinspect |
1.9 | 1.9 |
pg_bigm |
1.2 | 1.2 |
pg_buffercache |
1.3 | 1.3 |
pg_cron | 1.4 | 1.4 |
pg_freespacemap |
1.2 | 1.2 |
pg_hint_plan |
1.3.7 | 1.3.7 |
pg_partman | 4.6.0 | 4.6.0 |
pg_prewarm |
1.2 | 1.2 |
pg_proctab |
0.0.9 | 0.0.9 |
pg_repack |
1.4.7 | 1.4.7 |
pg_similarity |
1.0 | 1.0 |
pg_stat_statements |
1.9 | 1.9 |
pg_transport | 1.0 | 1.0 |
pg_trgm |
1.6 | 1.6 |
pg_visibility |
1.2 | 1.2 |
pgAudit |
1.6.1 | 1.6 |
pgcrypto |
1.3 | 1.3 |
pglogical |
2.4.0 | 2.4.0 |
pgrouting |
3.2.0 | 3.2.0 |
pgrowlocks |
1.2 | 1.2 |
pgstattuple |
1.5 | 1.5 |
pgTAP |
1.1.0 | 1.1.0 |
plcoffee | 2.3.15 | 2.3.15 |
plls | 2.3.15 | 2.3.15 |
plperl |
1.0 | 1.0 |
plpgsql |
1.0 | 1.0 |
plprofiler |
4.1 | 4.1 |
pltcl |
1.0 | 1.0 |
plv8 | 2.3.15 | 2.3.15 |
PostGIS | 3.1.5 | 3.1.4 |
postgis_raster |
3.1.5 | 3.1.4 |
postgis_tiger_geocoder |
3.1.5 | 3.1.4 |
postgis_topology |
3.1.5 | 3.1.4 |
postgres_fdw |
1.1 | 1.1 |
prefix |
1.2.0 | 1.2.0 |
rdkit |
3.8 | 3.8 |
rds_tools |
1.0 | 1.0 |
refint (contrib-spi) |
1.0 | 1.0 |
sslinfo |
1.2 | 1.2 |
tablefunc |
1.0 | 1.0 |
tds_fdw |
2.0.2 | N/A |
test_parser |
1.0 | 1.0 |
tsm_system_rows |
1.0 | 1.0 |
tsm_system_time |
1.0 | 1.0 |
unaccent |
1.1 | 1.1 |
uuid-ossp |
1.1 | 1.1 |
wal2json |
2.3 | 2.3 |
Extensions supported for RDS for PostgreSQL 13
The following table shows PostgreSQL extensions for PostgreSQL version 13
that are currently supported on Amazon RDS. For more information on PostgreSQL
extensions, see Packaging related objects into an extension
Extension | 13.6 | 13.5 | 13.4 | 13.3 |
---|---|---|---|---|
address_standardizer |
3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 |
address_standardizer_data_us |
3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 |
amcheck |
1.2 | 1.2 | 1.2 | 1.2 |
auto_explain | yes | yes | yes | yes |
autoinc (contrib-spi) |
1.0 | 1.0 | 1.0 | N/A |
aws_commons | 1.2 | 1.2 | 1.2 | 1.1 |
aws_lambda | 1.0 | 1.0 | 1.0 | 1.0 |
aws_s3 | 1.1 | 1.1 | 1.1 | 1.1 |
bloom |
1.0 | 1.0 | 1.0 | 1.0 |
bool_plperl | 1.0 | 1.0 | 1.0 | 1.0 |
btree_gin |
1.3 | 1.3 | 1.3 | 1.3 |
btree_gist |
1.5 | 1.5 | 1.5 | 1.5 |
citext |
1.6 | 1.6 | 1.6 | 1.6 |
cube |
1.4 | 1.4 | 1.4 | 1.4 |
dblink |
1.2 | 1.2 | 1.2 | 1.2 |
dict_int |
1.0 | 1.0 | 1.0 | 1.0 |
dict_xsyn |
1.0 | 1.0 | 1.0 | 1.0 |
earthdistance |
1.1 | 1.1 | 1.1 | 1.1 |
flow_control | 1.0 | 1.0 | 1.0 | 1.0 |
fuzzystrmatch |
1.1 | 1.1 | 1.1 | 1.1 |
hll |
2.15 | 2.15 | 2.15 | 2.15 |
hstore |
1.7 | 1.7 | 1.7 | 1.7 |
hstore_plperl |
1.0 | 1.0 | 1.0 | 1.0 |
ICU module |
60.2 | 60.2 | 60.2 | 60.2 |
insert_username (contrib-spi) |
1.0 | 1.0 | 1.0 | N/A |
intagg |
1.1 | 1.1 | 1.1 | 1.1 |
intarray |
1.3 | 1.3 | 1.3 | 1.3 |
ip4r |
2.4 | 2.4 | 2.4 | 2.4 |
isn |
1.2 | 1.2 | 1.2 | 1.2 |
jsonb_plperl | 1.0 | 1.0 | 1.0 | 1.0 |
lo |
1.1 | 1.0 | 1.0 | 1.0 |
log_fdw | 1.2 | 1.2 | 1.2 | 1.2 |
ltree |
1.2 | 1.2 | 1.2 | 1.2 |
moddatetime (contrib-spi) |
1.0 | 1.0 | 1.0 | N/A |
mysql_fdw |
2.7.0 | N/A | N/A | N/A |
oracle_fdw |
2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 |
orafce |
3.15 | 3.15 | 3.15 | 3.15 |
pageinspect |
1.8 | 1.8 | 1.8 | 1.8 |
pg_bigm |
1.2 | 1.2 | 1.2 | 1.2 |
pg_buffercache |
1.3 | 1.3 | 1.3 | 1.3 |
pg_cron | 1.4.1 | 1.4.1 | 1.3.1 | 1.3.1 |
pg_freespacemap |
1.2 | 1.2 | 1.2 | 1.2 |
pg_hint_plan |
1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 |
pg_partman | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 |
pg_prewarm |
1.2 | 1.2 | 1.2 | 1.2 |
pg_proctab |
0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 |
pg_repack |
1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 |
pg_similarity |
1.0 | 1.0 | 1.0 | 1.0 |
pg_stat_statements |
1.8 | 1.8 | 1.8 | 1.8 |
pg_transport | 1.0 | 1.0 | 1.0 | 1.0 |
pg_trgm |
1.5 | 1.5 | 1.5 | 1.5 |
pg_visibility |
1.2 | 1.2 | 1.2 | 1.2 |
pgAudit |
1.5.1 | 1.5 | 1.5 | 1.5 |
pgcrypto |
1.3 | 1.3 | 1.3 | 1.3 |
pglogical |
2.4.0 | 2.4.0 | 2.4.0 | 2.3.3 |
pgrouting |
3.1.3 | 3.1.3 | 3.1.3 | 3.1.0 |
pgrowlocks |
1.2 | 1.2 | 1.2 | 1.2 |
pgstattuple |
1.5 | 1.5 | 1.5 | 1.5 |
pgTAP |
1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 |
plcoffee | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 |
plls | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 |
plperl |
1.0 | 1.0 | 1.0 | 1.0 |
plpgsql |
1.0 | 1.0 | 1.0 | 1.0 |
plprofiler |
4.1 | 4.1 | 4.1 | 4.1 |
pltcl |
1.0 | 1.0 | 1.0 | 1.0 |
plv8 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 |
PostGIS | 3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 |
postgis_raster |
3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 |
postgis_tiger_geocoder |
3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 |
postgis_topology |
3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 |
postgres_fdw |
1.0 | 1.0 | 1.0 | 1.0 |
prefix |
1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 |
rdkit |
3.8 | 3.8 | 3.8 | 3.8 |
rds_tools |
1.0 | 1.0 | 1.0 | 1.0 |
refint (contrib-spi) |
1.0 | 1.0 | 1.0 | N/A |
sslinfo |
1.2 | 1.2 | 1.2 | 1.2 |
tablefunc |
1.0 | 1.0 | 1.0 | 1.0 |
tds_fdw |
2.0.2 | N/A | N/A | N/A |
test_parser |
1.0 | 1.0 | 1.0 | 1.0 |
tsm_system_rows |
1.0 | 1.0 | 1.0 | 1.0 |
tsm_system_time |
1.0 | 1.0 | 1.0 | 1.0 |
unaccent |
1.1 | 1.1 | 1.1 | 1.1 |
uuid-ossp |
1.1 | 1.1 | 1.1 | 1.1 |
wal2json |
2.3 | 2.3 | 2.3 | 2.3 |
Extensions supported for RDS for PostgreSQL 12
The following table shows PostgreSQL extensions for PostgreSQL version 12
that are currently supported on Amazon RDS. For more information on PostgreSQL
extensions, see Packaging related objects into an extension
Extension | 12.10 | 12.9 | 12.8 | 12.7 |
---|---|---|---|---|
address_standardizer |
3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 |
address_standardizer_data_us |
3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 |
amcheck |
1.2 | 1.2 | 1.2 | 1.2 |
auto_explain | yes | yes | yes | yes |
aws_commons | 1.0 | 1.0 | 1.0 | 1.0 |
aws_lambda | 1.0 | 1.0 | 1.0 | 1.0 |
aws_s3 | 1.1 | 1.1 | 1.1 | 1.1 |
bloom |
1.0 | 1.0 | 1.0 | 1.0 |
btree_gin |
1.3 | 1.3 | 1.3 | 1.3 |
btree_gist |
1.5 | 1.5 | 1.5 | 1.5 |
citext |
1.6 | 1.6 | 1.6 | 1.6 |
cube |
1.4 | 1.4 | 1.4 | 1.4 |
dblink |
1.2 | 1.2 | 1.2 | 1.2 |
dict_int |
1.0 | 1.0 | 1.0 | 1.0 |
dict_xsyn |
1.0 | 1.0 | 1.0 | 1.0 |
earthdistance |
1.1 | 1.1 | 1.1 | 1.1 |
fuzzystrmatch |
1.1 | 1.1 | 1.1 | 1.1 |
hll |
2.14 | 2.14 | 2.14 | 2.14 |
hstore |
1.6 | 1.6 | 1.6 | 1.6 |
hstore_plperl |
1.0 | 1.0 | 1.0 | 1.0 |
ICU module |
60.2 | 60.2 | 60.2 | 60.2 |
intagg |
1.1 | 1.1 | 1.1 | 1.1 |
intarray |
1.2 | 1.2 | 1.2 | 1.2 |
ip4r |
2.4 | 2.4 | 2.4 | 2.4 |
isn |
1.2 | 1.2 | 1.2 | 1.2 |
jsonb_plperl | 1.0 | 1.0 | 1.0 | 1.0 |
lo |
1.1 | 1.0 | 1.0 | 1.0 |
log_fdw | 1.1 | 1.1 | 1.1 | 1.1 |
ltree |
1.1 | 1.1 | 1.1 | 1.1 |
oracle_fdw |
2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 |
orafce |
3.15 | 3.15 | 3.15 | 3.15 |
pageinspect |
1.7 | 1.7 | 1.7 | 1.7 |
pg_bigm |
1.2 | 1.2 | 1.2 | 1.2 |
pg_buffercache |
1.3 | 1.3 | 1.3 | 1.3 |
pg_cron | 1.4.1 | 1.4.1 | 1.3.1 | 1.3.1 |
pg_freespacemap |
1.2 | 1.2 | 1.2 | 1.2 |
pg_hint_plan |
1.3.7 | 1.3.7 | 1.3.5 | 1.3.5 |
pg_partman | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 |
pg_prewarm |
1.2 | 1.2 | 1.2 | 1.2 |
pg_proctab |
0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 |
pg_repack |
1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 |
pg_similarity |
1.0 | 1.0 | 1.0 | 1.0 |
pg_stat_statements |
1.7 | 1.7 | 1.7 | 1.7 |
pg_transport | 1.0 | 1.0 | 1.0 | 1.0 |
pg_trgm |
1.4 | 1.4 | 1.4 | 1.4 |
pg_visibility |
1.2 | 1.2 | 1.2 | 1.2 |
pgAudit |
1.4.2 | 1.4 | 1.4 | 1.4 |
pgcrypto |
1.3 | 1.3 | 1.3 | 1.3 |
pglogical |
2.4.0 | 2.4.0 | 2.4.0 | 2.3.2 |
pgrouting |
3.0.5 | 3.0.5 | 3.0.5 | 3.0.0 |
pgrowlocks |
1.2 | 1.2 | 1.2 | 1.2 |
pgstattuple |
1.5 | 1.5 | 1.5 | 1.5 |
pgTAP |
1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 |
plcoffee | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 |
plls | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 |
plperl |
1.0 | 1.0 | 1.0 | 1.0 |
plpgsql |
1.0 | 1.0 | 1.0 | 1.0 |
plprofiler |
4.1 | 4.1 | 4.1 | 4.1 |
pltcl |
1.0 | 1.0 | 1.0 | 1.0 |
plv8 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 |
PostGIS | 3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 |
postgis_raster |
3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 |
postgis_tiger_geocoder |
3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 |
postgis_topology |
3.1.5 | 3.1.4 | 3.1.4 | 3.0.3 |
postgres_fdw |
1.0 | 1.0 | 1.0 | 1.0 |
prefix |
1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 |
rdkit |
3.8 | 3.8 | 3.8 | 3.8 |
sslinfo |
1.2 | 1.2 | 1.2 | 1.2 |
tablefunc |
1.0 | 1.0 | 1.0 | 1.0 |
test_parser |
1.0 | 1.0 | 1.0 | 1.0 |
tsm_system_rows |
1.0 | 1.0 | 1.0 | 1.0 |
tsm_system_time |
1.0 | 1.0 | 1.0 | 1.0 |
unaccent |
1.1 | 1.1 | 1.1 | 1.1 |
uuid-ossp |
1.1 | 1.1 | 1.1 | 1.1 |
wal2json |
2.3 | 2.3 | 2.3 | 2.3 |
Extensions supported for RDS for PostgreSQL 11
The following tables show PostgreSQL extensions for PostgreSQL version
11.x that are currently supported by RDS for PostgreSQL. "N/A" indicates
that the extension isn't available for that PostgreSQL version. For more
information on PostgreSQL extensions, see Packaging related objects into an extension
Extension | 11.15 | 11.14 | 11.13 | 11.12 |
---|---|---|---|---|
address_standardizer |
3.1.5 | 3.1.4 | 3.1.4 | 2.5.1 |
address_standardizer_data_us |
3.1.5 | 3.1.4 | 3.1.4 | 2.5.1 |
aws_s3 | 1.1 | 1.1 | 1.1 | 1.1 |
amcheck |
yes | yes | yes | yes |
auto_explain | yes | yes | yes | yes |
bloom |
1.0 | 1.0 | 1.0 | 1.0 |
btree_gin |
1.3 | 1.3 | 1.3 | 1.3 |
btree_gist |
1.5 | 1.5 | 1.5 | 1.5 |
citext |
1.5 | 1.5 | 1.5 | 1.5 |
cube |
1.4 | 1.4 | 1.4 | 1.4 |
dblink |
1.2 | 1.2 | 1.2 | 1.2 |
decoder_raw | yes | yes | yes | yes |
dict_int |
1.0 | 1.0 | 1.0 | 1.0 |
dict_xsyn |
1.0 | 1.0 | 1.0 | 1.0 |
earthdistance |
1.1 | 1.1 | 1.1 | 1.1 |
fuzzystrmatch |
1.1 | 1.1 | 1.1 | 1.1 |
hstore |
1.5 | 1.5 | 1.5 | 1.5 |
hstore_plperl |
1.0 | 1.0 | 1.0 | 1.0 |
ICU module |
60.2 | 60.2 | 60.2 | 60.2 |
intagg |
1.1 | 1.1 | 1.1 | 1.1 |
intarray |
1.2 | 1.2 | 1.2 | 1.2 |
ip4r |
2.3 | 2.3 | 2.3 | 2.3 |
isn |
1.2 | 1.2 | 1.2 | 1.2 |
lo |
1.1 | |||
log_fdw | 1.0 | 1.0 | 1.0 | 1.0 |
libprotobuf | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 |
ltree |
1.1 | 1.1 | 1.1 | 1.1 |
orafce |
3.15 | 3.15 | 3.15 | 3.15 |
pageinspect |
1.7 | 1.7 | 1.7 | 1.7 |
pg_bigm |
1.2 | 1.2 | 1.2 | 1.2 |
pg_buffercache |
1.3 | 1.3 | 1.3 | 1.3 |
pg_freespacemap |
1.2 | 1.2 | 1.2 | 1.2 |
pg_hint_plan |
1.3.7 | 1.3.7 | 1.3.5 | 1.3.5 |
pg_prewarm |
1.2 | 1.2 | 1.2 | 1.2 |
pg_proctab |
0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 |
pg_repack |
1.4.4 | 1.4.4 | 1.4.4 | 1.4.4 |
pg_similarity | 1.0 | 1.0 | 1.0 | 1.0 |
pg_stat_statements |
1.6 | 1.6 | 1.6 | 1.6 |
pg_transport | 1.0 | 1.0 | 1.0 | 1.0 |
pg_trgm |
1.4 | 1.4 | 1.4 | 1.4 |
pg_visibility |
1.2 | 1.2 | 1.2 | 1.2 |
pgAudit |
1.3.3 | 1.3.1 | 1.3.1 | 1.3.1 |
pgcrypto |
1.3 | 1.3 | 1.3 | 1.3 |
pglogical |
2.4.0 | 2.4.0 | 2.4.0 | 2.2.2 |
pgrowlocks |
1.2 | 1.2 | 1.2 | 1.2 |
pgrouting |
2.6.3 | 2.6.3 | 2.6.3 | 2.6.1 |
pgstattuple |
1.5 | 1.5 | 1.5 | 1.5 |
pgTAP |
1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 |
plcoffee | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 |
plls | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 |
plperl |
1.0 | 1.0 | 1.0 | 1.0 |
plpgsql |
1.0 | 1.0 | 1.0 | 1.0 |
plprofiler |
4.1 | 4.1 | 4.1 | 4.1 |
pltcl |
1.0 | 1.0 | 1.0 | 1.0 |
plv8 | 2.3.8 | 2.3.8 | 2.3.8 | 2.3.8 |
PostGIS | 3.1.5 | 3.1.4 | 3.1.4 | 2.5.2 |
postgis_raster |
3.1.5 | 3.1.4 | 3.1.4 | N/A |
postgis_tiger_geocoder |
3.1.5 | 3.1.4 | 3.1.4 | 2.5.1 |
postgis_topology |
3.1.5 | 3.1.4 | 3.1.4 | 2.5.1 |
postgres_fdw |
1.0 | 1.0 | 1.0 | 1.0 |
postgresql-hll |
2.11 | 2.11 | 2.11 | 2.11 |
prefix |
1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 |
rdkit |
3.8 | 3.8 | 3.8 | 3.8 |
sslinfo |
1.2 | 1.2 | 1.2 | 1.2 |
tablefunc |
1.0 | 1.0 | 1.0 | 1.0 |
test_decoding | yes | yes | yes | yes |
test_parser |
1.0 | 1.0 | 1.0 | 1.0 |
tsm_system_rows |
1.0 | 1.0 | 1.0 | 1.0 |
tsm_system_time |
1.0 | 1.0 | 1.0 | 1.0 |
unaccent |
1.1 | 1.1 | 1.1 | 1.1 |
uuid-ossp |
1.1 | 1.1 | 1.1 | 1.1 |
wal2json |
2.3 | 2.3 | 2.3 | 2.3 |
Extensions supported for RDS for PostgreSQL 10
The following tables show PostgreSQL extensions for PostgreSQL version 10
that are currently supported by RDS for PostgreSQL. "N/A" indicates that
the extension isn't available for that PostgreSQL version. For more
information on PostgreSQL extensions, see Packaging related objects into an extension
Extension | 10.20 | 10.19 | 10.18 | 10.17 |
---|---|---|---|---|
address_standardizer |
3.1.5 | 3.1.4 | 3.1.4 | 2.4.2 |
address_standardizer_data_us |
3.1.5 | 3.1.4 | 3.1.4 | 2.4.2 |
amcheck | 1 | yes | yes | yes |
auto_explain | yes | yes | yes | yes |
aws_commons | 1.1 | 1.1 | 1.1 | 1.1 |
aws_s3 | 1.1 | 1.1 | 1.1 | 1.1 |
bloom |
1 | 1.0 | 1.0 | 1.0 |
btree_gin |
1.2 | 1.2 | 1.2 | 1.2 |
btree_gist |
1.5 | 1.5 | 1.5 | 1.5 |
chkpass |
1 | 1.0 | 1.0 | 1.0 |
citext |
1.4 | 1.4 | 1.4 | 1.4 |
cube |
1.2 | 1.2 | 1.2 | 1.2 |
dblink |
1.2 | 1.2 | 1.2 | 1.2 |
decoder_raw | yes | yes | yes | yes |
dict_int |
1 | 1.0 | 1.0 | 1.0 |
dict_xsyn |
1 | 1.0 | 1.0 | 1.0 |
earthdistance |
1.1 | 1.1 | 1.1 | 1.1 |
fuzzystrmatch |
1.1 | 1.1 | 1.1 | 1.1 |
hstore |
1.4 | 1.4 | 1.4 | 1.4 |
hstore_plperl |
1 | 1.0 | 1.0 | 1.0 |
ICU module |
60.2 | 60.2 | 60.2 | 60.2 |
intagg |
1.1 | 1.1 | 1.1 | 1.1 |
intarray |
1.2 | 1.2 | 1.2 | 1.2 |
ip4r |
2.1 | 2.1.1 | 2.1.1 | 2.1.1 |
isn |
1.1 | 1.1 | 1.1 | 1.1 |
lo |
1.1 | na | na | na |
log_fdw | 1.1 | 1.0 | 1.0 | 1.0 |
libprotobuf | 1.3.0 | 1.3.0 | 1.3.0 | 1.3.0 |
ltree |
1.1 | 1.1 | 1.1 | 1.1 |
orafce |
3.15 | 3.15 | 3.15 | 3.15 |
pageinspect | 1.6 | 1.6 | 1.6 | 1.6 |
pg_buffercache |
1.3 | 1.3 | 1.3 | 1.3 |
pg_freespacemap |
1.2 | 1.2 | 1.2 | 1.2 |
pg_hint_plan |
1.3.6 | 1.3.6 | 1.3.5 | 1.3.5 |
pg_prewarm |
1.1 | 1.1 | 1.1 | 1.1 |
pg_repack |
1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 |
pg_similarity | 1 | 1.0 | 1.0 | 1.0 |
pg_stat_statements |
1.6 | 1.6 | 1.6 | 1.6 |
pg_transport | 1 | 1.0 | 1.0 | 1.0 |
pg_trgm |
1.3 | 1.3 | 1.3 | 1.3 |
pg_visibility |
1.2 | 1.2 | 1.2 | 1.2 |
pgAudit |
1.2.3 | 1.2.1 | 1.2.1 | 1.2.1 |
pgcrypto |
1.3 | 1.3 | 1.3 | 1.3 |
pglogical |
2.4.0 | 2.4.0 | 2.4.0 | 2.2.2 |
pgrowlocks |
2.5.5 | 1.2 | 1.2 | 1.2 |
pgrouting |
1.2 | 2.5.5 | 2.5.5 | 2.5.2 |
pgstattuple |
1.5 | 1.5 | 1.5 | 1.5 |
plcoffee | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 |
plls | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 |
plperl |
1 | 1.0 | 1.0 | 1.0 |
plpgsql |
1 | 1.0 | 1.0 | 1.0 |
plprofiler |
4.1 | 4.1 | 4.1 | 4.1 |
pltcl |
1.0 | 1.0 | 1.0 | 1.0 |
plv8 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 |
PostGIS | 3.1.5 | 3.1.4 | 3.1.4 | 2.5.2 |
postgis_raster |
3.1.5 | 3.1.4 | 3.1.4 | N/A |
postgis_tiger_geocoder |
3.1.5 | 3.1.4 | 3.1.4 | 2.4.2 |
postgis_topology |
3.1.5 | 3.1.4 | 3.1.4 | 2.4.2 |
postgres_fdw |
1 | 1.0 | 1.0 | 1.0 |
postgresql-hll |
2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 |
prefix |
1.2 | 1.2.0 | 1.2.0 | 1.2.0 |
sslinfo |
1 | 1.2 | 1.2 | 1.2 |
tablefunc |
1 | 1.0 | 1.0 | 1.0 |
test_decoding | 1 | yes | yes | yes |
test_parser |
1 | 1.0 | 1.0 | 1.0 |
tsearch2 |
1 | 1.0 | 1.0 | 1.0 |
tsm_system_rows |
1.1 | 1.0 | 1.0 | 1.0 |
tsm_system_time |
1.1 | 1.0 | 1.0 | 1.0 |
unaccent |
1.1 | 1.1 | 1.1 | 1.1 |
uuid-ossp |
1.1 | 1.1 | 1.1 | 1.1 |
wal2json |
2.3 | 2.3 | 2.3 | 2.3 |
The tsearch2
extension is deprecated in version 10. The
tsearch2
extension was remove from
PostgreSQL version 11.1
on Amazon RDS (deprecated).
Extensions supported for RDS for PostgreSQL 9.6
The following tables show PostgreSQL extensions for PostgreSQL version
9.6.x that are currently supported by RDS for PostgreSQL. "N/A" indicates
that the extension isn't available for that PostgreSQL version. For more
information on PostgreSQL extensions, see Packaging related objects into an extension
Extension | 9.6.24 | 9.6.23 | 9.6.22 | 9.6.20 | 9.6.19 | 9.6.18 | 9.6.17 | 9.6.16 | 9.6.15 | 9.6.14 | 9.6.12 | 9.6.11 | 9.6.10 | 9.6.9 | 9.6.8 | 9.6.6 | 9.6.5 | 9.6.3 | 9.6.2 | 9.6.1 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
address_standardizer |
2.5.5, 2.3.7 | 2.5.5, 2.3.7 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.2 | 2.3.2 | 2.3.2 | 2.3.0 |
address_standardizer_data_us |
2.5.5, 2.3.7 | 2.5.5, 2.3.7 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.2 | 2.3.2 | 2.3.2 | 2.3.0 |
auto_explain | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | N/A | N/A |
bloom |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
btree_gin |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
btree_gist |
1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 |
chkpass |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
citext |
1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 |
cube |
1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 |
dblink |
1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 |
decoder_raw | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | N/A | N/A | N/A |
dict_int |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
dict_xsyn |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
earthdistance |
1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 |
fuzzystrmatch |
1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 |
hstore |
1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 |
hstore_plperl |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
intagg |
1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 |
intarray |
1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 |
ip4r |
2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.1.1 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 |
isn |
1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 |
log_fdw | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | N/A |
ltree |
1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 |
orafce |
3.15 | 3.15 | 3.15 | 3.8 | 3.8 | 3.8 | 3.8 | 3.6.1 | 3.6.1 | 3.6.1 | 3.6.1 | 3.6.1 | 3.6.1 | 3.6.1 | 3.6.1 | 3.6.1 | N/A | N/A | N/A | N/A |
pgAudit |
1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1 | 1.1 | 1.1 | 1.1 | N/A | N/A |
pg_buffercache |
1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 |
pg_freespacemap |
1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | N/A |
pg_hint_plan |
1.2.7 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.5 | 1.2.5 | 1.2.5 | 1.2.5 | 1.2.3 | 1.2.3 | 1.2.3 | 1.2.2 | 1.2.2 | 1.1.3 | 1.1.3 | 1.1.3 | 1.1.3 | N/A |
pg_prewarm |
1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 |
pg_repack |
1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.3 | 1.4.2 | 1.4.2 | 1.4.1 | 1.4.0 | N/A | N/A |
pg_similarity | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | N/A | N/A | N/A | N/A | N/A | N/A | N/A |
pg_stat_statements |
1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 |
pg_trgm |
1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 |
pg_visibility |
1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 |
pgcrypto |
1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 |
pglogical |
2.4.0 | 2.4.0 | 2.2.2 | 2.2.2 | 2.2.2 | 2.2.0 | 2.2.0 | 2.2.0 | 2.2.0 | 2.2.0 | 2.2.0 | 2.2.0 | 2.2.0 | N/A | N/A | N/A | N/A | N/A | N/A | N/A |
pgrowlocks |
1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 |
pgrouting |
2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.4.2 | 2.3.2 | N/A | N/A | N/A |
pgstattuple |
1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 |
plcoffee | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.3 |
plls | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.3 |
plperl |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
plpgsql |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
pltcl |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
plv8 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.0 | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.3 |
PostGIS | 2.5.5, 2.3.7 | 2.5.5, 2.3.7 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.4 | 2.3.4 | 2.3.2 | 2.3.2 | 2.3.2 | 2.3.0 |
postgis_tiger_geocoder |
2.5.5, 2.3.7 | 2.5.5, 2.3.7 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.2 | 2.3.2 | 2.3.2 | 2.3.0 |
postgis_topology |
2.5.5, 2.3.7 | 2.5.5, 2.3.7 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.4 | 2.3.2 | 2.3.2 | 2.3.2 | 2.3.0 |
postgres_fdw |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
postgresql-hll |
2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | 2.10.2 | N/A | N/A | N/A |
prefix |
1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | N/A | N/A | N/A | N/A |
sslinfo |
1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 |
tablefunc |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
test_decoding | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes | yes |
test_parser |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
tsearch2 |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
tsm_system_rows |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
tsm_system_time |
1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
unaccent |
1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 |
uuid-ossp |
1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 |
wal2json |
version 2.3 | version 2.3 | version 2.3 | version 2.3 | version 2.3 | version 2.1 | version 2.1 | Commit hash 9e962ba | Commit hash 9e962ba | Commit hash 9e962ba | Commit hash 9e962ba | Commit hash 9e962ba | Commit hash 01c5c1e | Commit hash 5352cc4 | Commit hash 5352cc4 | Commit hash 645ab69 | Commit hash 645ab69 | Commit hash 2828409 | N/A | N/A |