summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
AgeCommit message (Expand)Author
2016-09-15Make min_parallel_relation_size's default value platform-independent.Tom Lane
2016-09-11Raise max setting of checkpoint_timeout to 1dSimon Riggs
2016-08-17Disable update_process_title by default on WindowsMagnus Hagander
2016-08-02Change minimum max_worker_processes from 1 to 0Peter Eisentraut
2016-07-07Clarify resource utilization of parallel query.Robert Haas
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-09pgindent run for 9.6Robert Haas
2016-06-09Eliminate "parallel degree" terminology.Robert Haas
2016-06-07Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane
2016-05-06Limit maximum parallel degree to 1024.Robert Haas
2016-04-27Clean up parsing of synchronous_standby_names GUC variable.Tom Lane
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-08Use Foreign Key relationships to infer multi-column join selectivitySimon Riggs
2016-04-06Support multiple synchronous standby servers.Fujii Masao
2016-04-04Disallow newlines in parameter values to be set in ALTER SYSTEM.Tom Lane
2016-03-30Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas
2016-03-21Make max_parallel_degree PGC_USERSET.Robert Haas
2016-03-18Various minor corrections of and improvements to comments.Robert Haas
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
2016-03-15Fix typos.Robert Haas
2016-03-11Allow to trigger kernel writeback after a configurable number of writes.Andres Freund
2016-03-10Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund
2016-02-15Allow 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
2016-02-06Force certain "pljava" custom GUCs to be PGC_SUSET.Noah Misch
2016-02-05Improve error messagePeter Eisentraut
2016-02-03Improve error reporting when location specified by postgres -D does not existPeter Eisentraut
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-17Message improvementsPeter Eisentraut
2015-10-20Put back ssl_renegotiation_limit parameter, but only allow 0.Robert Haas
2015-10-04Group cluster_name and update_process_title settings togetherPeter Eisentraut
2015-09-30Add a Gather executor node.Robert Haas
2015-09-24Lower *_freeze_max_age minimum values.Andres Freund
2015-09-21Remove the row_security=force GUC value.Noah Misch
2015-09-08Allow per-tablespace effective_io_concurrencyAlvaro Herrera
2015-08-04Cap wal_buffers to avoid a server crash when it's set very large.Robert Haas
2015-07-28Remove ssl renegotiation support.Andres Freund
2015-07-09Make wal_compression PGC_SUSET rather than PGC_USERSET.Fujii Masao
2015-07-02Add an optional missing_ok argument to SQL function current_setting().Tom Lane
2015-06-28Improve design and implementation of pg_file_settings view.Tom Lane
2015-06-12Fix alphabetization in catalogs.sgml.Fujii Masao
2015-05-29Revert exporting of internal GUC variable "data_directory".Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-15Add archive_mode='always' option.Heikki Linnakangas