@@ -153,6 +153,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
153153> | [ pg_freespacemap] ( https://www.postgresql.org/docs/13/pgfreespacemap.html ) | 1.2 | examine the free space map (FSM)|
154154> | [ pg_partman] ( https://github.com/pgpartman/pg_partman ) | 4.6.1 | Extension to manage partitioned tables by time or ID |
155155> | [ 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|
156157> | [ pg_stat_statements] ( https://www.postgresql.org/docs/13/pgstatstatements.html ) | 1.8 | track execution statistics of all SQL statements executed|
157158> | [ pg_trgm] ( https://www.postgresql.org/docs/13/pgtrgm.html ) | 1.5 | text similarity measurement and index searching based on trigrams|
158159> | [ 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
211212> | [ pg_freespacemap] ( https://www.postgresql.org/docs/13/pgfreespacemap.html ) | 1.2 | examine the free space map (FSM)|
212213> | [ pg_partman] ( https://github.com/pgpartman/pg_partman ) | 4.5.0 | Extension to manage partitioned tables by time or ID |
213214> | [ 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|
214216> | [ pg_stat_statements] ( https://www.postgresql.org/docs/13/pgstatstatements.html ) | 1.8 | track execution statistics of all SQL statements executed|
215217> | [ pg_trgm] ( https://www.postgresql.org/docs/13/pgtrgm.html ) | 1.5 | text similarity measurement and index searching based on trigrams|
216218> | [ 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
269271> | [ pg_freespacemap] ( https://www.postgresql.org/docs/12/pgfreespacemap.html ) | 1.2 | examine the free space map (FSM)|
270272> | [ pg_partman] ( https://github.com/pgpartman/pg_partman ) | 4.5.0 | Extension to manage partitioned tables by time or ID |
271273> | [ 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|
272275> | [ pg_stat_statements] ( https://www.postgresql.org/docs/12/pgstatstatements.html ) | 1.7 | track execution statistics of all SQL statements executed|
273276> | [ pg_trgm] ( https://www.postgresql.org/docs/12/pgtrgm.html ) | 1.4 | text similarity measurement and index searching based on trigrams|
274277> | [ 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
327330> | [ pg_freespacemap] ( https://www.postgresql.org/docs/11/pgfreespacemap.html ) | 1.2 | examine the free space map (FSM)|
328331> | [ pg_partman] ( https://github.com/pgpartman/pg_partman ) | 4.5.0 | Extension to manage partitioned tables by time or ID |
329332> | [ 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|
330334> | [ pg_stat_statements] ( https://www.postgresql.org/docs/11/pgstatstatements.html ) | 1.6 | track execution statistics of all SQL statements executed|
331335> | [ pg_trgm] ( https://www.postgresql.org/docs/11/pgtrgm.html ) | 1.4 | text similarity measurement and index searching based on trigrams|
332336> | [ 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