index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
guc.c
Commit message (
Expand
)
Author
Age
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.
Heikki Linnakangas
2017-07-31
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-08
*
Change hot_standby default value to 'on'
Magnus Hagander
2017-05-02
*
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
Heikki Linnakangas
2017-04-18
*
Add an Assert() to max_parallel_workers enforcement.
Robert Haas
2017-04-11
*
Add max_sync_workers_per_subscription to postgresql.conf.sample.
Fujii Masao
2017-04-12
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Add GUCs for predicate lock promotion thresholds.
Kevin Grittner
2017-04-07
*
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-04
*
Default monitoring roles
Simon Riggs
2017-03-30
*
Change default of log_directory to 'log'
Peter Eisentraut
2017-03-27
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Change xlog to WAL in some error messages
Peter Eisentraut
2017-03-13
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Replace min_parallel_relation_size with two new GUCs.
Robert Haas
2017-02-15
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Increase upper bound for bgwriter_lru_maxpages.
Robert Haas
2017-02-02
*
Add a SHOW command to the replication command language.
Robert Haas
2017-01-24
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Logical replication
Peter Eisentraut
2017-01-20
*
Change default values for backup and replication parameters
Magnus Hagander
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2017-01-02
*
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
*
Reduce the default for max_worker_processes back to 8.
Robert Haas
2016-12-05
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
*
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-11-25
*
Code review for GUC serialization/deserialization code.
Tom Lane
2016-11-19
*
Fix mistake in XLOG_SEG_SIZE test.
Robert Haas
2016-11-08
*
By default, set log_line_prefix = '%m [%p] '.
Robert Haas
2016-10-17
*
Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.
Tom Lane
2016-10-03
*
Turn password_encryption GUC into an enum.
Heikki Linnakangas
2016-09-28
*
Make min_parallel_relation_size's default value platform-independent.
Tom Lane
2016-09-15
*
Raise max setting of checkpoint_timeout to 1d
Simon Riggs
2016-09-11
*
Disable update_process_title by default on Windows
Magnus Hagander
2016-08-17
*
Change minimum max_worker_processes from 1 to 0
Peter Eisentraut
2016-08-02
*
Clarify resource utilization of parallel query.
Robert Haas
2016-07-07
*
Invent min_parallel_relation_size GUC to replace a hard-wired constant.
Tom Lane
2016-06-16
*
Change default of backend_flush_after GUC to 0 (disabled).
Andres Freund
2016-06-10
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-09
[next]