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
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Disallow setting client_min_messages higher than ERROR.
Tom Lane
2018-11-08
*
GUC: adjust effective_cache_size SQL descriptions
Bruce Momjian
2018-11-06
*
GUC: adjust effective_cache_size docs and SQL description
Bruce Momjian
2018-11-02
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
*
Teach SHOW ALL to honor pg_read_all_settings membership
Alvaro Herrera
2018-06-08
*
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-21
*
Fix typo
Alvaro Herrera
2018-03-07
*
Fix typo in ALTER SYSTEM output.
Tom Lane
2017-11-09
*
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
*
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
[next]