*** a/doc/src/sgml/config.sgml --- b/doc/src/sgml/config.sgml *************** *** 6934,6940 **** COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; log_autovacuum_min_duration (integer) ! log_autovacuum_min_duration configuration parameter --- 6934,6941 ---- log_autovacuum_min_duration (integer) ! log_autovacuum_min_duration ! configuration parameter *************** *** 6993,6999 **** COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; autovacuum_vacuum_threshold (integer) ! autovacuum_vacuum_threshold configuration parameter --- 6994,7001 ---- autovacuum_vacuum_threshold (integer) ! autovacuum_vacuum_threshold ! configuration parameter *************** *** 7012,7018 **** COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; autovacuum_analyze_threshold (integer) ! autovacuum_analyze_threshold configuration parameter --- 7014,7021 ---- autovacuum_analyze_threshold (integer) ! autovacuum_analyze_threshold ! configuration parameter *************** *** 7031,7037 **** COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; autovacuum_vacuum_scale_factor (floating point) ! autovacuum_vacuum_scale_factor configuration parameter --- 7034,7041 ---- autovacuum_vacuum_scale_factor (floating point) ! autovacuum_vacuum_scale_factor ! configuration parameter *************** *** 7051,7057 **** COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; autovacuum_analyze_scale_factor (floating point) ! autovacuum_analyze_scale_factor configuration parameter --- 7055,7062 ---- autovacuum_analyze_scale_factor (floating point) ! autovacuum_analyze_scale_factor ! configuration parameter *************** *** 7071,7077 **** COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; autovacuum_freeze_max_age (integer) ! autovacuum_freeze_max_age configuration parameter --- 7076,7083 ---- autovacuum_freeze_max_age (integer) ! autovacuum_freeze_max_age ! configuration parameter *************** *** 7099,7105 **** COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; autovacuum_multixact_freeze_max_age (integer) ! autovacuum_multixact_freeze_max_age configuration parameter --- 7105,7112 ---- autovacuum_multixact_freeze_max_age (integer) ! autovacuum_multixact_freeze_max_age ! configuration parameter *************** *** 7127,7133 **** COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; autovacuum_vacuum_cost_delay (floating point) ! autovacuum_vacuum_cost_delay configuration parameter --- 7134,7141 ---- autovacuum_vacuum_cost_delay (floating point) ! autovacuum_vacuum_cost_delay ! configuration parameter *************** *** 7147,7153 **** COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; autovacuum_vacuum_cost_limit (integer) ! autovacuum_vacuum_cost_limit configuration parameter --- 7155,7162 ---- autovacuum_vacuum_cost_limit (integer) ! autovacuum_vacuum_cost_limit ! configuration parameter *************** *** 7746,7752 **** COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; vacuum_cleanup_index_scale_factor (floating point) ! vacuum_cleanup_index_scale_factor configuration parameter --- 7755,7762 ---- vacuum_cleanup_index_scale_factor (floating point) ! vacuum_cleanup_index_scale_factor ! configuration parameter *************** *** 7865,7871 **** SET XML OPTION { DOCUMENT | CONTENT }; gin_pending_list_limit (integer) ! gin_pending_list_limit configuration parameter --- 7875,7882 ---- gin_pending_list_limit (integer) ! gin_pending_list_limit ! configuration parameter *** a/doc/src/sgml/ref/create_index.sgml --- b/doc/src/sgml/ref/create_index.sgml *************** *** 361,368 **** CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] ! ! fillfactor The fillfactor for an index is a percentage that determines how full --- 361,372 ---- ! ! fillfactor ! ! fillfactor storage parameter ! ! The fillfactor for an index is a percentage that determines how full *************** *** 388,395 **** CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] ! ! vacuum_cleanup_index_scale_factor Per-index value for . --- 392,404 ---- ! ! vacuum_cleanup_index_scale_factor ! ! vacuum_cleanup_index_scale_factor ! storage parameter ! ! Per-index value for . *************** *** 403,410 **** CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] ! ! buffering Determines whether the buffering build technique described in --- 412,423 ---- ! ! buffering ! ! buffering storage parameter ! ! Determines whether the buffering build technique described in *************** *** 422,429 **** CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] ! ! fastupdate This setting controls usage of the fast update technique described in --- 435,446 ---- ! ! fastupdate ! ! fastupdate storage parameter ! ! This setting controls usage of the fast update technique described in *************** *** 446,454 **** CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] ! ! gin_pending_list_limit Custom parameter. --- 463,477 ---- + ! ! gin_pending_list_limit ! ! gin_pending_list_limit ! storage parameter ! ! Custom parameter. *************** *** 463,470 **** CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] ! ! pages_per_range Defines the number of table blocks that make up one block range for --- 486,497 ---- ! ! pages_per_range ! ! pages_per_range storage parameter ! ! Defines the number of table blocks that make up one block range for *************** *** 474,481 **** CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] ! ! autosummarize Defines whether a summarization run is invoked for the previous page --- 501,512 ---- ! ! autosummarize ! ! autosummarize storage parameter ! ! Defines whether a summarization run is invoked for the previous page *** a/doc/src/sgml/ref/create_table.sgml --- b/doc/src/sgml/ref/create_table.sgml *************** *** 1316,1323 **** WITH ( MODULUS numeric_literal, REM ! ! fillfactor (integer) The fillfactor for a table is a percentage between 10 and 100. --- 1316,1327 ---- ! ! fillfactor (integer) ! ! fillfactor storage parameter ! ! The fillfactor for a table is a percentage between 10 and 100. *************** *** 1334,1341 **** WITH ( MODULUS numeric_literal, REM ! ! toast_tuple_target (integer) The toast_tuple_target specifies the minimum tuple length required before --- 1338,1349 ---- ! ! toast_tuple_target (integer) ! ! toast_tuple_target storage parameter ! ! The toast_tuple_target specifies the minimum tuple length required before *************** *** 1355,1362 **** WITH ( MODULUS numeric_literal, REM ! ! parallel_workers (integer) This sets the number of workers that should be used to assist a parallel --- 1363,1374 ---- ! ! parallel_workers (integer) ! ! parallel_workers storage parameter ! ! This sets the number of workers that should be used to assist a parallel *************** *** 1368,1375 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_enabled, toast.autovacuum_enabled (boolean) Enables or disables the autovacuum daemon for a particular table. --- 1380,1391 ---- ! ! autovacuum_enabled, toast.autovacuum_enabled (boolean) ! ! autovacuum_enabled storage parameter ! ! Enables or disables the autovacuum daemon for a particular table. *************** *** 1389,1396 **** WITH ( MODULUS numeric_literal, REM ! ! vacuum_index_cleanup (boolean) Enables or disables index cleanup when VACUUM is --- 1405,1416 ---- ! ! vacuum_index_cleanup (boolean) ! ! vacuum_index_cleanup storage parameter ! ! Enables or disables index cleanup when VACUUM is *************** *** 1404,1411 **** WITH ( MODULUS numeric_literal, REM ! ! vacuum_truncate, toast.vacuum_truncate (boolean) Enables or disables vacuum to try to truncate off any empty pages --- 1424,1435 ---- ! ! vacuum_truncate, toast.vacuum_truncate (boolean) ! ! vacuum_truncate storage parameter ! ! Enables or disables vacuum to try to truncate off any empty pages *************** *** 1419,1426 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_vacuum_threshold, toast.autovacuum_vacuum_threshold (integer) Per-table value for --- 1443,1455 ---- ! ! autovacuum_vacuum_threshold, toast.autovacuum_vacuum_threshold (integer) ! ! autovacuum_vacuum_threshold ! storage parameter ! ! Per-table value for *************** *** 1429,1436 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_vacuum_scale_factor, toast.autovacuum_vacuum_scale_factor (float4) Per-table value for --- 1458,1470 ---- ! ! autovacuum_vacuum_scale_factor, toast.autovacuum_vacuum_scale_factor (float4) ! ! autovacuum_vacuum_scale_factor ! storage parameter ! ! Per-table value for *************** *** 1439,1446 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_analyze_threshold (integer) Per-table value for --- 1473,1485 ---- ! ! autovacuum_analyze_threshold (integer) ! ! autovacuum_analyze_threshold ! storage parameter ! ! Per-table value for *************** *** 1449,1456 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_analyze_scale_factor (float4) Per-table value for --- 1488,1500 ---- ! ! autovacuum_analyze_scale_factor (float4) ! ! autovacuum_analyze_scale_factor ! storage parameter ! ! Per-table value for *************** *** 1459,1466 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_vacuum_cost_delay, toast.autovacuum_vacuum_cost_delay (floating point) Per-table value for --- 1503,1515 ---- ! ! autovacuum_vacuum_cost_delay, toast.autovacuum_vacuum_cost_delay (floating point) ! ! autovacuum_vacuum_cost_delay ! storage parameter ! ! Per-table value for *************** *** 1469,1476 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_vacuum_cost_limit, toast.autovacuum_vacuum_cost_limit (integer) Per-table value for --- 1518,1530 ---- ! ! autovacuum_vacuum_cost_limit, toast.autovacuum_vacuum_cost_limit (integer) ! ! autovacuum_vacuum_cost_limit ! storage parameter ! ! Per-table value for *************** *** 1479,1486 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_freeze_min_age, toast.autovacuum_freeze_min_age (integer) Per-table value for --- 1533,1544 ---- ! ! autovacuum_freeze_min_age, toast.autovacuum_freeze_min_age (integer) ! ! autovacuum_freeze_min_age storage parameter ! ! Per-table value for *************** *** 1492,1499 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_freeze_max_age, toast.autovacuum_freeze_max_age (integer) Per-table value for --- 1550,1562 ---- ! ! autovacuum_freeze_max_age, toast.autovacuum_freeze_max_age (integer) ! ! autovacuum_freeze_max_age ! storage parameter ! ! Per-table value for *************** *** 1504,1511 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_freeze_table_age, toast.autovacuum_freeze_table_age (integer) Per-table value for --- 1567,1578 ---- ! ! autovacuum_freeze_table_age, toast.autovacuum_freeze_table_age (integer) ! ! autovacuum_freeze_table_age storage parameter ! ! Per-table value for *************** *** 1514,1521 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_multixact_freeze_min_age, toast.autovacuum_multixact_freeze_min_age (integer) Per-table value for --- 1581,1592 ---- ! ! autovacuum_multixact_freeze_min_age, toast.autovacuum_multixact_freeze_min_age (integer) ! ! autovacuum_multixact_freeze_min_age storage parameter ! ! Per-table value for *************** *** 1528,1535 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_multixact_freeze_max_age, toast.autovacuum_multixact_freeze_max_age (integer) Per-table value --- 1599,1611 ---- ! ! autovacuum_multixact_freeze_max_age, toast.autovacuum_multixact_freeze_max_age (integer) ! ! autovacuum_multixact_freeze_max_age ! storage parameter ! ! Per-table value *************** *** 1542,1549 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_multixact_freeze_table_age, toast.autovacuum_multixact_freeze_table_age (integer) Per-table value --- 1618,1629 ---- ! ! autovacuum_multixact_freeze_table_age, toast.autovacuum_multixact_freeze_table_age (integer) ! ! autovacuum_multixact_freeze_table_age storage parameter ! ! Per-table value *************** *** 1552,1559 **** WITH ( MODULUS numeric_literal, REM ! ! log_autovacuum_min_duration, toast.log_autovacuum_min_duration (integer) Per-table value for --- 1632,1644 ---- ! ! log_autovacuum_min_duration, toast.log_autovacuum_min_duration (integer) ! ! log_autovacuum_min_duration ! storage parameter ! ! Per-table value for *************** *** 1562,1569 **** WITH ( MODULUS numeric_literal, REM ! ! user_catalog_table (boolean) Declare the table as an additional catalog table for purposes of --- 1647,1658 ---- ! ! user_catalog_table (boolean) ! ! user_catalog_table storage parameter ! ! Declare the table as an additional catalog table for purposes of