summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
AgeCommit message (Expand)Author
2021-02-15Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2019-08-27Reject empty names and recursion in config-file include directives.Tom Lane
2019-04-17postgresql.conf.sample: add proper defaults for include actionsBruce Momjian
2019-02-28Improve documentation of data_sync_retryMichael Paquier
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-11-08Disallow setting client_min_messages higher than ERROR.Tom Lane
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2016-11-25Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane
2016-09-11Raise max setting of checkpoint_timeout to 1dSimon Riggs
2016-08-16Disable parallel query by default.Robert Haas
2016-07-19Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.Tom Lane
2016-07-07Clarify resource utilization of parallel query.Robert Haas
2016-07-06Fix typosPeter Eisentraut
2016-06-16Invent min_parallel_relation_size GUC to replace a hard-wired constant.Tom Lane
2016-06-10Change default of backend_flush_after GUC to 0 (disabled).Andres Freund
2016-06-09Eliminate "parallel degree" terminology.Robert Haas
2016-05-03Note that max_worker_processes requires restart.Robert Haas
2016-04-27Fix wrong word.Robert Haas
2016-04-27Change postgresql.conf.sample to say that fsync=off will corrupt data.Robert Haas
2016-04-26Enable parallel query by default.Robert Haas
2016-04-24Fix documentation & config inconsistencies around 428b1d6b2.Andres Freund
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Use quicksort, not replacement selection, for external sorting.Robert Haas
2016-04-06Support multiple synchronous standby servers.Fujii Masao
2016-03-29Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas
2016-03-18Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut
2016-03-16Add syslog_split_messages parameterPeter Eisentraut
2016-03-16Add syslog_sequence_numbers parameterPeter Eisentraut
2016-03-16Add idle_in_transaction_session_timeout.Robert Haas
2016-02-16Allow the WAL writer to flush WAL at a reduced rate.Andres Freund
2016-02-07Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas
2015-11-14Fix spelling error in postgresql.confBruce Momjian
2015-10-04Group cluster_name and update_process_title settings togetherPeter Eisentraut
2015-09-30Add a Gather executor node.Robert Haas
2015-09-09Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao
2015-09-07Add log_line_prefix option 'n' for Unix epoch.Jeff Davis
2015-08-22Improve whitespacePeter Eisentraut
2015-07-28Remove ssl renegotiation support.Andres Freund
2015-05-15Add archive_mode='always' option.Heikki Linnakangas
2015-03-15Increase max_wal_size's default from 128MB to 1GB.Andres Freund
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-11Add GUC to enable compression of full page images stored in WAL.Fujii Masao
2015-02-23Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas
2015-02-23Add GUC to control the time to wait before retrieving WAL after failed attempt.Fujii Masao
2014-12-05Print wal_log_hints in the rm_desc routing of a parameter-change record.Heikki Linnakangas
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-11-13Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao