]> begriffs open source - ai-pg/blob - full-docs/txt/runtime-config.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / runtime-config.txt
1
2 Chapter 19. Server Configuration
3
4    Table of Contents
5
6    19.1. Setting Parameters
7
8         19.1.1. Parameter Names and Values
9         19.1.2. Parameter Interaction via the Configuration File
10         19.1.3. Parameter Interaction via SQL
11         19.1.4. Parameter Interaction via the Shell
12         19.1.5. Managing Configuration File Contents
13
14    19.2. File Locations
15    19.3. Connections and Authentication
16
17         19.3.1. Connection Settings
18         19.3.2. TCP Settings
19         19.3.3. Authentication
20         19.3.4. SSL
21
22    19.4. Resource Consumption
23
24         19.4.1. Memory
25         19.4.2. Disk
26         19.4.3. Kernel Resource Usage
27         19.4.4. Background Writer
28         19.4.5. I/O
29         19.4.6. Worker Processes
30
31    19.5. Write Ahead Log
32
33         19.5.1. Settings
34         19.5.2. Checkpoints
35         19.5.3. Archiving
36         19.5.4. Recovery
37         19.5.5. Archive Recovery
38         19.5.6. Recovery Target
39         19.5.7. WAL Summarization
40
41    19.6. Replication
42
43         19.6.1. Sending Servers
44         19.6.2. Primary Server
45         19.6.3. Standby Servers
46         19.6.4. Subscribers
47
48    19.7. Query Planning
49
50         19.7.1. Planner Method Configuration
51         19.7.2. Planner Cost Constants
52         19.7.3. Genetic Query Optimizer
53         19.7.4. Other Planner Options
54
55    19.8. Error Reporting and Logging
56
57         19.8.1. Where to Log
58         19.8.2. When to Log
59         19.8.3. What to Log
60         19.8.4. Using CSV-Format Log Output
61         19.8.5. Using JSON-Format Log Output
62         19.8.6. Process Title
63
64    19.9. Run-time Statistics
65
66         19.9.1. Cumulative Query and Index Statistics
67         19.9.2. Statistics Monitoring
68
69    19.10. Vacuuming
70
71         19.10.1. Automatic Vacuuming
72         19.10.2. Cost-based Vacuum Delay
73         19.10.3. Default Behavior
74         19.10.4. Freezing
75
76    19.11. Client Connection Defaults
77
78         19.11.1. Statement Behavior
79         19.11.2. Locale and Formatting
80         19.11.3. Shared Library Preloading
81         19.11.4. Other Defaults
82
83    19.12. Lock Management
84    19.13. Version and Platform Compatibility
85
86         19.13.1. Previous PostgreSQL Versions
87         19.13.2. Platform and Client Compatibility
88
89    19.14. Error Handling
90    19.15. Preset Options
91    19.16. Customized Options
92    19.17. Developer Options
93    19.18. Short Options
94
95    There are many configuration parameters that affect the behavior of the
96    database system. In the first section of this chapter we describe how
97    to interact with configuration parameters. The subsequent sections
98    discuss each parameter in detail.