@@ -153,6 +153,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
153
153
> | [ pg_freespacemap] ( https://www.postgresql.org/docs/13/pgfreespacemap.html ) | 1.2 | examine the free space map (FSM)|
154
154
> | [ pg_partman] ( https://github.com/pgpartman/pg_partman ) | 4.6.1 | Extension to manage partitioned tables by time or ID |
155
155
> | [ pg_prewarm] ( https://www.postgresql.org/docs/13/pgprewarm.html ) | 1.2 | prewarm relation data|
156
+ > | [ pg_repack] ( https://reorg.github.io/pg_repack/ ) | 1.4.7 | lets you remove bloat from tables and indexes|
156
157
> | [ pg_stat_statements] ( https://www.postgresql.org/docs/13/pgstatstatements.html ) | 1.8 | track execution statistics of all SQL statements executed|
157
158
> | [ pg_trgm] ( https://www.postgresql.org/docs/13/pgtrgm.html ) | 1.5 | text similarity measurement and index searching based on trigrams|
158
159
> | [ pg_visibility] ( https://www.postgresql.org/docs/13/pgvisibility.html ) | 1.2 | examine the visibility map (VM) and page-level visibility info|
@@ -211,6 +212,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
211
212
> | [ pg_freespacemap] ( https://www.postgresql.org/docs/13/pgfreespacemap.html ) | 1.2 | examine the free space map (FSM)|
212
213
> | [ pg_partman] ( https://github.com/pgpartman/pg_partman ) | 4.5.0 | Extension to manage partitioned tables by time or ID |
213
214
> | [ pg_prewarm] ( https://www.postgresql.org/docs/13/pgprewarm.html ) | 1.2 | prewarm relation data|
215
+ > | [ pg_repack] ( https://reorg.github.io/pg_repack/ ) | 1.4.7 | lets you remove bloat from tables and indexes|
214
216
> | [ pg_stat_statements] ( https://www.postgresql.org/docs/13/pgstatstatements.html ) | 1.8 | track execution statistics of all SQL statements executed|
215
217
> | [ pg_trgm] ( https://www.postgresql.org/docs/13/pgtrgm.html ) | 1.5 | text similarity measurement and index searching based on trigrams|
216
218
> | [ pg_visibility] ( https://www.postgresql.org/docs/13/pgvisibility.html ) | 1.2 | examine the visibility map (VM) and page-level visibility info|
@@ -269,6 +271,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
269
271
> | [ pg_freespacemap] ( https://www.postgresql.org/docs/12/pgfreespacemap.html ) | 1.2 | examine the free space map (FSM)|
270
272
> | [ pg_partman] ( https://github.com/pgpartman/pg_partman ) | 4.5.0 | Extension to manage partitioned tables by time or ID |
271
273
> | [ pg_prewarm] ( https://www.postgresql.org/docs/12/pgprewarm.html ) | 1.2 | prewarm relation data|
274
+ > | [ pg_repack] ( https://reorg.github.io/pg_repack/ ) | 1.4.7 | lets you remove bloat from tables and indexes|
272
275
> | [ pg_stat_statements] ( https://www.postgresql.org/docs/12/pgstatstatements.html ) | 1.7 | track execution statistics of all SQL statements executed|
273
276
> | [ pg_trgm] ( https://www.postgresql.org/docs/12/pgtrgm.html ) | 1.4 | text similarity measurement and index searching based on trigrams|
274
277
> | [ pg_visibility] ( https://www.postgresql.org/docs/12/pgvisibility.html ) | 1.2 | examine the visibility map (VM) and page-level visibility info|
@@ -327,6 +330,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
327
330
> | [ pg_freespacemap] ( https://www.postgresql.org/docs/11/pgfreespacemap.html ) | 1.2 | examine the free space map (FSM)|
328
331
> | [ pg_partman] ( https://github.com/pgpartman/pg_partman ) | 4.5.0 | Extension to manage partitioned tables by time or ID |
329
332
> | [ pg_prewarm] ( https://www.postgresql.org/docs/11/pgprewarm.html ) | 1.2 | prewarm relation data|
333
+ > | [ pg_repack] ( https://reorg.github.io/pg_repack/ ) | 1.4.7 | lets you remove bloat from tables and indexes|
330
334
> | [ pg_stat_statements] ( https://www.postgresql.org/docs/11/pgstatstatements.html ) | 1.6 | track execution statistics of all SQL statements executed|
331
335
> | [ pg_trgm] ( https://www.postgresql.org/docs/11/pgtrgm.html ) | 1.4 | text similarity measurement and index searching based on trigrams|
332
336
> | [ pg_visibility] ( https://www.postgresql.org/docs/11/pgvisibility.html ) | 1.2 | examine the visibility map (VM) and page-level visibility info|
0 commit comments