Skip to content

Commit 0444e49

Browse files
authored
Merge pull request #278551 from PostgreSQLFlexibleServerPMs/patch-s2jy6nilk9xg-server-parameters
[SCOPED] Update server parameters
2 parents 619e5ae + 42968b8 commit 0444e49

File tree

337 files changed

+3933
-3927
lines changed

Some content is hidden

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

337 files changed

+3933
-3927
lines changed

articles/postgresql/flexible-server/includes/server-parameters-table-11-autovacuum.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: AlicjaKucharczyk
33
ms.author: alkuchar
44
ms.reviewer: maghan
5-
ms.date: 05/15/2024
5+
ms.date: 06/18/2024
66
ms.service: postgresql
77
ms.subservice: flexible-server
88
ms.topic: include
@@ -17,7 +17,7 @@ ms.topic: include
1717
| Default value | `on` |
1818
| Allowed values | `on,off` |
1919
| Parameter type | dynamic |
20-
| Documentation | [autovacuum](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html) |
20+
| Documentation | [autovacuum](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html#GUC-AUTOVACUUM) |
2121

2222

2323
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -34,7 +34,7 @@ ms.topic: include
3434
| Default value | `0.1` |
3535
| Allowed values | `0-100` |
3636
| Parameter type | dynamic |
37-
| Documentation | [autovacuum_analyze_scale_factor](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html) |
37+
| Documentation | [autovacuum_analyze_scale_factor](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html#GUC-AUTOVACUUM-ANALYZE-SCALE-FACTOR) |
3838

3939

4040
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -51,7 +51,7 @@ ms.topic: include
5151
| Default value | `50` |
5252
| Allowed values | `0-2147483647` |
5353
| Parameter type | dynamic |
54-
| Documentation | [autovacuum_analyze_threshold](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html) |
54+
| Documentation | [autovacuum_analyze_threshold](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html#GUC-AUTOVACUUM-ANALYZE-THRESHOLD) |
5555

5656

5757
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -68,7 +68,7 @@ ms.topic: include
6868
| Default value | `200000000` |
6969
| Allowed values | `100000-2000000000` |
7070
| Parameter type | static |
71-
| Documentation | [autovacuum_freeze_max_age](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html) |
71+
| Documentation | [autovacuum_freeze_max_age](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html#GUC-AUTOVACUUM-FREEZE-MAX-AGE) |
7272

7373

7474
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -85,7 +85,7 @@ ms.topic: include
8585
| Default value | `3` |
8686
| Allowed values | `1-262143` |
8787
| Parameter type | static |
88-
| Documentation | [autovacuum_max_workers](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html) |
88+
| Documentation | [autovacuum_max_workers](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html#GUC-AUTOVACUUM-MAX-WORKERS) |
8989

9090

9191
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -102,7 +102,7 @@ ms.topic: include
102102
| Default value | `400000000` |
103103
| Allowed values | `10000-2000000000` |
104104
| Parameter type | static |
105-
| Documentation | [autovacuum_multixact_freeze_max_age](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html) |
105+
| Documentation | [autovacuum_multixact_freeze_max_age](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html#GUC-AUTOVACUUM-MULTIXACT-FREEZE-MAX-AGE) |
106106

107107

108108
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -119,7 +119,7 @@ ms.topic: include
119119
| Default value | `60` |
120120
| Allowed values | `1-2147483` |
121121
| Parameter type | dynamic |
122-
| Documentation | [autovacuum_naptime](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html) |
122+
| Documentation | [autovacuum_naptime](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html#GUC-AUTOVACUUM-NAPTIME) |
123123

124124

125125
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -136,7 +136,7 @@ ms.topic: include
136136
| Default value | `20` |
137137
| Allowed values | `-1-100` |
138138
| Parameter type | dynamic |
139-
| Documentation | [autovacuum_vacuum_cost_delay](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html) |
139+
| Documentation | [autovacuum_vacuum_cost_delay](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html#GUC-AUTOVACUUM-VACUUM-COST-DELAY) |
140140

141141

142142
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -153,7 +153,7 @@ ms.topic: include
153153
| Default value | `-1` |
154154
| Allowed values | `-1-10000` |
155155
| Parameter type | dynamic |
156-
| Documentation | [autovacuum_vacuum_cost_limit](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html) |
156+
| Documentation | [autovacuum_vacuum_cost_limit](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html#GUC-AUTOVACUUM-VACUUM-COST-LIMIT) |
157157

158158

159159
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -170,7 +170,7 @@ ms.topic: include
170170
| Default value | `0.2` |
171171
| Allowed values | `0-100` |
172172
| Parameter type | dynamic |
173-
| Documentation | [autovacuum_vacuum_scale_factor](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html) |
173+
| Documentation | [autovacuum_vacuum_scale_factor](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html#GUC-AUTOVACUUM-VACUUM-SCALE-FACTOR) |
174174

175175

176176
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -187,7 +187,7 @@ ms.topic: include
187187
| Default value | `50` |
188188
| Allowed values | `0-2147483647` |
189189
| Parameter type | dynamic |
190-
| Documentation | [autovacuum_vacuum_threshold](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html) |
190+
| Documentation | [autovacuum_vacuum_threshold](https://www.postgresql.org/docs/11/runtime-config-autovacuum.html#GUC-AUTOVACUUM-VACUUM-THRESHOLD) |
191191

192192

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

articles/postgresql/flexible-server/includes/server-parameters-table-11-client-connection-defaults---locale-and-formatting.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: AlicjaKucharczyk
33
ms.author: alkuchar
44
ms.reviewer: maghan
5-
ms.date: 05/15/2024
5+
ms.date: 06/18/2024
66
ms.service: postgresql
77
ms.subservice: flexible-server
88
ms.topic: include
@@ -17,7 +17,7 @@ ms.topic: include
1717
| Default value | `UTF8` |
1818
| Allowed values | `BIG5,EUC_CN,EUC_JP,EUC_JIS_2004,EUC_KR,EUC_TW,GB18030,GBK,ISO_8859_5,ISO_8859_6,ISO_8859_7,ISO_8859_8,JOHAB,KOI8R,KOI8U,LATIN1,LATIN2,LATIN3,LATIN4,LATIN5,LATIN6,LATIN7,LATIN8,LATIN9,LATIN10,MULE_INTERNAL,SJIS,SHIFT_JIS_2004,SQL_ASCII,UHC,UTF8,WIN866,WIN874,WIN1250,WIN1251,WIN1252,WIN1253,WIN1254,WIN1255,WIN1256,WIN1257,WIN1258` |
1919
| Parameter type | dynamic |
20-
| Documentation | [client_encoding](https://www.postgresql.org/docs/11/runtime-config-client.html) |
20+
| Documentation | [client_encoding](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-CLIENT-ENCODING) |
2121

2222

2323
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -34,7 +34,7 @@ ms.topic: include
3434
| Default value | `ISO, MDY` |
3535
| Allowed values | `(ISO|POSTGRES|SQL|GERMAN)(, (DMY|MDY|YMD))?` |
3636
| Parameter type | dynamic |
37-
| Documentation | |
37+
| Documentation | [DateStyle](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-DATESTYLE) |
3838

3939

4040
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -51,7 +51,7 @@ ms.topic: include
5151
| Default value | `pg_catalog.english` |
5252
| Allowed values | `[A-Za-z._]+` |
5353
| Parameter type | dynamic |
54-
| Documentation | [default_text_search_config](https://www.postgresql.org/docs/11/runtime-config-client.html) |
54+
| Documentation | [default_text_search_config](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-DEFAULT-TEXT-SEARCH-CONFIG) |
5555

5656

5757
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -68,7 +68,7 @@ ms.topic: include
6868
| Default value | `0` |
6969
| Allowed values | `-15-3` |
7070
| Parameter type | dynamic |
71-
| Documentation | [extra_float_digits](https://www.postgresql.org/docs/11/runtime-config-client.html) |
71+
| Documentation | [extra_float_digits](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-EXTRA-FLOAT-DIGITS) |
7272

7373

7474
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -85,7 +85,7 @@ ms.topic: include
8585
| Default value | `postgres` |
8686
| Allowed values | `postgres,postgres_verbose,sql_standard,iso_8601` |
8787
| Parameter type | dynamic |
88-
| Documentation | |
88+
| Documentation | [IntervalStyle](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-INTERVALSTYLE) |
8989

9090

9191
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -102,7 +102,7 @@ ms.topic: include
102102
| Default value | `en_US.utf8` |
103103
| Allowed values | `en_US.utf8` |
104104
| Parameter type | read-only |
105-
| Documentation | |
105+
| Documentation | [lc_messages](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-LC-MESSAGES) |
106106

107107

108108
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -119,7 +119,7 @@ ms.topic: include
119119
| Default value | `en_US.utf-8` |
120120
| Allowed values | `[A-Za-z0-9._ -]+` |
121121
| Parameter type | dynamic |
122-
| Documentation | [lc_monetary](https://www.postgresql.org/docs/11/runtime-config-client.html) |
122+
| Documentation | [lc_monetary](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-LC-MONETARY) |
123123

124124

125125
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -136,7 +136,7 @@ ms.topic: include
136136
| Default value | `en_US.utf-8` |
137137
| Allowed values | `[A-Za-z0-9._ -]+` |
138138
| Parameter type | dynamic |
139-
| Documentation | [lc_numeric](https://www.postgresql.org/docs/11/runtime-config-client.html) |
139+
| Documentation | [lc_numeric](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-LC-NUMERIC) |
140140

141141

142142
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -153,7 +153,7 @@ ms.topic: include
153153
| Default value | `en_US.utf8` |
154154
| Allowed values | `en_US.utf8` |
155155
| Parameter type | read-only |
156-
| Documentation | |
156+
| Documentation | [lc_time](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-LC-TIME) |
157157

158158

159159
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -170,7 +170,7 @@ ms.topic: include
170170
| Default value | `UTC` |
171171
| Allowed values | `[A-Za-z0-9/+_-]+` |
172172
| Parameter type | dynamic |
173-
| Documentation | [TimeZone](https://www.postgresql.org/docs/11/runtime-config-client.html) |
173+
| Documentation | [TimeZone](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-TIMEZONE) |
174174

175175

176176
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -187,7 +187,7 @@ ms.topic: include
187187
| Default value | `Default` |
188188
| Allowed values | `Default` |
189189
| Parameter type | read-only |
190-
| Documentation | |
190+
| Documentation | [timezone_abbreviations](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-TIMEZONE-ABBREVIATIONS) |
191191

192192

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

articles/postgresql/flexible-server/includes/server-parameters-table-11-client-connection-defaults---other-defaults.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: AlicjaKucharczyk
33
ms.author: alkuchar
44
ms.reviewer: maghan
5-
ms.date: 05/15/2024
5+
ms.date: 06/18/2024
66
ms.service: postgresql
77
ms.subservice: flexible-server
88
ms.topic: include
@@ -17,7 +17,7 @@ ms.topic: include
1717
| Default value | `$libdir` |
1818
| Allowed values | `$libdir` |
1919
| Parameter type | read-only |
20-
| Documentation | |
20+
| Documentation | [dynamic_library_path](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-DYNAMIC-LIBRARY-PATH) |
2121

2222

2323
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -34,7 +34,7 @@ ms.topic: include
3434
| Default value | `0` |
3535
| Allowed values | `0-2147483647` |
3636
| Parameter type | dynamic |
37-
| Documentation | |
37+
| Documentation | [gin_fuzzy_search_limit](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-GIN-FUZZY-SEARCH-LIMIT) |
3838

3939

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

articles/postgresql/flexible-server/includes/server-parameters-table-11-client-connection-defaults---shared-library-preloading.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: AlicjaKucharczyk
33
ms.author: alkuchar
44
ms.reviewer: maghan
5-
ms.date: 05/15/2024
5+
ms.date: 06/18/2024
66
ms.service: postgresql
77
ms.subservice: flexible-server
88
ms.topic: include
@@ -14,10 +14,10 @@ ms.topic: include
1414
| Category | Client Connection Defaults / Shared Library Preloading |
1515
| Description | JIT provider to use. |
1616
| Data type | string |
17-
| Default value | `llvmjit` |
18-
| Allowed values | `llvmjit` |
17+
| Default value | `llvmjit` |
18+
| Allowed values | `llvmjit` |
1919
| Parameter type | read-only |
20-
| Documentation | |
20+
| Documentation | [jit_provider](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-JIT-PROVIDER) |
2121

2222

2323
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -34,7 +34,7 @@ ms.topic: include
3434
| Default value | |
3535
| Allowed values | |
3636
| Parameter type | read-only |
37-
| Documentation | |
37+
| Documentation | [local_preload_libraries](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-LOCAL-PRELOAD-LIBRARIES) |
3838

3939

4040
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -51,7 +51,7 @@ ms.topic: include
5151
| Default value | |
5252
| Allowed values | `login_hook` |
5353
| Parameter type | dynamic |
54-
| Documentation | |
54+
| Documentation | [session_preload_libraries](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-SESSION-PRELOAD-LIBRARIES) |
5555

5656

5757
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)]
@@ -68,7 +68,7 @@ ms.topic: include
6868
| Default value | `pg_cron,pg_stat_statements` |
6969
| Allowed values | `auto_explain,pg_cron,pg_failover_slots,pg_hint_plan,pg_partman_bgw,pg_prewarm,pg_squeeze,pg_stat_statements,pgaudit,pglogical,timescaledb,wal2json` |
7070
| Parameter type | static |
71-
| Documentation | |
71+
| Documentation | [shared_preload_libraries](https://www.postgresql.org/docs/11/runtime-config-client.html#GUC-SHARED-PRELOAD-LIBRARIES) |
7272

7373

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

0 commit comments

Comments
 (0)