Upgrade from: to: matching:

Jump to:

Upgrading from 9.6.8 to 11.8 gives you 2.2 years worth of fixes (912 of them)

Security fixes:

Configuration changes:

Removed config parameters:

Config parameter: Default value:
min_parallel_relation_size 1024
replacement_sort_tuples 150000
sql_inheritance on

Added config parameters:

Config parameter: Default value:
data_directory_mode 0700
data_sync_retry off
enable_gathermerge on
enable_parallel_append on
enable_parallel_hash on
enable_partition_pruning on
enable_partitionwise_aggregate off
enable_partitionwise_join off
jit off
jit_above_cost 100000
jit_debugging_support off
jit_dump_bitcode off
jit_expressions on
jit_inline_above_cost 500000
jit_optimize_above_cost 500000
jit_profiling_support off
jit_provider llvmjit
jit_tuple_deforming on
max_logical_replication_workers 4
max_parallel_maintenance_workers 2
max_parallel_workers 8
max_pred_locks_per_page 2
max_pred_locks_per_relation -2
max_sync_workers_per_subscription 2
min_parallel_index_scan_size 64
min_parallel_table_scan_size 1024
parallel_leader_participation on
ssl_dh_params_file
ssl_passphrase_command
ssl_passphrase_command_supports_reload off
vacuum_cleanup_index_scale_factor 0.1
wal_consistency_checking

Config parameters with changed default value:

Config parameter: Default value in Pg 9.6.8: Default value in Pg 11.8:
hot_standby off on
log_directory pg_log log
log_line_prefix %m [%p]
max_parallel_workers_per_gather 0 2
max_replication_slots 0 10
max_wal_senders 0 10
max_wal_size 64 1024
min_wal_size 5 80
password_encryption on md5
wal_level minimal replica
wal_segment_size 2048 16777216

List of changes: