Skip to content

Commit 3ab5fad

Browse files
author
github-actions
committed
Update extensions and/or PgBouncer tables.
1 parent 9f7602b commit 3ab5fad

File tree

10 files changed

+33
-13
lines changed

10 files changed

+33
-13
lines changed

articles/postgresql/flexible-server/includes/extensions-table.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ author: varun-dhawan
33
ms.service: postgresql
44
ms.subservice: flexible-server
55
ms.topic: include
6-
ms.date: 04/10/2024
6+
ms.date: 04/11/2024
77
ms.author: varundhawan
88
---
99
| **Extension name** | **Description** | **PostgreSQL 16** | **PostgreSQL 15** | **PostgreSQL 14** | **PostgreSQL 13** | **PostgreSQL 12** | **PostgreSQL 11** |
1010
|----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|-------------------|-------------------|-------------------|-------------------|-------------------|-------------------|
1111
| [address_standardizer](http://postgis.net/docs/manual-2.5/Address_Standardizer.html) | Used to parse an address into constituent elements. Generally used to support geocoding address normalization step. | 3.3.3 | 3.3.1 | 3.2.3 | 3.2.3 | 3.2.3 | 3.2.3|
1212
| [address_standardizer_data_us](http://postgis.net/docs/manual-2.5/Address_Standardizer.html) | Address Standardizer US dataset example | 3.3.3 | 3.3.1 | 3.2.3 | 3.2.3 | 3.2.3 | 3.2.3|
1313
| [amcheck](https://www.postgresql.org/docs/13/amcheck.html) | Functions for verifying relation integrity | 1.3 | 1.3 | 1.3 | 1.2 | 1.2 | 1.1|
14-
| [anon](https://gitlab.com/dalibo/postgresql_anonymizer) | Data anonymization tools | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0|
15-
| [azure_ai](../generative-ai-azure-overview.md) | Azure AI and ML Services integration for PostgreSQL | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | | |
16-
| [azure_storage](../concepts-storage-extension.md) | Azure integration for PostgreSQL | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | |
14+
| [anon](https://gitlab.com/dalibo/postgresql_anonymizer) (Preview) | Data anonymization tools | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0|
15+
| [azure_ai](../generative-ai-azure-overview.md) | Azure AI and ML Services integration for PostgreSQL | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | N/A | N/A|
16+
| [azure_storage](../concepts-storage-extension.md) | Azure integration for PostgreSQL | 1.4 | 1.4 | 1.4 | 1.4 | 1.4 | N/A|
1717
| [bloom](https://www.postgresql.org/docs/13/bloom.html) | Bloom access method - signature file based index | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0|
1818
| [btree_gin](https://www.postgresql.org/docs/13/btree-gin.html) | Support for indexing common datatypes in GIN | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3|
1919
| [btree_gist](https://www.postgresql.org/docs/13/btree-gist.html) | Support for indexing common datatypes in GiST | 1.7 | 1.7 | 1.6 | 1.5 | 1.5 | 1.5|
@@ -43,7 +43,7 @@ ms.author: varundhawan
4343
| [pglogical](https://github.com/2ndQuadrant/pglogical) | PostgreSQL Logical Replication | 2.4.4 | 2.4.2 | 2.4.1 | 2.4.1 | 2.4.1 | 2.4.1|
4444
| [pg_partman](https://github.com/pgpartman/pg_partman) | Extension to manage partitioned tables by time or ID | 4.7.1 | 4.7.1 | 4.6.1 | 4.5.0 | 4.5.0 | 4.5.0|
4545
| [pg_repack](https://reorg.github.io/pg_repack/) | Reorganize tables in PostgreSQL databases with minimal locks | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7 | 1.4.7|
46-
| [pgrouting](https://pgrouting.org/) | PgRouting Extension | | 3.5.0 | 3.3.0 | 3.3.0 | 3.3.0 | 3.3.0|
46+
| [pgrouting](https://pgrouting.org/) | PgRouting Extension | N/A | 3.5.0 | 3.3.0 | 3.3.0 | 3.3.0 | 3.3.0|
4747
| [pgrowlocks](https://www.postgresql.org/docs/13/pgrowlocks.html) | Show row-level locking information | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2|
4848
| [pg_squeeze](https://github.com/cybertec-postgresql/pg_squeeze) | A tool to remove unused space from a relation. | 1.6 | 1.6 | 1.5 | 1.5 | 1.5 | 1.5|
4949
| [pg_stat_statements](https://www.postgresql.org/docs/13/pgstatstatements.html) | Track planning and execution statistics of all SQL statements executed | 1.10 | 1.10 | 1.9 | 1.8 | 1.7 | 1.6|
@@ -63,7 +63,7 @@ ms.author: varundhawan
6363
| [sslinfo](https://www.postgresql.org/docs/13/sslinfo.html) | Information about SSL certificates | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2|
6464
| [tablefunc](https://www.postgresql.org/docs/11/tablefunc.html) | Functions that manipulate whole tables, including crosstab | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0|
6565
| [tds_fdw](https://github.com/tds-fdw/tds_fdw) | Foreign data wrapper for querying a TDS database (Sybase or Microsoft SQL Server) | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3|
66-
| [timescaledb](https://github.com/timescale/timescaledb) | Enables scalable inserts and complex queries for time-series data | | 2.10.0 | 2.10.0 | 2.10.0 | 2.10.0 | 1.7.4|
66+
| [timescaledb](https://github.com/timescale/timescaledb) | Enables scalable inserts and complex queries for time-series data | N/A | 2.10.0 | 2.10.0 | 2.10.0 | 2.10.0 | 1.7.4|
6767
| [tsm_system_rows](https://www.postgresql.org/docs/13/tsm-system-rows.html) | TABLESAMPLE method which accepts number of rows as a limit | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0|
6868
| [tsm_system_time](https://www.postgresql.org/docs/13/tsm-system-time.html) | TABLESAMPLE method which accepts time in milliseconds as a limit | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0|
6969
| [unaccent](https://www.postgresql.org/docs/13/unaccent.html) | Text search dictionary that removes accents | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1|
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
author: varun-dhawan
3+
ms.service: postgresql
4+
ms.subservice: flexible-server
5+
ms.topic: include
6+
ms.date: 04/11/2024
7+
ms.author: varundhawan
8+
---
9+
11, 12, 13, 14, 15, 16
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
author: varun-dhawan
3+
ms.service: postgresql
4+
ms.subservice: flexible-server
5+
ms.topic: include
6+
ms.date: 04/11/2024
7+
ms.author: varundhawan
8+
---
9+
16, 15, 14, 13, 12, 11
10+

articles/postgresql/flexible-server/includes/minorversion-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: varun-dhawan
33
ms.service: postgresql
44
ms.subservice: flexible-server
55
ms.topic: include
6-
ms.date: 04/10/2024
6+
ms.date: 04/11/2024
77
ms.author: varundhawan
88
---
99
11.22

articles/postgresql/flexible-server/includes/minorversion-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: varun-dhawan
33
ms.service: postgresql
44
ms.subservice: flexible-server
55
ms.topic: include
6-
ms.date: 04/10/2024
6+
ms.date: 04/11/2024
77
ms.author: varundhawan
88
---
99
12.18

articles/postgresql/flexible-server/includes/minorversion-13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: varun-dhawan
33
ms.service: postgresql
44
ms.subservice: flexible-server
55
ms.topic: include
6-
ms.date: 04/10/2024
6+
ms.date: 04/11/2024
77
ms.author: varundhawan
88
---
99
13.14

articles/postgresql/flexible-server/includes/minorversion-14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: varun-dhawan
33
ms.service: postgresql
44
ms.subservice: flexible-server
55
ms.topic: include
6-
ms.date: 04/10/2024
6+
ms.date: 04/11/2024
77
ms.author: varundhawan
88
---
99
14.11

articles/postgresql/flexible-server/includes/minorversion-15.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: varun-dhawan
33
ms.service: postgresql
44
ms.subservice: flexible-server
55
ms.topic: include
6-
ms.date: 04/10/2024
6+
ms.date: 04/11/2024
77
ms.author: varundhawan
88
---
99
15.6

articles/postgresql/flexible-server/includes/minorversion-16.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: varun-dhawan
33
ms.service: postgresql
44
ms.subservice: flexible-server
55
ms.topic: include
6-
ms.date: 04/10/2024
6+
ms.date: 04/11/2024
77
ms.author: varundhawan
88
---
99
16.2

articles/postgresql/flexible-server/includes/pgbouncer-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: varun-dhawan
33
ms.service: postgresql
44
ms.subservice: flexible-server
55
ms.topic: include
6-
ms.date: 04/10/2024
6+
ms.date: 04/11/2024
77
ms.author: varundhawan
88
---
99
| **PostgreSQL 16** | **PostgreSQL 15** | **PostgreSQL 14** | **PostgreSQL 13** | **PostgreSQL 12** | **PostgreSQL 11** |

0 commit comments

Comments
 (0)