Jump to:
| Config parameter: | Default value: |
|---|---|
| force_parallel_mode | off |
| operator_precedence_warning | off |
| promote_trigger_file | |
| stats_temp_directory | pg_stat_tmp |
| vacuum_cleanup_index_scale_factor | 0.1 |
| vacuum_defer_cleanup_age | 0 |
| wal_keep_segments | 0 |
| Config parameter: | Default value in Pg 12: | Default value in Pg 16: |
|---|---|---|
| checkpoint_completion_target | 0.5 | 0.9 |
| log_autovacuum_min_duration | -1 | 600000 |
| log_checkpoints | off | on |
| password_encryption | md5 | scram-sha-256 |
| ssl_min_protocol_version | TLSv1 | TLSv1.2 |
| vacuum_cost_page_miss | 10 | 2 |
⇑ Upgrade to 15 released on 2022-10-13 - docs
On non-Windows platforms, consult the HOME environment variable to find the user's home directory (Anders Kaseorg)
If HOME is empty or unset, fall back to the previous method of checking the <pwd.h> database. This change affects libpq (for example, while looking up ~/.pgpass) as well as various client application programs.