aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAge
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Disallow setting client_min_messages higher than ERROR.Tom Lane2018-11-08
* GUC: adjust effective_cache_size SQL descriptionsBruce Momjian2018-11-06
* GUC: adjust effective_cache_size docs and SQL descriptionBruce Momjian2018-11-02
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Teach SHOW ALL to honor pg_read_all_settings membershipAlvaro Herrera2018-06-08
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-21
* Fix typoAlvaro Herrera2018-03-07
* Fix typo in ALTER SYSTEM output.Tom Lane2017-11-09
* Fix problems with the "role" GUC and parallel query.Robert Haas2017-10-29
* Message style fixesPeter Eisentraut2017-09-11
* Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas2017-07-31
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas2017-05-08
* Change hot_standby default value to 'on'Magnus Hagander2017-05-02
* Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas2017-04-18
* Add an Assert() to max_parallel_workers enforcement.Robert Haas2017-04-11
* Add max_sync_workers_per_subscription to postgresql.conf.sample.Fujii Masao2017-04-12
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Add GUCs for predicate lock promotion thresholds.Kevin Grittner2017-04-07
* Make min_wal_size/max_wal_size use MB internallySimon Riggs2017-04-04
* Default monitoring rolesSimon Riggs2017-03-30
* Change default of log_directory to 'log'Peter Eisentraut2017-03-27
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Change xlog to WAL in some error messagesPeter Eisentraut2017-03-13
* Add a Gather Merge executor node.Robert Haas2017-03-09
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* Make more use of castNode()Peter Eisentraut2017-02-21
* Replace min_parallel_relation_size with two new GUCs.Robert Haas2017-02-15
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Increase upper bound for bgwriter_lru_maxpages.Robert Haas2017-02-02
* Add a SHOW command to the replication command language.Robert Haas2017-01-24
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Logical replicationPeter Eisentraut2017-01-20
* Change default values for backup and replication parametersMagnus Hagander2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Allow SSL configuration to be updated at SIGHUP.Tom Lane2017-01-02
* Remove sql_inheritance GUC.Robert Haas2016-12-23
* Reduce the default for max_worker_processes back to 8.Robert Haas2016-12-05
* Add max_parallel_workers GUC.Robert Haas2016-12-02
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-25
* Code review for GUC serialization/deserialization code.Tom Lane2016-11-19
* Fix mistake in XLOG_SEG_SIZE test.Robert Haas2016-11-08
* By default, set log_line_prefix = '%m [%p] '.Robert Haas2016-10-17
* Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.Tom Lane2016-10-03