

# Extension versions for Amazon Aurora PostgreSQL
<a name="AuroraPostgreSQL.Extensions"></a>

Aurora PostgreSQL support multiple extensions that enhance your database functionality. Each major engine version has a minimum supported extension version. When we release the first minor version of a new major engine, we publish the minimum supported extension version for that major engine version. We recommend that you upgrade to the latest version of each extension when you upgrade your DB cluster. Extension versions don't automatically upgrade during engine version upgrade workflows.

AWS plans to offer the latest version of extensions in the next quarterly release after they become available. Each extension's versioning scheme, features, and compatibility are determined by the extension developers, not AWS.

AWS might need to end support for extensions. When feasible, we provide 12 months notice before ending support for an extension. However, in cases involving security or other critical issues, we might need to end support for an extension or a specific version of an extension with less than 12 months notice or no notice across all supported engine versions. We might require you to upgrade to a newer version of an extension at any time and will provide instructions in such cases.

Following, you can find version information for each extension supported by currently available Amazon Aurora PostgreSQL releases.

**Topics**
+ [Extensions supported for Aurora PostgreSQL 17](#AuroraPostgreSQL.Extensions.17)
+ [Extensions supported for Aurora PostgreSQL 16](#AuroraPostgreSQL.Extensions.16)
+ [Extensions supported for Aurora PostgreSQL 15](#AuroraPostgreSQL.Extensions.15)
+ [Extensions supported for Aurora PostgreSQL 14](#AuroraPostgreSQL.Extensions.14)
+ [Extensions supported for Aurora PostgreSQL 13](#AuroraPostgreSQL.Extensions.13)
+ [Extensions supported for Aurora PostgreSQL 12](#AuroraPostgreSQL.Extensions.12)
+ [Extensions supported for Aurora PostgreSQL 11](#AuroraPostgreSQL.Extensions.11)
+ [Extensions supported for Aurora PostgreSQL 10](#AuroraPostgreSQL.Extensions.10)
+ [Extensions supported for Aurora PostgreSQL 9.6](#AuroraPostgreSQL.Extensions.96)

To upgrade an extension in your Aurora PostgreSQL DB cluster, see [ Upgrading PostgreSQL extensions](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.PostgreSQL.html#USER_UpgradeDBInstance.Upgrading.ExtensionUpgrades) in the *Amazon Aurora User Guide*.

For information about installing extensions, see [Working with extensions and foreign data wrappers](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Appendix.PostgreSQL.CommonDBATasks.html) in the *Amazon Aurora User Guide*. 

## Extensions supported for Aurora PostgreSQL 17
<a name="AuroraPostgreSQL.Extensions.17"></a>

The following table shows the PostgreSQL extension versions that are currently supported on Aurora PostgreSQL 17 versions. "NA" indicates that the extension isn't available for that PostgreSQL version. For more information about PostgreSQL extensions, see [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/16/extend-extensions.html) in the PostgreSQL documentation. 


| Extension | 17.9 | 17.7 | 17.6 | 17.5 | 17.4 | 
| --- | --- | --- | --- | --- | --- | 
| [address\$1standardizer](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 
| [address\$1standardizer\$1data\$1us](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 
| [amcheck](https://www.postgresql.org/docs/current/amcheck.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [apg\$1plan\$1mgmt](auroraqpm.updates.md) | 2.9 | 2.9 | 2.9 | 2.9 | 2.8 | 
| aurora\$1stat\$1utils | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| auto\$1explain | Yes | Yes | Yes | Yes | Yes | 
| [autoinc (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| aws\$1commons | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| aws\$1lambda | 2.0 | 2.0 | 2.0 | 1.0 | 1.0 | 
| [aws\$1ml](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/postgresql-ml.html) | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PostgreSQL.S3Import.html) | 2.0 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [bloom](https://www.postgresql.org/docs/12/bloom.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| bool\$1plperl | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [btree\$1gin](http://www.postgresql.org/docs/12/btree-gin.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [btree\$1gist](http://www.postgresql.org/docs/12/btree-gist.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [citext](http://www.postgresql.org/docs/12/citext.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [cube](http://www.postgresql.org/docs/12/cube.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [dblink](http://www.postgresql.org/docs/12/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [dict\$1int](http://www.postgresql.org/docs/12/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [dict\$1xsyn](https://www.postgresql.org/docs/12/dict-xsyn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [earthdistance](http://www.postgresql.org/docs/12/earthdistance.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [fuzzystrmatch](http://www.postgresql.org/docs/12/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [h3-pg](https://github.com/zachasme/h3-pg) | 4.2.3 | 4.2.3 | 4.1.3 | 4.1.3 | 4.1.3 | 
| [h3-postgis](https://github.com/zachasme/h3-pg/tree/main/h3_postgis) | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 
| hll | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 
| [hstore](http://www.postgresql.org/docs/12/hstore.html) | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 
| [hstore\$1plperl](https://www.postgresql.org/docs/12/hstore.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [hypopg](https://github.com/HypoPG/hypopg) | 1.4.2 | 1.4.1 | 1.4.1 | 1.4.1 |  | 
| ICU module | ICU module | ICU module | ICU module | ICU module | 60.2 | 
| [insert\$1username (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [intagg](http://www.postgresql.org/docs/12/intagg.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [intarray](http://www.postgresql.org/docs/12/intarray.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 
| [isn](http://www.postgresql.org/docs/12/isn.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| jsonb\$1plperl | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [lo](https://www.postgresql.org/docs/current/lo.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| log\$1fdw | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [ltree](http://www.postgresql.org/docs/12/ltree.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [moddatetime (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [mysql\$1fdw](https://github.com/EnterpriseDB/mysql_fdw) | 2.9.3 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 
| oracle\$1fdw | 2.8.0 | 2.8.0 | 2.8.0 | 2.7.0 | 2.7.0 | 
| [orafce](https://github.com/orafce/orafce) | 4.16.3 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 
| pg\$1ad\$1mapping | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1bigm](https://pgbigm.osdn.jp/pg_bigm_en-1-2.html) | 1.2\$120250903 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1buffercache](http://www.postgresql.org/docs/12/pgbuffercache.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pg\$1columnmask](https://aws.amazon.com/about-aws/whats-new/2025/11/amazon-aurora-postgresql-dynamic-data-masking/) | 1.1.0 | 1.1.0 | 1.0.0 | – | – | 
| [pg\$1cron](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_pg_cron.html) | 1.6.7 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/12/pgfreespacemap.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan/) | 1.7.1 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 
| [pg\$1partman](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_Partitions.html) | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 
| [pg\$1prewarm](https://www.postgresql.org/docs/12/pgprewarm.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| pg\$1proctab | 0.0.12 | 0.0.12 | 0.0.12 | 0.0.12 | 0.0.12 | 
| [pg\$1repack](http://reorg.github.io/pg_repack/) | 1.5.3 | 1.5.2 | 1.5.2 | 1.5.1 | 1.5.1 | 
| pg\$1similarity | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/12/pgstatstatements.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [pg\$1tle](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.html) | 1.5.2 | 1.5.2 | 1.4.0 | 1.4.0 | 1.4.0 | 
| [pg\$1trgm](http://www.postgresql.org/docs/12/pgtrgm.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [pg\$1visibility](https://www.postgresql.org/docs/12/pgvisibility.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 17.1 | 17.1 | 17.1 | 17.1 | 17.0 | 
| [pgcrypto](http://www.postgresql.org/docs/12/pgcrypto.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| pgdam | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 
| [pglogical](https://github.com/2ndQuadrant/pglogical) | 2.4.6 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.5 | 
| pglogical\$1origin | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 
| [pgrouting](http://docs.pgrouting.org/2.3/en/doc/index.html) | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 
| [pgrowlocks](http://www.postgresql.org/docs/12/pgrowlocks.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgstattuple](http://www.postgresql.org/docs/12/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgtap](https://pgtap.org/) | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 
| [pgvector](https://github.com/pgvector/pgvector) | 0.8.1 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 
| plcoffee | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 
| plls | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 
| [plperl](https://www.postgresql.org/docs/12/plperl.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plpgsql](https://www.postgresql.org/docs/12/plpgsql.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 
| [pltcl](https://www.postgresql.org/docs/13/pltcl-overview.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plv8](https://github.com/plv8) | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 
| postgis\$1raster | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 
| [postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 
| [postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/13/postgres-fdw.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 
| [rdkit](https://www.rdkit.org/) | 4.6.1 (2024\$109\$16) | 4.6.1 (2024\$109\$16) | 4.6.1 (2024\$109\$16) | 4.6.1 (2024\$109\$16) | 4.6.1 (Release\$12024\$109\$13) | 
| rds\$1activity\$1stream | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 
| rds\$1tools | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 
| [refint (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [SEG](https://www.postgresql.org/docs/current/seg.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [sslinfo](http://www.postgresql.org/docs/12/sslinfo.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [tablefunc](http://www.postgresql.org/docs/12/tablefunc.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [TCN](https://www.postgresql.org/docs/current/tcn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| tds\$1fdw | 2.0.5 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 
| [tsm\$1system\$1rows](https://www.postgresql.org/docs/12/tsm-system-rows.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [tsm\$1system\$1time](https://www.postgresql.org/docs/12/tsm-system-time.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [unaccent](http://www.postgresql.org/docs/12/unaccent.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [uuid-ossp](http://www.postgresql.org/docs/12/uuid-ossp.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 

## Extensions supported for Aurora PostgreSQL 16
<a name="AuroraPostgreSQL.Extensions.16"></a>

The following table shows the PostgreSQL extension versions that are currently supported on Aurora PostgreSQL 16 versions. "NA" indicates that the extension isn't available for that PostgreSQL version. For more information about PostgreSQL extensions, see [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/16/extend-extensions.html) in the PostgreSQL documentation. 


| Extension | 16.13 | 16.11 | 16.10 | 16.9 | 16.8 | 16.6 | 16.4 | 16.3 | 16.2 | 16.1 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [address\$1standardizer](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 
| [address\$1standardizer\$1data\$1us](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 
| [amcheck](https://www.postgresql.org/docs/current/amcheck.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [apg\$1plan\$1mgmt](auroraqpm.updates.md) | 2.9 | 2.9 | 2.9 | 2.9 | 2.8 | 2.7 | 2.7 | 2.7 | 2.6 | 2.6 | 
| aurora\$1stat\$1utils | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| auto\$1explain | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | 
| [autoinc (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| aws\$1commons | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| aws\$1lambda | 2.0 | 2.0 | 2.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [aws\$1ml](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/postgresql-ml.html) | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PostgreSQL.S3Import.html) | 2.0 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [bloom](https://www.postgresql.org/docs/12/bloom.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| bool\$1plperl | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [btree\$1gin](http://www.postgresql.org/docs/12/btree-gin.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [btree\$1gist](http://www.postgresql.org/docs/12/btree-gist.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [citext](http://www.postgresql.org/docs/12/citext.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [cube](http://www.postgresql.org/docs/12/cube.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [dblink](http://www.postgresql.org/docs/12/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [dict\$1int](http://www.postgresql.org/docs/12/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [dict\$1xsyn](https://www.postgresql.org/docs/12/dict-xsyn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [earthdistance](http://www.postgresql.org/docs/12/earthdistance.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [fuzzystrmatch](http://www.postgresql.org/docs/12/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [h3-pg](https://github.com/zachasme/h3-pg) | 4.2.3 | 4.2.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 
| [h3-postgis](https://github.com/zachasme/h3-pg/tree/main/h3_postgis) | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 
| hll | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 
| [hstore](http://www.postgresql.org/docs/12/hstore.html) | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 
| [hstore\$1plperl](https://www.postgresql.org/docs/12/hstore.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [hypopg](https://github.com/HypoPG/hypopg) | 1.4.2 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 
| ICU module | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 
| [insert\$1username (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [intagg](http://www.postgresql.org/docs/12/intagg.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [intarray](http://www.postgresql.org/docs/12/intarray.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 
| [isn](http://www.postgresql.org/docs/12/isn.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| jsonb\$1plperl | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [lo](https://www.postgresql.org/docs/current/lo.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| log\$1fdw | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [ltree](http://www.postgresql.org/docs/12/ltree.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [moddatetime (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [mysql\$1fdw](https://github.com/EnterpriseDB/mysql_fdw) | 2.9.3 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.1 | 2.9.1 | 2.9.1 | 
| oracle\$1fdw | 2.8.0 | 2.8.0 | 2.8.0 | 2.7.0 | 2.7.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 
| [orafce](https://github.com/orafce/orafce) | 4.16.3 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.12.0 | 4.10.3 | 4.9.4 | 4.6.0 | 4.6.0 | 
| pg\$1ad\$1mapping | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.1 | 0.1 | 0.1 | 
| [pg\$1bigm](https://pgbigm.osdn.jp/pg_bigm_en-1-2.html) | 1.2\$120250903 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1buffercache](http://www.postgresql.org/docs/12/pgbuffercache.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [pg\$1columnmask](https://aws.amazon.com/about-aws/whats-new/2025/11/amazon-aurora-postgresql-dynamic-data-masking/) | 1.1.0 | 1.1.0 | 1.0.0 | – | – | – | – | – | – | – | 
| [pg\$1cron](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_pg_cron.html) | 1.6.7 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.4 | 1.6.3 | 1.6.2 | 1.6.0 | 1.6.0 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/12/pgfreespacemap.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan/) | 1.6.2 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.0 | 1.6.0 | 1.6.0 | 1.6.0 | 
| [pg\$1partman](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_Partitions.html) | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.1.0 | 5.1.0 | 5.1.0 | 4.7.3 | 4.7.3 | 
| [pg\$1prewarm](https://www.postgresql.org/docs/12/pgprewarm.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| pg\$1proctab | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 
| [pg\$1repack](http://reorg.github.io/pg_repack/) | 1.5.3 | 1.5.2 | 1.5.2 | 1.5.1 | 1.5.0 | 1.5.0 | 1.5.0 | 1.5.0 | 1.4.8 | 1.4.8 | 
| pg\$1similarity | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/12/pgstatstatements.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [pg\$1tle](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.html) | 1.5.2 | 1.5.2 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.3.4 | 1.2.0 | 
| [pg\$1trgm](http://www.postgresql.org/docs/12/pgtrgm.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [pg\$1visibility](https://www.postgresql.org/docs/12/pgvisibility.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 16.1 | 16.1 | 16.1 | 16.1 | 16.0 | 16.0 | 16.0 | 16.0 | 16.0 | 16.0 | 
| [pgcrypto](http://www.postgresql.org/docs/12/pgcrypto.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| pgdam | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 
| [pglogical](https://github.com/2ndQuadrant/pglogical) | 2.4.6 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 
| pglogical\$1origin | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 
| [pgrouting](http://docs.pgrouting.org/2.3/en/doc/index.html) | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.2 | 3.6.2 | 3.6.2 | 3.4.1 | 3.4.1 | 
| [pgrowlocks](http://www.postgresql.org/docs/12/pgrowlocks.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgstattuple](http://www.postgresql.org/docs/12/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgtap](https://pgtap.org/) | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.2 | 1.3.0 | 1.3.0 | 
| [pgvector](https://github.com/pgvector/pgvector) | 0.8.1 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.7.4 | 0.7.3 | 0.7.0 | 0.5.1 | 0.5.1 | 
| plcoffee | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 
| plls | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 3.1.6 | 
| [plperl](https://www.postgresql.org/docs/12/plperl.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plpgsql](https://www.postgresql.org/docs/12/plpgsql.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 4.2.4 | 
| [pltcl](https://www.postgresql.org/docs/13/pltcl-overview.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plv8](https://github.com/plv8) | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.8 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 
| postgis\$1raster | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 
| [postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 
| [postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/13/postgres-fdw.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 
| [rdkit](https://www.rdkit.org/) | 4.6.1 (2024\$109\$16) | 4.6.1 (2024\$109\$16) | 4.6.1 (2024\$109\$16) | 4.6.1 (2024\$109\$16) | 4.6.1 (Release\$12024\$109\$13) | 4.6.0 (Release\$12024\$103\$16) | 4.5.0 (Release\$12024\$103\$15) | 4.4.0 (Release\$12024\$103\$11) | 4.4.0 (Release\$12023\$109\$14) | 4.4.0 | 
| rds\$1activity\$1stream | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 
| rds\$1tools | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [refint (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [SEG](https://www.postgresql.org/docs/current/seg.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [sslinfo](http://www.postgresql.org/docs/12/sslinfo.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [tablefunc](http://www.postgresql.org/docs/12/tablefunc.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [TCN](https://www.postgresql.org/docs/current/tcn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| tds\$1fdw | 2.0.5 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 
| [tsm\$1system\$1rows](https://www.postgresql.org/docs/12/tsm-system-rows.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [tsm\$1system\$1time](https://www.postgresql.org/docs/12/tsm-system-time.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [unaccent](http://www.postgresql.org/docs/12/unaccent.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [uuid-ossp](http://www.postgresql.org/docs/12/uuid-ossp.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [wal2json](https://github.com/eulerto/wal2json) | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.5 | 2.5 | 2.5 | 

## Extensions supported for Aurora PostgreSQL 15
<a name="AuroraPostgreSQL.Extensions.15"></a>

The following table shows the PostgreSQL extension versions that are currently supported on Aurora PostgreSQL 15 versions. "NA" indicates that the extension isn't available for that PostgreSQL version. For more information about PostgreSQL extensions, see [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/15/extend-extensions.html) in the PostgreSQL documentation. 


| Extension | 15.17 | 15.15 | 15.14 | 15.13 | 15.12 | 15.10 | 15.8 | 15.7 | 15.6 | 15.5 | 15.4 | 15.3 | 15.2 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [address\$1standardizer](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 
| [address\$1standardizer\$1data\$1us](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 
| [amcheck](https://www.postgresql.org/docs/current/amcheck.html) | 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 | 
| [apg\$1plan\$1mgmt](auroraqpm.updates.md) | 2.9 | 2.9 | 2.9 | 2.9 | 2.8 | 2.7 | 2.7 | 2.7 | 2.6 | 2.6 | 2.5 | 2.4 | 2.4 | 
| aurora\$1stat\$1utils | 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 | 
| auto\$1explain | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | 
| [autoinc (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 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 | 
| aws\$1commons | 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 | 
| aws\$1lambda | 2.0 | 2.0 | 2.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [aws\$1ml](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/postgresql-ml.html) | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 1.0 | 1.0 | 1.0 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PostgreSQL.S3Import.html)  | 2.0 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.1 | 1.1 | 
| [bloom](https://www.postgresql.org/docs/12/bloom.html) | 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 | 
| bool\$1plperl | 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 | 
| [btree\$1gin](http://www.postgresql.org/docs/12/btree-gin.html) | 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 | 
| [btree\$1gist](http://www.postgresql.org/docs/12/btree-gist.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [citext](http://www.postgresql.org/docs/12/citext.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [cube](http://www.postgresql.org/docs/12/cube.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [dblink](http://www.postgresql.org/docs/12/dblink.html) | 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 | 
| [dict\$1int](http://www.postgresql.org/docs/12/dict-int.html) | 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\$1xsyn](https://www.postgresql.org/docs/12/dict-xsyn.html) | 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](http://www.postgresql.org/docs/12/earthdistance.html) | 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](http://www.postgresql.org/docs/12/fuzzystrmatch.html) | 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 | 
| [h3-pg](https://github.com/zachasme/h3-pg) | 4.2.3 | 4.2.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | N/A | N/A | N/A | 
| [h3-postgis](https://github.com/zachasme/h3-pg/tree/main/h3_postgis) | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | N/A | N/A | N/A | 
| hll | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 
| [hstore](http://www.postgresql.org/docs/12/hstore.html) | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 
| [hstore\$1plperl](https://www.postgresql.org/docs/12/hstore.html) | 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 | 
| [hypopg](https://github.com/HypoPG/hypopg) | 1.4.2 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.0 | 1.4.0 | 1.4.0 | N/A | N/A | N/A | 
| ICU module | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 
| [insert\$1username (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 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](http://www.postgresql.org/docs/12/intagg.html) | 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](http://www.postgresql.org/docs/12/intarray.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 
| [isn](http://www.postgresql.org/docs/12/isn.html) | 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 | 
| jsonb\$1plperl | 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 | 
| [lo](https://www.postgresql.org/docs/current/lo.html) | 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\$1fdw | 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 | 
| [ltree](http://www.postgresql.org/docs/12/ltree.html) | 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 | 
| [moddatetime (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 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 | 
| [mysql\$1fdw](https://github.com/EnterpriseDB/mysql_fdw) | 2.9.3 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.0 | N/A | N/A | 
| oracle\$1fdw | 2.8.0 | 2.8.0 | 2.8.0 | 2.7.0 | 2.7.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.5.0 | 2.5.0 | 2.5.0 | 
| [orafce](https://github.com/orafce/orafce) | 4.16.3 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.12.0 | 4.10.3 | 4.9.4 | 4.6.0 | 4.6.0 | 4.3.0 | 4.0.0 | 4.0.0 | 
| pg\$1ad\$1mapping | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.1 | 0.1 | 0.1 | N/A | N/A | N/A | 
| [pg\$1bigm](https://pgbigm.osdn.jp/pg_bigm_en-1-2.html) | 1.2\$120250903 | 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\$1buffercache](http://www.postgresql.org/docs/12/pgbuffercache.html) | 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\$1cron](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_pg_cron.html) | 1.6.7 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.4 | 1.6.3 | 1.6.2 | 1.6.0 | 1.6.0 | 1.5 | 1.5 | 1.4.2 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/12/pgfreespacemap.html) | 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\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan/) | 1.5.3 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.0 | 1.5.0 | 1.5.0 | 
| [pg\$1partman](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_Partitions.html) | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.1.0 | 5.1.0 | 5.1.0 | 4.7.3 | 4.7.3 | 4.7.3 | 4.7.3 | 4.6.0 | 
| [pg\$1prewarm](https://www.postgresql.org/docs/12/pgprewarm.html) | 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\$1proctab | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.9 | 0.0.9 | 0.0.9 | 
| [pg\$1repack](http://reorg.github.io/pg_repack/) | 1.5.3 | 1.5.2 | 1.5.2 | 1.5.1 | 1.5.0 | 1.5.0 | 1.5.0 | 1.5.0 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 1.4.8 | 
| pg\$1similarity | 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 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/12/pgstatstatements.html) | 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\$1tle](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.html) | 1.5.2 | 1.5.2 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.3.4 | 1.2.0 | 1.1.1 | 1.0.3 | 1.0.1 | 
| [pg\$1trgm](http://www.postgresql.org/docs/12/pgtrgm.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [pg\$1visibility](https://www.postgresql.org/docs/12/pgvisibility.html) | 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 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 1.7.1 | 1.7.1 | 1.7.1 | 1.7.1 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 1.7.0 | 
| [pgcrypto](http://www.postgresql.org/docs/12/pgcrypto.html) | 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](https://github.com/2ndQuadrant/pglogical) | 2.4.6 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.2 | 2.4.2 | 
| pglogical\$1origin | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 
| [pgrouting](http://docs.pgrouting.org/2.3/en/doc/index.html) | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.2 | 3.6.2 | 3.6.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 
| [pgrowlocks](http://www.postgresql.org/docs/12/pgrowlocks.html) | 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 | 
| [pgstattuple](http://www.postgresql.org/docs/12/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgtap](https://pgtap.org/) | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.2 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 
| [pgvector](https://github.com/pgvector/pgvector) | 0.8.1 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.7.4 | 0.7.3 | 0.7.0 | 0.5.1 | 0.5.1 | 0.5.0 | 0.4.1 | N/A | 
| plcoffee | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.6 | 3.1.6 | 3.1.4 | 
| plls | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.6 | 3.1.6 | 3.1.4 | 
| [plperl](https://www.postgresql.org/docs/12/plperl.html) | 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](https://www.postgresql.org/docs/12/plpgsql.html) | 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 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 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 | 
| [pltcl](https://www.postgresql.org/docs/13/pltcl-overview.html) | 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](https://github.com/plv8) | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.8 | 3.1.6 | 3.1.6 | 3.1.4 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 
| postgis\$1raster | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 
| [postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 
| [postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/13/postgres-fdw.html) | 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 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.8 | 1.2.8 | 1.2.8 | 
| [rdkit](https://www.rdkit.org/) | 4.6.1 (2024\$109\$16) | 4.6.1 (2024\$109\$16) | 4.6.1 (2024\$109\$16) | 4.6.1 (2024\$109\$16) | 4.6.1 (Release\$12024\$109\$13) | 4.6.0 (Release\$12024\$103\$16) | 4.5.0 (Release\$12024\$103\$15) | 4.4.0 (Release\$12024\$103\$11) | 4.4.0 (Release\$12023\$109\$14) | 4.4.0 (Release\$12023\$109\$11) | 4.3 | 4.2 | 4.2 | 
| rds\$1activity\$1stream | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| rds\$1tools | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [refint (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 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 | 
| [SEG](https://www.postgresql.org/docs/current/seg.html) | 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 | 
| [sslinfo](http://www.postgresql.org/docs/12/sslinfo.html) | 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](http://www.postgresql.org/docs/12/tablefunc.html) | 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 | 
| [TCN](https://www.postgresql.org/docs/current/tcn.html) | 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 | 
| tds\$1fdw | 2.0.5 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 
| [tsm\$1system\$1rows](https://www.postgresql.org/docs/12/tsm-system-rows.html) | 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\$1system\$1time](https://www.postgresql.org/docs/12/tsm-system-time.html) | 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](http://www.postgresql.org/docs/12/unaccent.html) | 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](http://www.postgresql.org/docs/12/uuid-ossp.html) | 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](https://github.com/eulerto/wal2json) | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 

## Extensions supported for Aurora PostgreSQL 14
<a name="AuroraPostgreSQL.Extensions.14"></a>

The following table shows the PostgreSQL extension versions that are currently supported on Aurora PostgreSQL 14 versions. "NA" indicates that the extension isn't available for that PostgreSQL version. For more information about PostgreSQL extensions, see [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/14/extend-extensions.html) in the PostgreSQL documentation. 


| Extension | 14.22 | 14.20 | 14.19 | 14.18 | 14.17 | 14.15 | 14.13 | 14.12 | 14.11 | 14.10 | 14.9 | 14.8 | 14.7 | 14.6 | 14.5 | 14.4 | 14.3 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [address\$1standardizer](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.2.3 | 3.1.7 | 
| [address\$1standardizer\$1data\$1us](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.2.3 | 3.1.7 | 
| [amcheck](https://www.postgresql.org/docs/current/amcheck.html) | 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 | 
| [apg\$1plan\$1mgmt](auroraqpm.updates.md) | 2.9 | 2.9 | 2.9 | 2.9 | 2.8 | 2.7 | 2.7 | 2.7 | 2.6 | 2.6 | 2.5 | 2.4 | 2.4 | 2.4 | 2.3 | 2.2 | 2.2 | 
| aurora\$1stat\$1utils | 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 | 
| auto\$1explain | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | 
| [autoinc (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 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 | 
| aws\$1commons | 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 | 
| aws\$1lambda | 2.0 | 2.0 | 2.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 | 
| [aws\$1ml](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/postgresql-ml.html) | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PostgreSQL.S3Import.html)  | 2.0 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [bloom](https://www.postgresql.org/docs/12/bloom.html) | 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 | 
| bool\$1plperl | 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 | 
| [btree\$1gin](http://www.postgresql.org/docs/12/btree-gin.html) | 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 | 
| [btree\$1gist](http://www.postgresql.org/docs/12/btree-gist.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [citext](http://www.postgresql.org/docs/12/citext.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [cube](http://www.postgresql.org/docs/12/cube.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [dblink](http://www.postgresql.org/docs/12/dblink.html) | 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 | 
| [dict\$1int](http://www.postgresql.org/docs/12/dict-int.html) | 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\$1xsyn](https://www.postgresql.org/docs/12/dict-xsyn.html) | 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](http://www.postgresql.org/docs/12/earthdistance.html) | 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](http://www.postgresql.org/docs/12/fuzzystrmatch.html) | 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 | 
| [h3-pg](https://github.com/zachasme/h3-pg) | 4.2.3 | 4.2.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 
| [h3-postgis](https://github.com/zachasme/h3-pg/tree/main/h3_postgis) | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 
| hll | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 
| [hstore](http://www.postgresql.org/docs/12/hstore.html) | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 
| [hstore\$1plperl](https://www.postgresql.org/docs/12/hstore.html) | 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 | 
| [hypopg](https://github.com/HypoPG/hypopg) | 1.4.2 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.0 | 1.4.0 | 1.4.0 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 
| ICU module | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 60.2 | 
| [insert\$1username (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 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](http://www.postgresql.org/docs/12/intagg.html) | 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](http://www.postgresql.org/docs/12/intarray.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 
| [isn](http://www.postgresql.org/docs/12/isn.html) | 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 | 
| jsonb\$1plperl | 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 | 
| [lo](https://www.postgresql.org/docs/current/lo.html) | 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\$1fdw | 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 | 
| [ltree](http://www.postgresql.org/docs/12/ltree.html) | 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 | 
| [moddatetime (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 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 | 
| [mysql\$1fdw](https://github.com/EnterpriseDB/mysql_fdw) | 2.9.3 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.1 | 2.9.1 | 2.9.1 | 2.9.0 | N/A | N/A | N/A | N/A | N/A | N/A | 
| oracle\$1fdw | 2.8.0 | 2.8.0 | 2.8.0 | 2.7.0 | 2.7.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.5.0 | 2.5.0 | 2.5.0 | 2.4.0 | 2.4.0 | 2.4.0 | 2.4.0 | 
| [orafce](https://github.com/orafce/orafce) | 4.16.3 | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.12.0 | 4.10.3 | 4.9.4 | 4.6.0 | 4.6.0 | 4.3.0 | 4.0.0 | 4.0.0 | 3.2 | 3.2 | 3.2 | 3.2 | 
| pg\$1ad\$1mapping | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.1 | 0.1 | 0.1 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 
| [pg\$1bigm](https://pgbigm.osdn.jp/pg_bigm_en-1-2.html) | 1.2\$120250903 | 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\$1buffercache](http://www.postgresql.org/docs/12/pgbuffercache.html) | 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\$1cron](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_pg_cron.html) | 1.6.7 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.4 | 1.6.3 | 1.6.2 | 1.6.0 | 1.6.0 | 1.5 | 1.5 | 1.4.2 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/12/pgfreespacemap.html) | 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\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan/) | 1.4.4 | 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.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [pg\$1partman](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_Partitions.html) | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.2.4 | 5.1.0 | 5.1.0 | 5.1.0 | 4.7.3 | 4.7.3 | 4.7.3 | 4.7.3 | 4.6.0 | 4.6.0 | 4.6.0 | 4.6.0 | 4.6.0 | 
| [pg\$1prewarm](https://www.postgresql.org/docs/12/pgprewarm.html) | 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\$1proctab | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 
| [pg\$1repack](http://reorg.github.io/pg_repack/) | 1.5.3 | 1.5.2 | 1.5.2 | 1.5.1 | 1.5.0 | 1.5.0 | 1.5.0 | 1.5.0 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 
| pg\$1similarity | 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 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/12/pgstatstatements.html) | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 
| [pg\$1tle](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.html) | 1.5.2 | 1.5.2 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 | 1.3.4 | 1.2.0 | 1.1.1 | 1.0.3 | 1.0.1 | 1.0.1 | 1.0.1 | N/A | N/A | 
| [pg\$1trgm](http://www.postgresql.org/docs/12/pgtrgm.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [pg\$1visibility](https://www.postgresql.org/docs/12/pgvisibility.html) | 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 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 1.6.3 | 1.6.3 | 1.6.3 | 1.6.3 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 1.6.1 | 
| [pgcrypto](http://www.postgresql.org/docs/12/pgcrypto.html) | 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](https://github.com/2ndQuadrant/pglogical) | 2.4.6 | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.2 | 2.4.2 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.1 | 
| pglogical\$1origin | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 
| [pgrouting](http://docs.pgrouting.org/2.3/en/doc/index.html) | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.2 | 3.6.2 | 3.6.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.2.0 | 3.2.0 | 3.2.0 | 3.2.0 | 
| [pgrowlocks](http://www.postgresql.org/docs/12/pgrowlocks.html) | 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 | 
| [pgstattuple](http://www.postgresql.org/docs/12/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgtap](https://pgtap.org/) | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.2 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 
| [pgvector](https://github.com/pgvector/pgvector) | 0.8.1 | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.7.4 | 0.7.3 | 0.7.0 | 0.5.1 | 0.5.1 | 0.5.0 | 0.4.1 | N/A | N/A | N/A | N/A | N/A | 
| plcoffee | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.6 | 3.1.6 | 3.1.4 | 3.0.0 | 3.0.0 | 3.0.0 | 2.3.15 | 
| plls | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.6 | 3.1.6 | 3.1.4 | 3.0.0 | 3.0.0 | 3.0.0 | 2.3.15 | 
| [plperl](https://www.postgresql.org/docs/12/plperl.html) | 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](https://www.postgresql.org/docs/12/plpgsql.html) | 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 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 4.2.1 | 4.1 | 4.1 | 4.1 | 4.1 | 
| [pltcl](https://www.postgresql.org/docs/13/pltcl-overview.html) | 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](https://github.com/plv8) | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.8 | 3.1.6 | 3.1.6 | 3.1.4 | 3.0.0 | 3.0.0 | 3.0.0 | 2.3.15 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.2.3 | 3.1.7 | 
| postgis\$1raster | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.2.3 | 3.1.7 | 
| [postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.2.3 | 3.1.7 | 
| [postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.2.3 | 3.1.7 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/13/postgres-fdw.html) | 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 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 
| [rdkit](https://www.rdkit.org/) | 4.6.1 (2024\$109\$16) | 4.6.1 (2024\$109\$16) | 4.6.1 (2024\$109\$16) | 4.6.1 (2024\$109\$16) | 4.6.1 (Release\$12024\$109\$13) | 4.6.0 (Release\$12024\$103\$16) | 4.5.0 (Release\$12024\$103\$15) | 4.4.0 (Release\$12024\$103\$11) | 4.4.0 (Release\$12023\$109\$14) | 4.4.0 (Release\$12023\$109\$11) | 4.3 | 4.2 | 4.2 | 4.2 | 3.8 | 3.8 | 3.8 | 
| rds\$1activity\$1stream | 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 | 
| rds\$1tools | 1.9 | 1.9 | 1.9 | 1.9 | 1.9 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [refint (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 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 | 
| [SEG](https://www.postgresql.org/docs/current/seg.html) | 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 | NA | NA | NA | NA | 
| [sslinfo](http://www.postgresql.org/docs/12/sslinfo.html) | 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](http://www.postgresql.org/docs/12/tablefunc.html) | 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 | 
| [TCN](https://www.postgresql.org/docs/current/tcn.html) | 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 | NA | NA | NA | NA | 
| tds\$1fdw | 2.0.5 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 
| [tsm\$1system\$1rows](https://www.postgresql.org/docs/12/tsm-system-rows.html) | 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\$1system\$1time](https://www.postgresql.org/docs/12/tsm-system-time.html) | 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](http://www.postgresql.org/docs/12/unaccent.html) | 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](http://www.postgresql.org/docs/12/uuid-ossp.html) | 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](https://github.com/eulerto/wal2json) | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.5 | 2.5 | 2.5 | 2.5 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 

## Extensions supported for Aurora PostgreSQL 13
<a name="AuroraPostgreSQL.Extensions.13"></a>

The following table shows the PostgreSQL extension versions that are currently supported on Aurora PostgreSQL 13 versions. "NA" indicates that the extension isn't available for that PostgreSQL version. For more information about PostgreSQL extensions, see [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/13/extend-extensions.html) in the PostgreSQL documentation. 


| Extension | 13.23 | 13.22 | 13.21 | 13.20 | 13.18 | 13.16 | 13.15 | 13.14 | 13.13 | 13.12 | 13.11 | 13.10 | 13.9 | 13.8 | 13.7 | 13.6 | 13.5 | 13.4 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [address\$1standardizer](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.7 | 
| [address\$1standardizer\$1data\$1us](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.7 | 
| [amcheck](https://www.postgresql.org/docs/current/amcheck.html) | 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 | 
| [apg\$1plan\$1mgmt](auroraqpm.updates.md) | 2.9 | 2.9 | 2.9 | 2.8 | 2.7 | 2.7 | 2.7 | 2.6 | 2.6 | 2.5 | 2.4 | 2.4 | 2.4 | 2.3 | 2.2 | 2.2 | 2.2 | 2.2 | 
| aurora\$1stat\$1utils | 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 | 
| [autoinc (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 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 | 
| auto\$1explain | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | 
| aws\$1commons | 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 | 
| aws\$1lambda | 2.0 | 2.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 | 
| [aws\$1ml](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/postgresql-ml.html) | 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 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PostgreSQL.S3Import.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [bloom](https://www.postgresql.org/docs/12/bloom.html) | 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 | 
| bool\$1plperl | 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 | 
| [btree\$1gin](http://www.postgresql.org/docs/12/btree-gin.html) | 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 | 
| [btree\$1gist](http://www.postgresql.org/docs/12/btree-gist.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [citext](http://www.postgresql.org/docs/12/citext.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [cube](http://www.postgresql.org/docs/12/cube.html) | 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 | 
| [dblink](http://www.postgresql.org/docs/12/dblink.html) | 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 | 
| [dict\$1int](http://www.postgresql.org/docs/12/dict-int.html) | 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\$1xsyn](https://www.postgresql.org/docs/12/dict-xsyn.html) | 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](http://www.postgresql.org/docs/12/earthdistance.html) | 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](http://www.postgresql.org/docs/12/fuzzystrmatch.html) | 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 | 
| [h3-pg](https://github.com/zachasme/h3-pg) | 4.2.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 
| [h3-postgis](https://github.com/zachasme/h3-pg/tree/main/h3_postgis) | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | 4.1.3 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 
| hll | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 
| [hstore](http://www.postgresql.org/docs/12/hstore.html) | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 
| [hstore\$1plperl](https://www.postgresql.org/docs/12/hstore.html) | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.0 | 1.0 | 
| [hypopg](https://github.com/HypoPG/hypopg) | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.0 | 1.4.0 | 1.4.0 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 
| [insert\$1username (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 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](http://www.postgresql.org/docs/12/intagg.html) | 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](http://www.postgresql.org/docs/12/intarray.html) | 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 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 
| [isn](http://www.postgresql.org/docs/12/isn.html) | 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 | 
| jsonb\$1plperl | 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 | 
| [lo](https://www.postgresql.org/docs/current/lo.html) | 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 | NA | NA | NA | 
| log\$1fdw | 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 | 
| [ltree](http://www.postgresql.org/docs/12/ltree.html) | 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 | 
| [moddatetime (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 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 | 
| [mysql\$1fdw](https://github.com/EnterpriseDB/mysql_fdw) | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.2 | 2.9.1 | 2.9.1 | 2.9.1 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 
| oracle\$1fdw | 2.8.0 | 2.8.0 | 2.7.0 | 2.7.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.5.0 | 2.5.0 | 2.5.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 
| [orafce](https://github.com/orafce/orafce) | 4.14.0 | 4.14.0 | 4.14.0 | 4.14.0 | 4.12.0 | 4.10.3 | 4.9.4 | 4.6.0 | 4.6.0 | 4.3.0 | 4.0.0 | 4.0.0 | 3.2 | 3.2 | 3.2 | 3.2 | 3.2 | 3.2 | 
| [pg\$1bigm](https://pgbigm.osdn.jp/pg_bigm_en-1-2.html) | 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\$1buffercache](http://www.postgresql.org/docs/12/pgbuffercache.html) | 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\$1cron](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_pg_cron.html) | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.5 | 1.6.4 | 1.6.3 | 1.6.2 | 1.6.0 | 1.6.0 | 1.5 | 1.5 | 1.4.2 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.3 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/12/pgfreespacemap.html) | 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\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan/) | 1.3.10 | 1.3.10 | 1.3.10 | 1.3.10 | 1.3.10 | 1.3.9 | 1.3.9 | 1.3.9 | 1.3.9 | 1.3.8 | 1.3.8 | 1.3.8 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 
| [pg\$1partman](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_Partitions.html) | 4.7.4 | 4.7.4 | 4.7.4 | 4.7.4 | 4.7.4 | 4.7.4 | 4.7.4 | 4.7.3 | 4.7.3 | 4.7.3 | 4.7.3 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 
| [pg\$1prewarm](https://www.postgresql.org/docs/12/pgprewarm.html) | 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\$1proctab | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 
| [pg\$1repack](http://reorg.github.io/pg_repack/) | 1.5.2 | 1.5.2 | 1.5.1 | 1.5.0 | 1.5.0 | 1.5.0 | 1.5.0 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.6 | 
| pg\$1similarity | 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 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/12/pgstatstatements.html) | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 1.8 | 
| [pg\$1trgm](http://www.postgresql.org/docs/12/pgtrgm.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pg\$1visibility](https://www.postgresql.org/docs/12/pgvisibility.html) | 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 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 1.5.3 | 1.5.3 | 1.5.3 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5.1 | 1.5 | 1.5 | 
| [pgcrypto](http://www.postgresql.org/docs/12/pgcrypto.html) | 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](https://github.com/2ndQuadrant/pglogical) | 2.4.5 | 2.4.5 | 2.4.5 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.2 | 2.4.2 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.0 | 2.4.0 | 2.4.0 | 
| pglogical\$1origin | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 
| [pgrouting](http://docs.pgrouting.org/2.3/en/doc/index.html) | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.3 | 3.6.2 | 3.6.2 | 3.6.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.1.3 | 3.1.3 | 3.1.3 | 3.1.3 | 3.1.3 | 3.1.0 | 
| [pgrowlocks](http://www.postgresql.org/docs/12/pgrowlocks.html) | 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 | 
| [pgstattuple](http://www.postgresql.org/docs/12/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgtap](https://pgtap.org/) | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.2 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 
| [pgvector](https://github.com/pgvector/pgvector) | 0.8.0 | 0.8.0 | 0.8.0 | 0.8.0 | 0.7.4 | 0.7.3 | 0.7.0 | 0.5.1 | 0.5.1 | 0.5.0 | 0.4.1 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 
| plcoffee | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.6 | 3.1.6 | 3.1.4 | 3.0.0 | 3.0.0 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 
| plls | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.6 | 3.1.6 | 3.1.4 | 3.0.0 | 3.0.0 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 
| [plperl](https://www.postgresql.org/docs/12/plperl.html) | 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](https://www.postgresql.org/docs/12/plpgsql.html) | 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 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 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 | 
| [pltcl](https://www.postgresql.org/docs/13/pltcl-overview.html) | 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](https://github.com/plv8) | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.8 | 3.1.6 | 3.1.6 | 3.1.4 | 3.0.0 | 3.0.0 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.7 | 
| postgis\$1raster | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.7 | 
| [postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.7 | 
| [postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1.7 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/13/postgres-fdw.html) | 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 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 
| [rdkit](https://www.rdkit.org/) | 4.6.1 (2024\$109\$16) | 4.6.1 (2024\$109\$16) | 4.6.1 (2024\$109\$16) | 4.6.1 (Release\$12024\$109\$13) | 4.6.0 (Release\$12024\$103\$16) | 4.5.0 (Release\$12024\$103\$15) | 4.4.0 (Release\$12024\$103\$11) | 4.4.0 (Release\$12023\$109\$14) | 4.4.0 (Release\$12023\$109\$11) | 4.3 | 4.2 | 4.2 | 4.2 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 
| rds\$1activity\$1stream | 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.3 | 1.3 | 1.3 | 
| rds\$1tools | 1.9 | 1.9 | 1.9 | 1.9 | 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 | 
| [refint (contrib-spi)](https://www.postgresql.org/docs/13/contrib-spi.html) | 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 | 
| [SEG](https://www.postgresql.org/docs/current/seg.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | NA | NA | NA | NA | NA | NA | 
| [sslinfo](http://www.postgresql.org/docs/12/sslinfo.html) | 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](http://www.postgresql.org/docs/12/tablefunc.html) | 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 | 
| [TCN](https://www.postgresql.org/docs/current/tcn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | NA | NA | NA | NA | NA | NA | 
| tds\$1fdw | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.4 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 | N/A | N/A | 
| [tsm\$1system\$1rows](https://www.postgresql.org/docs/12/tsm-system-rows.html) | 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\$1system\$1time](https://www.postgresql.org/docs/12/tsm-system-time.html) | 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](http://www.postgresql.org/docs/12/unaccent.html) | 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](http://www.postgresql.org/docs/12/uuid-ossp.html) | 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](https://github.com/eulerto/wal2json) | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.6 | 2.5 | 2.5 | 2.5 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.3 | 2.3 | 2.3 | 

## Extensions supported for Aurora PostgreSQL 12
<a name="AuroraPostgreSQL.Extensions.12"></a>

The following table shows the PostgreSQL extension versions that are currently supported on Aurora PostgreSQL 12 versions. "NA" indicates that the extension isn't available for that PostgreSQL version. For more information about PostgreSQL extensions, see [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/12/extend-extensions.html) in the PostgreSQL documentation. 


| Extension | 12.22 | 12.20 | 12.19 | 12.18 | 12.17 | 12.16 | 12.15 | 12.14 | 12.13 | 12.12 | 12.11 | 12.10 | 12.9 | 12.8 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [address\$1standardizer](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 
| [address\$1standardizer\$1data\$1us](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 
| [amcheck](https://www.postgresql.org/docs/current/amcheck.html) | 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 | 
| [apg\$1plan\$1mgmt](auroraqpm.updates.md) | 2.7 | 2.7 | 2.7 | 2.6 | 2.6 | 2.5 | 2.4 | 2.4 | 2.4 | 2.3 | 2.2 | 2.2 | 2.2 | 2.2 | 
| aurora\$1stat\$1utils | 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 | 
| auto\$1explain | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | 
| aws\$1commons | 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 | 
| aws\$1lambda | 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 | 
| [aws\$1ml](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/postgresql-ml.html) | 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 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PostgreSQL.S3Import.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [bloom](https://www.postgresql.org/docs/12/bloom.html) | 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\$1gin](http://www.postgresql.org/docs/12/btree-gin.html) | 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 | 
| [btree\$1gist](http://www.postgresql.org/docs/12/btree-gist.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [citext](http://www.postgresql.org/docs/12/citext.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [cube](http://www.postgresql.org/docs/12/cube.html) | 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 | 
| [dblink](http://www.postgresql.org/docs/12/dblink.html) | 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 | 
| [dict\$1int](http://www.postgresql.org/docs/12/dict-int.html) | 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\$1xsyn](https://www.postgresql.org/docs/12/dict-xsyn.html) | 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](http://www.postgresql.org/docs/12/earthdistance.html) | 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](http://www.postgresql.org/docs/12/fuzzystrmatch.html) | 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 | 
| hll | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 2.17 | 2.14 | 2.14 | 2.14 | 2.14 | 2.14 | 2.14 | 
| [hstore](http://www.postgresql.org/docs/12/hstore.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [hstore\$1plperl](https://www.postgresql.org/docs/12/hstore.html) | 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](http://www.postgresql.org/docs/12/intagg.html) | 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](http://www.postgresql.org/docs/12/intarray.html) | 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](https://github.com/RhodiumToad/ip4r) | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 2.4 | 
| [isn](http://www.postgresql.org/docs/12/isn.html) | 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 | 
| jsonb\$1plperl | 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 | 
| [lo](https://www.postgresql.org/docs/current/lo.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | NA | NA | NA | 
| log\$1fdw | 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 | 
| [ltree](http://www.postgresql.org/docs/12/ltree.html) | 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 | 
| [mysql\$1fdw](https://github.com/EnterpriseDB/mysql_fdw) | 2.9.2 | 2.9.2 | 2.9.1 | 2.9.1 | 2.9.1 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 
| oracle\$1fdw | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | 2.5.0 | 2.5.0 | 2.5.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 2.3.0 | 
| [orafce](https://github.com/orafce/orafce) | 4.12.0 | 4.10.3 | 4.9.4 | 4.6.0 | 4.6.0 | 4.3.0 | 4.0.0 | 4.0.0 | 3.16 | 3.16 | 3.16 | 3.16 | 3.16 | 3.16 | 
| [pg\$1bigm](https://pgbigm.osdn.jp/pg_bigm_en-1-2.html) | 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\$1buffercache](http://www.postgresql.org/docs/12/pgbuffercache.html) | [pg\$1buffercache](http://www.postgresql.org/docs/12/pgbuffercache.html) | [pg\$1buffercache](http://www.postgresql.org/docs/12/pgbuffercache.html) | [pg\$1buffercache](http://www.postgresql.org/docs/12/pgbuffercache.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pg\$1cron](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_pg_cron.html) | 1.6.4 | 1.6.3 | 1.6.2 | 1.6.0 | 1.6.0 | 1.5 | 1.5 | 1.4.2 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.3.1 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/12/pgfreespacemap.html) | 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\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan/) | 1.3.10 | 1.3.9 | 1.3.9 | 1.3.9 | 1.3.9 | 1.3.8 | 1.3.8 | 1.3.8 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.5 | 1.3.5 | 
| [pg\$1partman](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_Partitions.html) | 4.7.4 | 4.7.4 | 4.7.4 | 4.7.3 | 4.7.3 | 4.7.3 | 4.7.3 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 4.5.1 | 
| [pg\$1prewarm](https://www.postgresql.org/docs/12/pgprewarm.html) | 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\$1proctab | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.10 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 
| [pg\$1repack](http://reorg.github.io/pg_repack/) | 1.5.0 | 1.5.0 | 1.5.0 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 | 
| pg\$1similarity | 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 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/12/pgstatstatements.html) | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 1.7 | 
| [pg\$1trgm](http://www.postgresql.org/docs/12/pgtrgm.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [pg\$1visibility](https://www.postgresql.org/docs/12/pgvisibility.html) | 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 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 1.4.2 | 1.4.2 | 1.4.2 | 1.4.2 | 1.4.2 | 1.4.2 | 1.4.2 | 1.4.2 | 1.4.2 | 1.4.2 | 1.4.2 | 1.4 | 1.4 | 1.4 | 
| [pgcrypto](http://www.postgresql.org/docs/12/pgcrypto.html) | 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](https://github.com/2ndQuadrant/pglogical) | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.3 | 2.4.2 | 2.4.2 | 2.4.1 | 2.4.1 | 2.4.0 | 2.4.0 | 2.4.0 | 2.3.2 | 
| pglogical\$1origin | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 
| [pgrouting](http://docs.pgrouting.org/2.3/en/doc/index.html) | 3.6.2 | 3.6.2 | 3.6.2 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.0.3 | 3.0.3 | 3.0.3 | 3.0.3 | 3.0.3 | 3.0.3 | 
| [pgrowlocks](http://www.postgresql.org/docs/12/pgrowlocks.html) | 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 | 
| [pgstattuple](http://www.postgresql.org/docs/12/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgTAP](https://pgtap.org/) | 1.3.3 | 1.3.3 | 1.3.2 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 
| [pgvector](https://github.com/pgvector/pgvector) | 0.7.4 | 0.7.3 | 0.7.0 | 0.5.1 | 0.5.1 | 0.5.0 | 0.4.1 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 
| plcoffee | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.6 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.14 | 2.3.14 | 2.3.14 | 
| plls | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.8 | 3.1.6 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.14 | 2.3.14 | 2.3.14 | 
| [plperl](https://www.postgresql.org/docs/12/plperl.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plpgsql](https://www.postgresql.org/docs/12/plpgsql.html) | [plpgsql](https://www.postgresql.org/docs/12/plpgsql.html) | [plpgsql](https://www.postgresql.org/docs/12/plpgsql.html) | [plpgsql](https://www.postgresql.org/docs/12/plpgsql.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 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 | 
| [pltcl](https://www.postgresql.org/docs/12/pltcl-overview.html) | 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](https://github.com/plv8) | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.10 | 3.1.8 | 3.1.6 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.14 | 2.3.14 | 2.3.14 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.4.3 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 
| postgis\$1raster | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 
| [postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 
| [postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.0 | 3.4.0 | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/12/postgres-fdw.html) | 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 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.10 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 
| [rdkit](https://www.rdkit.org/) | 4.6.0 (Release\$12024\$103\$16) | 4.5.0 (Release\$12024\$103\$15) | 4.4.0 (Release\$12024\$103\$11) | 4.4.0 (Release\$12023\$109\$14) | 4.4.0 (Release\$12023\$109\$11) | 4.3 | 4.2 | 4.2 | 4.2 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 
| rds\$1activity\$1stream | 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 | 
| [SEG](https://www.postgresql.org/docs/current/seg.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | NA | NA | NA | NA | NA | NA | 
| [sslinfo](http://www.postgresql.org/docs/12/sslinfo.html) | 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](http://www.postgresql.org/docs/12/tablefunc.html) | 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 | 
| [TCN](https://www.postgresql.org/docs/current/tcn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | NA | NA | NA | NA | NA | NA | 
| tds\$1fdw | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 
| [tsm\$1system\$1rows](https://www.postgresql.org/docs/12/tsm-system-rows.html) | 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\$1system\$1time](https://www.postgresql.org/docs/12/tsm-system-time.html) | 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](http://www.postgresql.org/docs/12/unaccent.html) | 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](http://www.postgresql.org/docs/12/uuid-ossp.html) | 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](https://github.com/eulerto/wal2json) | 2.6 | 2.6 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.5 | 2.4 | 2.4 | 2.4 | 2.3 | 2.3 | 2.3 | 

## Extensions supported for Aurora PostgreSQL 11
<a name="AuroraPostgreSQL.Extensions.11"></a>

The following table shows PostgreSQL extension versions currently supported on Aurora PostgreSQL 11 versions. "NA" indicates that the extension isn't available for that PostgreSQL version. For more information about PostgreSQL extensions, see [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/11/extend-extensions.html). 


| Extension | 11.21 | 11.20 | 11.19 | 11.18 | 11.17 | 11.16 | 11.15 | 11.14 | 11.13 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [address\$1standardizer](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 
| [address\$1standardizer\$1data\$1us](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 
| [amcheck](https://www.postgresql.org/docs/current/amcheck.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [apg\$1plan\$1mgmt](auroraqpm.updates.md) | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 
| aurora\$1stat\$1utils | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| auto\$1explain | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | 
| aws\$1commons | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| aws\$1lambda | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [aws\$1ml](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/postgresql-ml.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PostgreSQL.S3Import.html)  | 1.2 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [bloom](https://www.postgresql.org/docs/11/bloom.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [btree\$1gin](http://www.postgresql.org/docs/11/btree-gin.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [btree\$1gist](http://www.postgresql.org/docs/11/btree-gist.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [citext](http://www.postgresql.org/docs/11/citext.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [cube](http://www.postgresql.org/docs/11/cube.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [dblink](http://www.postgresql.org/docs/11/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [dict\$1int](http://www.postgresql.org/docs/11/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [dict\$1xsyn](https://www.postgresql.org/docs/11/dict-xsyn.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [earthdistance](http://www.postgresql.org/docs/11/earthdistance.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [fuzzystrmatch](http://www.postgresql.org/docs/11/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| hll | 2.17 | 2.17 | 2.17 | 2.11 | 2.11 | 2.11 | 2.11 | 2.11 | 2.11 | 
| [hstore](http://www.postgresql.org/docs/11/hstore.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [hstore\$1plperl](https://www.postgresql.org/docs/11/hstore.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [intagg](http://www.postgresql.org/docs/11/intagg.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [intarray](http://www.postgresql.org/docs/11/intarray.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [ip4r](https://github.com/RhodiumToad/ip4r) | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 
| [isn](http://www.postgresql.org/docs/11/isn.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| jsonb\$1plperl | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [lo](https://www.postgresql.org/docs/current/lo.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | NA | NA | NA | 
| log\$1fdw | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ltree](http://www.postgresql.org/docs/11/ltree.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [orafce](https://github.com/orafce/orafce) | 4.3.0 | 4.0.0 | 4.0.0 | 3.16 | 3.16 | 3.16 | 3.16 | 3.16 | 3.16 | 
| [pg\$1bigm](https://pgbigm.osdn.jp/pg_bigm_en-1-2.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1buffercache](http://www.postgresql.org/docs/11/pgbuffercache.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pg\$1freespacemap](https://www.postgresql.org/docs/11/pgfreespacemap.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pg\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan/) | 1.3.8 | 1.3.8 | 1.3.8 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.7 | 1.3.5 | 
| [pg\$1prewarm](https://www.postgresql.org/docs/11/pgprewarm.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| pg\$1proctab | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 0.0.9 | 
| [pg\$1repack](http://reorg.github.io/pg_repack/) | 1.4.6 | 1.4.6 | 1.4.6 | 1.4.4 | 1.4.4 | 1.4.4 | 1.4.4 | 1.4.4 | 1.4.4 | 
| pg\$1similarity | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/11/pgstatstatements.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 
| [pg\$1trgm](http://www.postgresql.org/docs/11/pgtrgm.html) | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | 
| [pg\$1visibility](https://www.postgresql.org/docs/11/pgvisibility.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.1 | 1.3.1 | 
| [pgcrypto](http://www.postgresql.org/docs/11/pgcrypto.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pglogical](https://github.com/2ndQuadrant/pglogical) | 2.4.3 | 2.4.2 | 2.4.2 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.0 | 2.4.0 | 2.4.0 | 
| pglogical\$1origin | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 
| [pgrouting](http://docs.pgrouting.org/2.3/en/doc/index.html) | 3.4.1 | 3.4.1 | 3.4.1 | 2.6.3 | 2.6.3 | 2.6.3 | 2.6.3 | 2.6.3 | 2.6.3 | 
| [pgrowlocks](http://www.postgresql.org/docs/11/pgrowlocks.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgstattuple](http://www.postgresql.org/docs/11/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [pgTAP](https://pgtap.org/) | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 
| plcoffee | 3.1.6 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.14 | 2.3.14 | 2.3.14 | 
| plls | 3.1.6 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.15 | 2.3.14 | 2.3.14 | 2.3.14 | 
| [plperl](https://www.postgresql.org/docs/11/plperl.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plpgsql](https://www.postgresql.org/docs/11/plpgsql.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 
| [pltcl](https://www.postgresql.org/docs/11/pltcl-overview.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [plv8](https://github.com/plv8) | 3.1.6 | 2.3.15  | 2.3.15  | 2.3.15  | 2.3.15  | 2.3.15  | 2.3.14  | 2.3.14  | 2.3.14 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 
| [postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 
| [postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.3.3 | 3.3.2 | 3.3.2 | 3.2.3 | 3.2.3 | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/11/postgres-fdw.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [prefix](https://github.com/dimitri/prefix) | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 
| [rdkit](https://www.rdkit.org/) | 4.3 | 4.2 | 4.2 | 4.2 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 
| rds\$1activity\$1stream | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [SEG](https://www.postgresql.org/docs/current/seg.html) | 1.0 | 1.0 | 1.0 | NA | NA | NA | NA | NA | NA | 
| [sslinfo](http://www.postgresql.org/docs/11/sslinfo.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [tablefunc](http://www.postgresql.org/docs/11/tablefunc.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [TCN](https://www.postgresql.org/docs/current/tcn.html) | 1.0 | 1.0 | 1.0 | NA | NA | NA | NA | NA | NA | 
| [tsm\$1system\$1rows](https://www.postgresql.org/docs/11/tsm-system-rows.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [tsm\$1system\$1time](https://www.postgresql.org/docs/11/tsm-system-time.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| [unaccent](http://www.postgresql.org/docs/11/unaccent.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [uuid-ossp](http://www.postgresql.org/docs/11/uuid-ossp.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [wal2json](https://github.com/eulerto/wal2json) | 2.5 | 2.5 | 2.5 | 2.4 | 2.4 | 2.4 | 2.3 | 2.3 | 2.3 | 

## Extensions supported for Aurora PostgreSQL 10
<a name="AuroraPostgreSQL.Extensions.10"></a>

The following table shows PostgreSQL extension versions currently supported on Aurora PostgreSQL 10 versions. "NA" indicates that the extension isn't available for that PostgreSQL version. For more information about PostgreSQL extensions, see [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/11/extend-extensions.html). 

**Note**  
The `adminpack` extension is no longer supported because it accesses the file system.
The `plperlu` extension is no longer supported because it is an untrusted language extension.
The `pltclu` extension is no longer supported because it is an untrusted language extension.


| Extension | 10.21 | 10.20 | 10.19 | 10.18 | 10.17 | 10.16 | 10.14 | 10.13 | 10.12 | 10.11 | 10.7 | 10.6 | 10.5 | 10.4 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [address\$1standardizer](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 2.4.7 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 
| [address\$1standardizer\$1data\$1us](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 2.4.7 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 
|  [adminpack](https://www.postgresql.org/docs/10/adminpack.html)  | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 1.1 | 1.1 | 1.1 | 
|  [amcheck](https://www.postgresql.org/docs/current/amcheck.html)  | 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 | 
| [apg\$1plan\$1mgmt](auroraqpm.updates.md) | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 1.0.1 | 1.0.1 | 1.0.1 | 0.1 | 
|  aurora\$1stat\$1utils  | 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 | 
|  auto\$1explain  | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | 
|  aws\$1commons  | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.1 | 1.1 | 1.1 | 1.1 | 1.0 | 1.0 | NA | NA | 
| [aws\$1ml](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/postgresql-ml.html)  | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | NA | NA | NA | NA | NA | NA | NA | 
| [aws\$1s3](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PostgreSQL.S3Import.html)  | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.0 | 1.0 | NA | NA | 
| [bloom](https://www.postgresql.org/docs/10/bloom.html) | 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\$1gin](http://www.postgresql.org/docs/10/btree-gin.html) | 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 | 
| [btree\$1gist](http://www.postgresql.org/docs/10/btree-gist.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| [chkpass](http://www.postgresql.org/docs/10/chkpass.html) | 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](http://www.postgresql.org/docs/10/citext.html) | 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 | 
| [cube](http://www.postgresql.org/docs/10/cube.html) | 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](http://www.postgresql.org/docs/10/dblink.html) | 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 | 
| [dict\$1int](http://www.postgresql.org/docs/10/dict-int.html) | 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\$1xsyn](https://www.postgresql.org/docs/10/dict-xsyn.html) | 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](http://www.postgresql.org/docs/10/earthdistance.html) | 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](http://www.postgresql.org/docs/10/fuzzystrmatch.html) | 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 | 
| hll | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 
| [hstore](http://www.postgresql.org/docs/10/hstore.html) | 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\$1plperl](https://www.postgresql.org/docs/10/hstore.html) | 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 | 
| hstore\$1plperlu | 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](http://www.postgresql.org/docs/10/intagg.html) | 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](http://www.postgresql.org/docs/10/intarray.html) | 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](https://github.com/RhodiumToad/ip4r) | 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 | 
| [isn](http://www.postgresql.org/docs/10/isn.html) | 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 | 
| [lo](https://www.postgresql.org/docs/current/lo.html) | 1.1 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 
| log\$1fdw | 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 | 
| [ltree](http://www.postgresql.org/docs/10/ltree.html) | 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](https://github.com/orafce/orafce) | 3.16 | 3.16 | 3.16 | 3.16 | 3.16 | 3.8 | 3.8 | 3.8 | 3.8 | 3.6 | 3.6 | 3.6 | 3.6 | 3.6 | 
| [pg\$1buffercache](http://www.postgresql.org/docs/10/pgbuffercache.html) | 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\$1freespacemap](https://www.postgresql.org/docs/10/pgfreespacemap.html) | 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\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan/) | 1.3.6 | 1.3.6 | 1.3.6 | 1.3.5 | 1.3.5 | 1.3.5 | 1.3.5 | 1.3.5 | 1.3.3 | 1.3.3 | 1.3.1 | 1.3.1 | 1.3.1 | 1.3.0 | 
| [pg\$1prewarm](https://www.postgresql.org/docs/10/pgprewarm.html) | 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\$1repack ](http://reorg.github.io/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 | 
| pg\$1similarity | 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 | NA | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/10/pgstatstatements.html) | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.6 | 1.5 | 1.5 | 
| [pg\$1trgm](http://www.postgresql.org/docs/10/pgtrgm.html) | 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\$1visibility](https://www.postgresql.org/docs/10/pgvisibility.html) | 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 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 1.2.3 | 1.2.3 | 1.2.1 | 1.2.1 | 1.2.1 | 1.2.1 | 1.2.1 | 1.2.1 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgcrypto](http://www.postgresql.org/docs/10/pgcrypto.html) | 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](https://github.com/2ndQuadrant/pglogical) | 2.4.1 | 2.4.0 | 2.4.0 | 2.4.0 | 2.2.2 | 2.2.2 | 2.2.2 | 2.2.2 | NA | NA | NA | NA | NA | NA | 
| pglogical\$1origin  | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | NA | NA | NA | NA | NA | NA | 
| [pgrouting](http://docs.pgrouting.org/2.3/en/doc/index.html) | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 2.5.2 | 
| [pgrowlocks](http://www.postgresql.org/docs/10/pgrowlocks.html) | 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 | 
| [pgstattuple](http://www.postgresql.org/docs/10/pgstattuple.html) | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 
| plcoffee | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 
| plls | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 
| [plperl](https://www.postgresql.org/docs/10/plperl.html) | 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 | 
| plperlu | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 1.0 | 1.0 | 1.0 | 
| [plpgsql](https://www.postgresql.org/docs/10/plpgsql.html) | 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 | 
| [plprofiler](https://github.com/bigsql/plprofiler) | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | NA | NA | NA | NA | 
| [pltcl](https://www.postgresql.org/docs/10/pltcl-overview.html) | 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 | 
| pltclu | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 1.0 | 1.0 | 1.0 | 
| [plv8](https://github.com/plv8) | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 
| [PostGIS](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Appendix.PostgreSQL.CommonDBATasks.PostGIS.html) | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 2.4.7 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 
| [postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 2.4.7 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 
| [postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 3.1.7 | 3.1.7 | 3.1.7 | 3.1 | 2.4.7 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 2.4.4 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/10/postgres-fdw.html) | 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 | 
| [ prefix](https://github.com/dimitri/prefix) | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 1.2.8 | 
| [rdkit](https://www.rdkit.org/) | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | 3.8 | NA | NA | NA | NA | NA | NA | 
| rds\$1activity\$1stream  | 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 | NA | 
| [sslinfo](http://www.postgresql.org/docs/10/sslinfo.html) | 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](http://www.postgresql.org/docs/10/tablefunc.html) | 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](http://www.postgresql.org/docs/9.6/tsearch2.html) | 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\$1system\$1rows](https://www.postgresql.org/docs/10/tsm-system-rows.html) | 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\$1system\$1time](https://www.postgresql.org/docs/10/tsm-system-time.html) | 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](http://www.postgresql.org/docs/10/unaccent.html) | 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](http://www.postgresql.org/docs/10/uuid-ossp.html) | 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](https://github.com/eulerto/wal2json) | 2.4 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.1 | 2.1 | NA | NA | NA | 

## Extensions supported for Aurora PostgreSQL 9.6
<a name="AuroraPostgreSQL.Extensions.96"></a>

The following table shows PostgreSQL extension versions supported on Aurora PostgreSQL 9.6 versions. "NA" indicates that the extension isn't available for that PostgreSQL version. For more information about PostgreSQL extensions, see [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/11/extend-extensions.html). 

**Note**  
The `apgcc` RDS for PostgreSQL internal extension is no longer supported. 
The `apgunit` RDS for PostgreSQL internal extension is no longer supported.
The `pageinspect` extension is no longer publicly supported by RDS for PostgreSQL.
The `xml2` extension is no longer supported by PostgreSQL.


| Extension | 9.6.22 | 9.6.21 | 9.6.19 | 9.6.18 | 9.6.17 | 9.6.16 | 9.6.12 | 9.6.11 | 9.6.0 | 9.6.8 | 9.6.6 | 9.6.3 | 
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | 
| [address\$1standardizer](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 2.3.9 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.4 | 2.3.4 | 2.3.4 | 
| [address\$1standardizer\$1data\$1us](https://postgis.net/docs/manual-2.5/Address_Standardizer.html) | 2.3.9 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.4 | 2.3.4 | 2.3.4 | 
| [apg\$1plan\$1mgmt](auroraqpm.updates.md) | 1.0.1 | 1.0.1 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | NA | NA | NA | 0.1 | 
| apgcc | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 1.0 | 1.0 | 
| apgunit | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 1.0 | 1.0 | 
| aurora\$1stat\$1utils | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
| auto\$1explain | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | 
| [bloom](https://www.postgresql.org/docs/9.6/bloom.html) | 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\$1gin](http://www.postgresql.org/docs/9.6/btree-gin.html) | 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\$1gist](http://www.postgresql.org/docs/9.6/btree-gist.html) | 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](http://www.postgresql.org/docs/9.6/chkpass.html) | 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](http://www.postgresql.org/docs/9.6/citext.html) | 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](http://www.postgresql.org/docs/9.6/cube.html) | 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](http://www.postgresql.org/docs/9.6/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [dict\$1int ](http://www.postgresql.org/docs/9.6/dict-int.html) | 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\$1xsyn](https://www.postgresql.org/docs/9.6/dict-xsyn.html) | 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](http://www.postgresql.org/docs/9.6/earthdistance.html) | 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](http://www.postgresql.org/docs/9.6/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| hll | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | 2.10 | NA | 
| [hstore](http://www.postgresql.org/docs/9.6/hstore.html) | 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\$1plperl](https://www.postgresql.org/docs/9.6/hstore.html) | 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](http://www.postgresql.org/docs/9.6/intagg.html) | 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](http://www.postgresql.org/docs/9.6/intarray.html) | 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](https://github.com/RhodiumToad/ip4r) | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | 2.0 | 2.0 | 2.0 | 
| [isn](http://www.postgresql.org/docs/9.6/isn.html) | 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\$1fdw | 1.0 | 1.0 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [ltree](http://www.postgresql.org/docs/9.6/ltree.html) | 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](https://github.com/orafce/orafce) | 3.6 | 3.6 | 3.6 | 3.6 | 3.6 | 3.6 | 3.8 | 3.8 | 3.8 | 3.8 | 3.16 | NA | 
| [pageinspect](https://www.postgresql.org/docs/current/pageinspect.html) | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 1.5 | 1.5 | 
| [pg\$1buffercache](http://www.postgresql.org/docs/9.6/pgbuffercache.html) | 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\$1freespacemap](https://www.postgresql.org/docs/current/pgfreespacemap.html) | 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\$1hint\$1plan](https://github.com/ossc-db/pg_hint_plan/) | 1.2.2 | 1.2.2 | 1.2.3 | 1.2.3 | 1.2.5 | 1.2.5 | 1.2.6 | 1.2.6 | 1.2.6 | 1.2.6 | 1.1.3 | 1.1.3 | 
| [pg\$1prewarm](https://www.postgresql.org/docs/9.6/pgprewarm.html) | 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\$1repack](http://reorg.github.io/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.2 | 1.4.2 | 1.4.0 | 
| pg\$1similarity | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | NA | NA | NA | NA | 
| [pg\$1stat\$1statements](http://www.postgresql.org/docs/9.6/pgstatstatements.html) | 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\$1trgm](http://www.postgresql.org/docs/9.6/pgtrgm.html) | 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\$1visibility](https://www.postgresql.org/docs/9.6/pgvisibility.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [pgAudit](https://github.com/pgaudit/pgaudit/blob/master/README.md) | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.2 | 1.1.2 | 1.1.2 | 1.0 | 1.0 | 1.0 | 
| [pgcrypto](http://www.postgresql.org/docs/9.6/pgcrypto.html) | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 
| [pgrouting](http://docs.pgrouting.org/2.3/en/doc/index.html) | 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 | 
| [pgrowlocks](http://www.postgresql.org/docs/9.6/pgrowlocks.html) | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 
| [pgstattuple](http://www.postgresql.org/docs/9.6/pgstattuple.html) | 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.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.0 | 1.5.3 | 1.5.3 | 
| plls | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.0 | 1.5.3 | 1.5.3 | 
| [plperl](https://www.postgresql.org/docs/current/plperl.html) | 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](https://www.postgresql.org/docs/current/plpgsql.html) | 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](https://www.postgresql.org/docs/current/pltcl-overview.html) | 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](https://github.com/plv8) | 2.3.14 | 2.3.14 | 2.3.14 | 2.3.14 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.2 | 2.1.0 | 1.5.3 | 1.5.3 | 
| [PostGIS](http://www.postgis.net/) | 2.3.9 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.4 | 2.3.4 | 2.3.4 | 
| [postgis\$1tiger\$1geocoder](http://postgis.net/docs/Geocode.html) | 2.3.9 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.4 | 2.3.4 | 2.3.4 | 
| [postgis\$1topology](http://postgis.net/docs/manual-dev/Topology.html) | 2.3.9 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.7 | 2.3.4 | 2.3.4 | 2.3.4 | 
| [postgres\$1fdw](http://www.postgresql.org/docs/9.6/postgres-fdw.html) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 
|  [ prefix](https://github.com/dimitri/prefix) | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | NA | 
| [sslinfo](http://www.postgresql.org/docs/9.6/sslinfo.html) | 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](http://www.postgresql.org/docs/9.6/tablefunc.html) | 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](http://www.postgresql.org/docs/9.6/tsearch2.html) | 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\$1system\$1rows](https://www.postgresql.org/docs/current/tsm-system-rows.html) | 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\$1system\$1time](https://www.postgresql.org/docs/current/tsm-system-time.html) | 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](http://www.postgresql.org/docs/9.6/unaccent.html) | 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](http://www.postgresql.org/docs/9.6/uuid-ossp.html) | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 
| [xml2](https://www.postgresql.org/docs/current/xml2.html) | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 1.1 | 1.1 | 