Skip to content

Commit f45e28c

Browse files
author
github-actions
committed
Automatically update server parameters
1 parent bdc6200 commit f45e28c

File tree

66 files changed

+141
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+141
-188
lines changed

articles/postgresql/server-parameters/includes/param-12-customized-options.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: nachoalonsoportillo
33
ms.author: ialonso
44
ms.reviewer: maghan
5-
ms.date: 05/05/2025
5+
ms.date: 04/01/2026
66
ms.service: azure-database-postgresql
77
ms.topic: include
88
ms.custom: automatically generated
@@ -761,10 +761,10 @@ ms.custom: automatically generated
761761
| --- | --- |
762762
| Category | Customized Options |
763763
| Description | Specify timezone used for cron schedule. |
764-
| Data type | enumeration |
764+
| Data type | string |
765765
| Default value | `GMT` |
766-
| Allowed values | `GMT` |
767-
| Parameter type | read-only |
766+
| Allowed values | `.*` |
767+
| Parameter type | static |
768768
| Documentation | [cron.timezone](https://github.com/citusdata/pg_cron) |
769769

770770

@@ -799,7 +799,7 @@ ms.custom: automatically generated
799799
| Default value | `off` |
800800
| Allowed values | `on,off` |
801801
| Parameter type | dynamic |
802-
| Documentation | |
802+
| Documentation | [pgaadauth.enable_group_sync](https://go.microsoft.com/fwlink/?linkid=2338467) |
803803

804804

805805
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]

articles/postgresql/server-parameters/includes/param-13-client-connection-defaults-shared-library-preloading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: nachoalonsoportillo
33
ms.author: ialonso
44
ms.reviewer: maghan
5-
ms.date: 05/05/2025
5+
ms.date: 04/01/2026
66
ms.service: azure-database-postgresql
77
ms.topic: include
88
ms.custom: automatically generated
@@ -66,7 +66,7 @@ ms.custom: automatically generated
6666
| Description | Sets which shared libraries are preloaded at server start. |
6767
| Data type | set |
6868
| Default value | `pg_cron,pg_stat_statements` |
69-
| Allowed values | `age,anon,auto_explain,azure_storage,credcheck,pg_cron,pg_failover_slots,pg_hint_plan,pg_partman_bgw,pg_prewarm,pg_squeeze,pg_stat_statements,pgaudit,pglogical,timescaledb,wal2json` |
69+
| Allowed values | `age,anon,auto_explain,azure_storage,credcheck,pg_cron,pg_failover_slots,pg_hint_plan,pg_ivm,pg_partman_bgw,pg_prewarm,pg_squeeze,pg_stat_statements,pgaudit,pglogical,timescaledb,wal2json` |
7070
| Parameter type | static |
7171
| Documentation | [shared_preload_libraries](https://www.postgresql.org/docs/13/runtime-config-client.html#GUC-SHARED-PRELOAD-LIBRARIES) |
7272

articles/postgresql/server-parameters/includes/param-13-customized-options.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: nachoalonsoportillo
33
ms.author: ialonso
44
ms.reviewer: maghan
5-
ms.date: 05/05/2025
5+
ms.date: 04/01/2026
66
ms.service: azure-database-postgresql
77
ms.topic: include
88
ms.custom: automatically generated
@@ -576,7 +576,7 @@ ms.custom: automatically generated
576576
| Description | Specifies which extensions are allowed to be created in the server. |
577577
| Data type | set |
578578
| Default value | |
579-
| Allowed values | `address_standardizer,address_standardizer_data_us,age,amcheck,anon,azure_ai,azure_storage,bloom,btree_gin,btree_gist,citext,credcheck,cube,dblink,dict_int,dict_xsyn,earthdistance,fuzzystrmatch,hll,hstore,hypopg,intagg,intarray,ip4r,isn,lo,login_hook,ltree,oracle_fdw,orafce,pageinspect,pg_buffercache,pg_cron,pg_freespacemap,pg_hint_plan,pg_partman,pg_prewarm,pg_repack,pg_squeeze,pg_stat_statements,pg_trgm,pg_visibility,pgaudit,pgcrypto,pglogical,pgrouting,pgrowlocks,pgstattuple,plpgsql,plv8,postgis,postgis_raster,postgis_sfcgal,postgis_tiger_geocoder,postgis_topology,postgres_fdw,postgres_protobuf,semver,session_variable,sslinfo,tablefunc,tdigest,tds_fdw,timescaledb,topn,tsm_system_rows,tsm_system_time,unaccent,uuid-ossp,vector` |
579+
| Allowed values | `address_standardizer,address_standardizer_data_us,age,amcheck,anon,azure_ai,azure_storage,bloom,btree_gin,btree_gist,citext,credcheck,cube,dblink,dict_int,dict_xsyn,earthdistance,fuzzystrmatch,hll,hstore,hypopg,intagg,intarray,ip4r,isn,lo,login_hook,ltree,oracle_fdw,orafce,pageinspect,pg_buffercache,pg_cron,pg_freespacemap,pg_hint_plan,pg_ivm,pg_partman,pg_prewarm,pg_repack,pg_squeeze,pg_stat_statements,pg_trgm,pg_visibility,pgaudit,pgcrypto,pglogical,pgrouting,pgrowlocks,pgstattuple,plpgsql,plv8,postgis,postgis_raster,postgis_sfcgal,postgis_tiger_geocoder,postgis_topology,postgres_fdw,postgres_protobuf,semver,session_variable,sslinfo,tablefunc,tdigest,tds_fdw,timescaledb,topn,tsm_system_rows,tsm_system_time,unaccent,uuid-ossp,vector` |
580580
| Parameter type | dynamic |
581581
| Documentation | [azure.extensions](https://go.microsoft.com/fwlink/?linkid=2274269) |
582582

@@ -1543,10 +1543,10 @@ ms.custom: automatically generated
15431543
| --- | --- |
15441544
| Category | Customized Options |
15451545
| Description | Specify timezone used for cron schedule. |
1546-
| Data type | enumeration |
1546+
| Data type | string |
15471547
| Default value | `GMT` |
1548-
| Allowed values | `GMT` |
1549-
| Parameter type | read-only |
1548+
| Allowed values | `.*` |
1549+
| Parameter type | static |
15501550
| Documentation | [cron.timezone](https://github.com/citusdata/pg_cron) |
15511551

15521552

@@ -1581,7 +1581,7 @@ ms.custom: automatically generated
15811581
| Default value | `off` |
15821582
| Allowed values | `on,off` |
15831583
| Parameter type | dynamic |
1584-
| Documentation | |
1584+
| Documentation | [pgaadauth.enable_group_sync](https://go.microsoft.com/fwlink/?linkid=2338467) |
15851585

15861586

15871587
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]

articles/postgresql/server-parameters/includes/param-14-client-connection-defaults-shared-library-preloading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: nachoalonsoportillo
33
ms.author: ialonso
44
ms.reviewer: maghan
5-
ms.date: 05/05/2025
5+
ms.date: 04/01/2026
66
ms.service: azure-database-postgresql
77
ms.topic: include
88
ms.custom: automatically generated
@@ -66,7 +66,7 @@ ms.custom: automatically generated
6666
| Description | Sets which shared libraries are preloaded at server start. |
6767
| Data type | set |
6868
| Default value | `pg_cron,pg_stat_statements` |
69-
| Allowed values | `age,anon,auto_explain,azure_storage,credcheck,pg_cron,pg_duckdb,pg_failover_slots,pg_hint_plan,pg_partman_bgw,pg_prewarm,pg_squeeze,pg_stat_statements,pgaudit,pglogical,timescaledb,wal2json` |
69+
| Allowed values | `age,anon,auto_explain,azure_storage,credcheck,pg_cron,pg_duckdb,pg_failover_slots,pg_hint_plan,pg_ivm,pg_partman_bgw,pg_prewarm,pg_squeeze,pg_stat_statements,pgaudit,pglogical,timescaledb,wal2json` |
7070
| Parameter type | static |
7171
| Documentation | [shared_preload_libraries](https://www.postgresql.org/docs/14/runtime-config-client.html#GUC-SHARED-PRELOAD-LIBRARIES) |
7272

articles/postgresql/server-parameters/includes/param-14-customized-options.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: nachoalonsoportillo
33
ms.author: ialonso
44
ms.reviewer: maghan
5-
ms.date: 05/05/2025
5+
ms.date: 04/01/2026
66
ms.service: azure-database-postgresql
77
ms.topic: include
88
ms.custom: automatically generated
@@ -576,7 +576,7 @@ ms.custom: automatically generated
576576
| Description | Specifies which extensions are allowed to be created in the server. |
577577
| Data type | set |
578578
| Default value | |
579-
| Allowed values | `address_standardizer,address_standardizer_data_us,age,amcheck,anon,azure_ai,azure_storage,bloom,btree_gin,btree_gist,citext,credcheck,cube,dblink,dict_int,dict_xsyn,earthdistance,fuzzystrmatch,hll,hstore,hypopg,intagg,intarray,ip4r,isn,lo,login_hook,ltree,oracle_fdw,orafce,pageinspect,pg_buffercache,pg_cron,pg_diskann,pg_duckdb,pg_freespacemap,pg_hint_plan,pg_partman,pg_prewarm,pg_repack,pg_squeeze,pg_stat_statements,pg_trgm,pg_visibility,pgaudit,pgcrypto,pglogical,pgrouting,pgrowlocks,pgstattuple,plpgsql,plv8,postgis,postgis_raster,postgis_sfcgal,postgis_tiger_geocoder,postgis_topology,postgres_fdw,postgres_protobuf,semver,session_variable,sslinfo,tablefunc,tdigest,tds_fdw,timescaledb,topn,tsm_system_rows,tsm_system_time,unaccent,uuid-ossp,vector` |
579+
| Allowed values | `address_standardizer,address_standardizer_data_us,age,amcheck,anon,azure_ai,azure_storage,bloom,btree_gin,btree_gist,citext,credcheck,cube,dblink,dict_int,dict_xsyn,earthdistance,fuzzystrmatch,hll,hstore,hypopg,intagg,intarray,ip4r,isn,lo,login_hook,ltree,oracle_fdw,orafce,pageinspect,pg_buffercache,pg_cron,pg_diskann,pg_duckdb,pg_freespacemap,pg_hint_plan,pg_ivm,pg_partman,pg_prewarm,pg_repack,pg_squeeze,pg_stat_statements,pg_trgm,pg_visibility,pgaudit,pgcrypto,pglogical,pgrouting,pgrowlocks,pgstattuple,plpgsql,plv8,postgis,postgis_raster,postgis_sfcgal,postgis_tiger_geocoder,postgis_topology,postgres_fdw,postgres_protobuf,semver,session_variable,sslinfo,tablefunc,tdigest,tds_fdw,timescaledb,topn,tsm_system_rows,tsm_system_time,unaccent,uuid-ossp,vector` |
580580
| Parameter type | dynamic |
581581
| Documentation | [azure.extensions](https://go.microsoft.com/fwlink/?linkid=2274269) |
582582

@@ -1543,10 +1543,10 @@ ms.custom: automatically generated
15431543
| --- | --- |
15441544
| Category | Customized Options |
15451545
| Description | Specify timezone used for cron schedule. |
1546-
| Data type | enumeration |
1546+
| Data type | string |
15471547
| Default value | `GMT` |
1548-
| Allowed values | `GMT` |
1549-
| Parameter type | read-only |
1548+
| Allowed values | `.*` |
1549+
| Parameter type | static |
15501550
| Documentation | [cron.timezone](https://github.com/citusdata/pg_cron) |
15511551

15521552

@@ -1802,7 +1802,7 @@ ms.custom: automatically generated
18021802
| Default value | `off` |
18031803
| Allowed values | `on,off` |
18041804
| Parameter type | dynamic |
1805-
| Documentation | |
1805+
| Documentation | [pgaadauth.enable_group_sync](https://go.microsoft.com/fwlink/?linkid=2338467) |
18061806

18071807

18081808
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -2377,7 +2377,7 @@ ms.custom: automatically generated
23772377
| Category | Customized Options |
23782378
| Description | Selects which statements are tracked by the pgms_wait_sampling extension. |
23792379
| Data type | enumeration |
2380-
| Default value | `none` |
2380+
| Default value | `all` |
23812381
| Allowed values | `all,none` |
23822382
| Parameter type | dynamic |
23832383
| Documentation | [pgms_wait_sampling.query_capture_mode](https://go.microsoft.com/fwlink/?linkid=2274607) |
@@ -2615,7 +2615,7 @@ ms.custom: automatically generated
26152615
| Category | Customized Options |
26162616
| Description | Sets query capture mode for query store. None disables any capturing. |
26172617
| Data type | enumeration |
2618-
| Default value | `none` |
2618+
| Default value | `top` |
26192619
| Allowed values | `top,all,none` |
26202620
| Parameter type | dynamic |
26212621
| Documentation | [pg_qs.query_capture_mode](https://go.microsoft.com/fwlink/?linkid=2274607) |

articles/postgresql/server-parameters/includes/param-14-preset-options.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: nachoalonsoportillo
33
ms.author: ialonso
44
ms.reviewer: maghan
5-
ms.date: 05/05/2025
5+
ms.date: 04/01/2026
66
ms.service: azure-database-postgresql
77
ms.topic: include
88
ms.custom: automatically generated
@@ -235,8 +235,8 @@ ms.custom: automatically generated
235235
| Category | Preset Options |
236236
| Description | Shows the server version. |
237237
| Data type | string |
238-
| Default value | `14.20` |
239-
| Allowed values | `14.20` |
238+
| Default value | `14.22` |
239+
| Allowed values | `14.22` |
240240
| Parameter type | read-only |
241241
| Documentation | [server_version](https://www.postgresql.org/docs/14/runtime-config-preset.html#GUC-SERVER-VERSION) |
242242

@@ -252,8 +252,8 @@ ms.custom: automatically generated
252252
| Category | Preset Options |
253253
| Description | Shows the server version as an integer. |
254254
| Data type | integer |
255-
| Default value | `140020` |
256-
| Allowed values | `140020` |
255+
| Default value | `140022` |
256+
| Allowed values | `140022` |
257257
| Parameter type | read-only |
258258
| Documentation | [server_version_num](https://www.postgresql.org/docs/14/runtime-config-preset.html#GUC-SERVER-VERSION-NUM) |
259259

articles/postgresql/server-parameters/includes/param-15-client-connection-defaults-shared-library-preloading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: nachoalonsoportillo
33
ms.author: ialonso
44
ms.reviewer: maghan
5-
ms.date: 05/05/2025
5+
ms.date: 04/01/2026
66
ms.service: azure-database-postgresql
77
ms.topic: include
88
ms.custom: automatically generated
@@ -66,7 +66,7 @@ ms.custom: automatically generated
6666
| Description | Sets which shared libraries are preloaded at server start. |
6767
| Data type | set |
6868
| Default value | `pg_cron,pg_stat_statements` |
69-
| Allowed values | `age,anon,auto_explain,azure_storage,credcheck,pg_cron,pg_duckdb,pg_failover_slots,pg_hint_plan,pg_partman_bgw,pg_prewarm,pg_squeeze,pg_stat_statements,pgaudit,pglogical,timescaledb,wal2json` |
69+
| Allowed values | `age,anon,auto_explain,azure_storage,credcheck,pg_cron,pg_duckdb,pg_failover_slots,pg_hint_plan,pg_ivm,pg_partman_bgw,pg_prewarm,pg_squeeze,pg_stat_statements,pgaudit,pglogical,timescaledb,wal2json` |
7070
| Parameter type | static |
7171
| Documentation | [shared_preload_libraries](https://www.postgresql.org/docs/15/runtime-config-client.html#GUC-SHARED-PRELOAD-LIBRARIES) |
7272

articles/postgresql/server-parameters/includes/param-15-customized-options.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: nachoalonsoportillo
33
ms.author: ialonso
44
ms.reviewer: maghan
5-
ms.date: 05/05/2025
5+
ms.date: 04/01/2026
66
ms.service: azure-database-postgresql
77
ms.topic: include
88
ms.custom: automatically generated
@@ -576,7 +576,7 @@ ms.custom: automatically generated
576576
| Description | Specifies which extensions are allowed to be created in the server. |
577577
| Data type | set |
578578
| Default value | |
579-
| Allowed values | `address_standardizer,address_standardizer_data_us,age,amcheck,anon,azure_ai,azure_storage,bloom,btree_gin,btree_gist,citext,credcheck,cube,dblink,dict_int,dict_xsyn,earthdistance,fuzzystrmatch,hll,hstore,hypopg,intagg,intarray,ip4r,isn,lo,login_hook,ltree,oracle_fdw,orafce,pageinspect,pg_buffercache,pg_cron,pg_diskann,pg_duckdb,pg_freespacemap,pg_hint_plan,pg_partman,pg_prewarm,pg_repack,pg_squeeze,pg_stat_statements,pg_trgm,pg_visibility,pgaudit,pgcrypto,pglogical,pgrouting,pgrowlocks,pgstattuple,plpgsql,plv8,postgis,postgis_raster,postgis_sfcgal,postgis_tiger_geocoder,postgis_topology,postgres_fdw,postgres_protobuf,semver,session_variable,sslinfo,tablefunc,tdigest,tds_fdw,timescaledb,topn,tsm_system_rows,tsm_system_time,unaccent,uuid-ossp,vector` |
579+
| Allowed values | `address_standardizer,address_standardizer_data_us,age,amcheck,anon,azure_ai,azure_storage,bloom,btree_gin,btree_gist,citext,credcheck,cube,dblink,dict_int,dict_xsyn,earthdistance,fuzzystrmatch,hll,hstore,hypopg,intagg,intarray,ip4r,isn,lo,login_hook,ltree,oracle_fdw,orafce,pageinspect,pg_buffercache,pg_cron,pg_diskann,pg_duckdb,pg_freespacemap,pg_hint_plan,pg_ivm,pg_partman,pg_prewarm,pg_repack,pg_squeeze,pg_stat_statements,pg_trgm,pg_visibility,pgaudit,pgcrypto,pglogical,pgrouting,pgrowlocks,pgstattuple,plpgsql,plv8,postgis,postgis_raster,postgis_sfcgal,postgis_tiger_geocoder,postgis_topology,postgres_fdw,postgres_protobuf,semver,session_variable,sslinfo,tablefunc,tdigest,tds_fdw,timescaledb,topn,tsm_system_rows,tsm_system_time,unaccent,uuid-ossp,vector` |
580580
| Parameter type | dynamic |
581581
| Documentation | [azure.extensions](https://go.microsoft.com/fwlink/?linkid=2274269) |
582582

@@ -1543,10 +1543,10 @@ ms.custom: automatically generated
15431543
| --- | --- |
15441544
| Category | Customized Options |
15451545
| Description | Specify timezone used for cron schedule. |
1546-
| Data type | enumeration |
1546+
| Data type | string |
15471547
| Default value | `GMT` |
1548-
| Allowed values | `GMT` |
1549-
| Parameter type | read-only |
1548+
| Allowed values | `.*` |
1549+
| Parameter type | static |
15501550
| Documentation | [cron.timezone](https://github.com/citusdata/pg_cron) |
15511551

15521552

@@ -2377,7 +2377,7 @@ ms.custom: automatically generated
23772377
| Category | Customized Options |
23782378
| Description | Selects which statements are tracked by the pgms_wait_sampling extension. |
23792379
| Data type | enumeration |
2380-
| Default value | `none` |
2380+
| Default value | `all` |
23812381
| Allowed values | `all,none` |
23822382
| Parameter type | dynamic |
23832383
| Documentation | [pgms_wait_sampling.query_capture_mode](https://go.microsoft.com/fwlink/?linkid=2274607) |
@@ -2615,7 +2615,7 @@ ms.custom: automatically generated
26152615
| Category | Customized Options |
26162616
| Description | Sets query capture mode for query store. None disables any capturing. |
26172617
| Data type | enumeration |
2618-
| Default value | `none` |
2618+
| Default value | `top` |
26192619
| Allowed values | `top,all,none` |
26202620
| Parameter type | dynamic |
26212621
| Documentation | [pg_qs.query_capture_mode](https://go.microsoft.com/fwlink/?linkid=2274607) |

articles/postgresql/server-parameters/includes/param-15-preset-options.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: nachoalonsoportillo
33
ms.author: ialonso
44
ms.reviewer: maghan
5-
ms.date: 05/05/2025
5+
ms.date: 04/01/2026
66
ms.service: azure-database-postgresql
77
ms.topic: include
88
ms.custom: automatically generated
@@ -235,8 +235,8 @@ ms.custom: automatically generated
235235
| Category | Preset Options |
236236
| Description | Shows the server version. |
237237
| Data type | string |
238-
| Default value | `15.15` |
239-
| Allowed values | `15.15` |
238+
| Default value | `15.17` |
239+
| Allowed values | `15.17` |
240240
| Parameter type | read-only |
241241
| Documentation | [server_version](https://www.postgresql.org/docs/15/runtime-config-preset.html#GUC-SERVER-VERSION) |
242242

@@ -252,8 +252,8 @@ ms.custom: automatically generated
252252
| Category | Preset Options |
253253
| Description | Shows the server version as an integer. |
254254
| Data type | integer |
255-
| Default value | `150015` |
256-
| Allowed values | `150015` |
255+
| Default value | `150017` |
256+
| Allowed values | `150017` |
257257
| Parameter type | read-only |
258258
| Documentation | [server_version_num](https://www.postgresql.org/docs/15/runtime-config-preset.html#GUC-SERVER-VERSION-NUM) |
259259

articles/postgresql/server-parameters/includes/param-16-client-connection-defaults-shared-library-preloading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: nachoalonsoportillo
33
ms.author: ialonso
44
ms.reviewer: maghan
5-
ms.date: 05/05/2025
5+
ms.date: 04/01/2026
66
ms.service: azure-database-postgresql
77
ms.topic: include
88
ms.custom: automatically generated
@@ -66,7 +66,7 @@ ms.custom: automatically generated
6666
| Description | Sets which shared libraries are preloaded at server start. |
6767
| Data type | set |
6868
| Default value | `pg_cron,pg_stat_statements` |
69-
| Allowed values | `age,anon,auto_explain,azure_storage,credcheck,pg_cron,pg_duckdb,pg_failover_slots,pg_hint_plan,pg_partman_bgw,pg_prewarm,pg_squeeze,pg_stat_statements,pgaudit,pglogical,timescaledb,wal2json` |
69+
| Allowed values | `age,anon,auto_explain,azure_storage,credcheck,pg_cron,pg_duckdb,pg_failover_slots,pg_hint_plan,pg_ivm,pg_partman_bgw,pg_prewarm,pg_squeeze,pg_stat_statements,pgaudit,pglogical,timescaledb,wal2json` |
7070
| Parameter type | static |
7171
| Documentation | [shared_preload_libraries](https://www.postgresql.org/docs/16/runtime-config-client.html#GUC-SHARED-PRELOAD-LIBRARIES) |
7272

0 commit comments

Comments
 (0)