@@ -119,6 +119,63 @@ After extensions are allow-listed and loaded, these must be installed in your da
119
119
120
120
121
121
Azure Database for PostgreSQL supports a subset of key extensions as listed below. This information is also available by running ` SHOW azure.extensions; ` . Extensions not listed in this document are not supported on Azure Database for PostgreSQL - Flexible Server. You cannot create or load your own extension in Azure Database for PostgreSQL.
122
+ ## Postgres 14 extensions
123
+
124
+ The following extensions are available in Azure Database for PostgreSQL - Flexible Servers which have Postgres version 14.
125
+
126
+ > [ !div class="mx-tableFixed"]
127
+ > | ** Extension** | ** Extension version** | ** Description** |
128
+ > | ---| ---| ---|
129
+ > | [ address_standardizer] ( http://postgis.net/docs/manual-2.5/Address_Standardizer.html ) | 3.1.1 | Used to parse an address into constituent elements. |
130
+ > | [ address_standardizer_data_us] ( http://postgis.net/docs/manual-2.5/Address_Standardizer.html ) | 3.1.1 | Address Standardizer US dataset example|
131
+ > | [ amcheck] ( https://www.postgresql.org/docs/13/amcheck.html ) | 1.2 | functions for verifying relation integrity|
132
+ > | [ bloom] ( https://www.postgresql.org/docs/13/bloom.html ) | 1.0 | bloom access method - signature file based index|
133
+ > | [ btree_gin] ( https://www.postgresql.org/docs/13/btree-gin.html ) | 1.3 | support for indexing common datatypes in GIN|
134
+ > | [ btree_gist] ( https://www.postgresql.org/docs/13/btree-gist.html ) | 1.5 | support for indexing common datatypes in GiST|
135
+ > | [ citext] ( https://www.postgresql.org/docs/13/citext.html ) | 1.6 | data type for case-insensitive character strings|
136
+ > | [ cube] ( https://www.postgresql.org/docs/13/cube.html ) | 1.4 | data type for multidimensional cubes|
137
+ > | [ dblink] ( https://www.postgresql.org/docs/13/dblink.html ) | 1.2 | connect to other PostgreSQL databases from within a database|
138
+ > | [ dict_int] ( https://www.postgresql.org/docs/13/dict-int.html ) | 1.0 | text search dictionary template for integers|
139
+ > | [ dict_xsyn] ( https://www.postgresql.org/docs/13/dict-xsyn.html ) | 1.0 | text search dictionary template for extended synonym processing|
140
+ > | [ earthdistance] ( https://www.postgresql.org/docs/13/earthdistance.html ) | 1.1 | calculate great-circle distances on the surface of the Earth|
141
+ > | [ fuzzystrmatch] ( https://www.postgresql.org/docs/13/fuzzystrmatch.html ) | 1.1 | determine similarities and distance between strings|
142
+ > | [ hstore] ( https://www.postgresql.org/docs/13/hstore.html ) | 1.7 | data type for storing sets of (key, value) pairs|
143
+ > | [ intagg] ( https://www.postgresql.org/docs/13/intagg.html ) | 1.1 | integer aggregator and enumerator. (Obsolete)|
144
+ > | [ intarray] ( https://www.postgresql.org/docs/13/intarray.html ) | 1.3 | functions, operators, and index support for 1-D arrays of integers|
145
+ > | [ isn] ( https://www.postgresql.org/docs/13/isn.html ) | 1.2 | data types for international product numbering standards|
146
+ > | [ lo] ( https://www.postgresql.org/docs/13/lo.html ) | 1.1 | large object maintenance |
147
+ > | [ ltree] ( https://www.postgresql.org/docs/13/ltree.html ) | 1.2 | data type for hierarchical tree-like structures|
148
+ > | [ orafce] ( https://github.com/orafce/orafce ) | 3.1.8 | implements in Postgres some of the functions from the Oracle database that are missing|
149
+ > | [ pageinspect] ( https://www.postgresql.org/docs/13/pageinspect.html ) | 1.8 | inspect the contents of database pages at a low level|
150
+ > | [ pg_buffercache] ( https://www.postgresql.org/docs/13/pgbuffercache.html ) | 1.3 | examine the shared buffer cache|
151
+ > | [ pg_cron] ( https://github.com/citusdata/pg_cron ) | 1.4 | Job scheduler for PostgreSQL|
152
+ > | [ pg_freespacemap] ( https://www.postgresql.org/docs/13/pgfreespacemap.html ) | 1.2 | examine the free space map (FSM)|
153
+ > | [ pg_partman] ( https://github.com/pgpartman/pg_partman ) | 4.6.1 | Extension to manage partitioned tables by time or ID |
154
+ > | [ pg_prewarm] ( https://www.postgresql.org/docs/13/pgprewarm.html ) | 1.2 | prewarm relation data|
155
+ > | [ pg_repack] ( https://github.com/reorg/pg_repack ) | 1.4.7 | reorganize tables in PostgreSQL databases with minimal locks|
156
+ > | [ pg_stat_statements] ( https://www.postgresql.org/docs/13/pgstatstatements.html ) | 1.8 | track execution statistics of all SQL statements executed|
157
+ > | [ pg_trgm] ( https://www.postgresql.org/docs/13/pgtrgm.html ) | 1.5 | text similarity measurement and index searching based on trigrams|
158
+ > | [ pg_visibility] ( https://www.postgresql.org/docs/13/pgvisibility.html ) | 1.2 | examine the visibility map (VM) and page-level visibility info|
159
+ > | [ pgaudit] ( https://www.pgaudit.org/ ) | 1.6.2 | provides auditing functionality|
160
+ > | [ pgcrypto] ( https://www.postgresql.org/docs/13/pgcrypto.html ) | 1.3 | cryptographic functions|
161
+ > | [ pglogical] ( https://github.com/2ndQuadrant/pglogical ) | 2.3.2 | Logical streaming replication |
162
+ > | [ pgrouting] ( https://pgrouting.org/ ) | 3.3.0 | geospatial database to provide geospatial routing|
163
+ > | [ pgrowlocks] ( https://www.postgresql.org/docs/13/pgrowlocks.html ) | 1.2 | show row-level locking information|
164
+ > | [ pgstattuple] ( https://www.postgresql.org/docs/13/pgstattuple.html ) | 1.5 | show tuple-level statistics|
165
+ > | [ plpgsql] ( https://www.postgresql.org/docs/13/plpgsql.html ) | 1.0 | PL/pgSQL procedural language|
166
+ > | [ plv8] ( https://plv8.github.io/ ) | 3.0.0 | Trusted Javascript language extension|
167
+ > | [ postgis] ( https://www.postgis.net/ ) | 3.2.0 | PostGIS geometry, geography |
168
+ > | [ postgis_raster] ( https://www.postgis.net/ ) | 3.2.0 | PostGIS raster types and functions|
169
+ > | [ postgis_sfcgal] ( https://www.postgis.net/ ) | 3.2.0 | PostGIS SFCGAL functions|
170
+ > | [ postgis_tiger_geocoder] ( https://www.postgis.net/ ) | 3.2.0 | PostGIS tiger geocoder and reverse geocoder|
171
+ > | [ postgis_topology] ( https://postgis.net/docs/Topology.html ) | 3.2.0 | PostGIS topology spatial types and functions|
172
+ > | [ postgres_fdw] ( https://www.postgresql.org/docs/13/postgres-fdw.html ) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
173
+ > | [ sslinfo] ( https://www.postgresql.org/docs/13/sslinfo.html ) | 1.2 | information about SSL certificates|
174
+ > | [ timescaledb] ( https://github.com/timescale/timescaledb ) | 2.5.1 | Open-source relational database for time-series and analytics|
175
+ > | [ tsm_system_rows] ( https://www.postgresql.org/docs/13/tsm-system-rows.html ) | 1.0 | TABLESAMPLE method which accepts number of rows as a limit|
176
+ > | [ tsm_system_time] ( https://www.postgresql.org/docs/13/tsm-system-time.html ) | 1.0 | TABLESAMPLE method which accepts time in milliseconds as a limit|
177
+ > | [ unaccent] ( https://www.postgresql.org/docs/13/unaccent.html ) | 1.1 | text search dictionary that removes accents|
178
+ > | [ uuid-ossp] ( https://www.postgresql.org/docs/13/uuid-ossp.html ) | 1.1 | generate universally unique identifiers (UUIDs)|
122
179
123
180
## Postgres 13 extensions
124
181
0 commit comments