summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-07-31Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-09Formatting improvements in config file samplesPeter Eisentraut
2017-05-02Change hot_standby default value to 'on'Magnus Hagander
2017-04-18Also fix comment in sample postgresql.conf file, for "scram-sha-256".Heikki Linnakangas
2017-04-11Add max_sync_workers_per_subscription to postgresql.conf.sample.Fujii Masao
2017-04-08Add GUCs for predicate lock promotion thresholds.Kevin Grittner
2017-03-27Change default of log_directory to 'log'Peter Eisentraut
2017-03-07Improve postgresql.conf.sample comments about parallel workers.Robert Haas
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-02-15Replace min_parallel_relation_size with two new GUCs.Robert Haas
2017-01-20Logical replicationPeter Eisentraut
2017-01-14Change default values for backup and replication parametersMagnus Hagander
2017-01-03Allow SSL configuration to be updated at SIGHUP.Tom Lane
2016-12-23Remove sql_inheritance GUC.Robert Haas
2016-12-19Support quorum-based synchronous replication.Fujii Masao
2016-12-05Reduce the default for max_worker_processes back to 8.Robert Haas
2016-12-02Add max_parallel_workers GUC.Robert Haas
2016-11-25Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-27Properly indent postgresql.conf comments to alignBruce Momjian
2016-10-25Consistently mention 'SELECT pg_reload_conf()' in config filesBruce Momjian
2016-10-18remove unused GUC options - strict_statement_checking and enforce_two_phase_c...Tomas Vondra
2016-10-17By default, set log_line_prefix = '%m [%p] '.Robert Haas
2016-09-28Turn password_encryption GUC into an enum.Heikki Linnakangas
2016-09-11Raise max setting of checkpoint_timeout to 1dSimon Riggs
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-07Fix 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-30Add 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-17Add syslog_split_messages parameterPeter Eisentraut
2016-03-17Add syslog_sequence_numbers parameterPeter Eisentraut
2016-03-16Add idle_in_transaction_session_timeout.Robert Haas