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
*
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
*
Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.
Tom Lane
2016-10-03
*
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
*
Disable parallel query by default.
Robert Haas
2016-08-16
*
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
*
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-06-07
*
Limit maximum parallel degree to 1024.
Robert Haas
2016-05-06
*
Clean up parsing of synchronous_standby_names GUC variable.
Tom Lane
2016-04-27
*
Enable parallel query by default.
Robert Haas
2016-04-26
*
Fix documentation & config inconsistencies around 428b1d6b2.
Andres Freund
2016-04-24
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Use quicksort, not replacement selection, for external sorting.
Robert Haas
2016-04-08
*
Use Foreign Key relationships to infer multi-column join selectivity
Simon Riggs
2016-04-08
*
Support multiple synchronous standby servers.
Fujii Masao
2016-04-06
*
Disallow newlines in parameter values to be set in ALTER SYSTEM.
Tom Lane
2016-04-04
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
*
Make max_parallel_degree PGC_USERSET.
Robert Haas
2016-03-21
*
Various minor corrections of and improvements to comments.
Robert Haas
2016-03-18
*
Add syslog_split_messages parameter
Peter Eisentraut
2016-03-16
*
Add syslog_sequence_numbers parameter
Peter Eisentraut
2016-03-16
*
Add idle_in_transaction_session_timeout.
Robert Haas
2016-03-16
*
Fix typos.
Robert Haas
2016-03-15
*
Allow to trigger kernel writeback after a configurable number of writes.
Andres Freund
2016-03-10
*
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
*
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-16
*
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
*
Force certain "pljava" custom GUCs to be PGC_SUSET.
Noah Misch
2016-02-05
*
Improve error message
Peter Eisentraut
2016-02-04
*
Improve error reporting when location specified by postgres -D does not exist
Peter Eisentraut
2016-02-02
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Message improvements
Peter Eisentraut
2015-11-16
*
Put back ssl_renegotiation_limit parameter, but only allow 0.
Robert Haas
2015-10-20
*
Group cluster_name and update_process_title settings together
Peter Eisentraut
2015-10-04
*
Add a Gather executor node.
Robert Haas
2015-09-30
*
Lower *_freeze_max_age minimum values.
Andres Freund
2015-09-24
*
Remove the row_security=force GUC value.
Noah Misch
2015-09-20
*
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-09-08
*
Cap wal_buffers to avoid a server crash when it's set very large.
Robert Haas
2015-08-04
*
Remove ssl renegotiation support.
Andres Freund
2015-07-28
*
Make wal_compression PGC_SUSET rather than PGC_USERSET.
Fujii Masao
2015-07-09
*
Add an optional missing_ok argument to SQL function current_setting().
Tom Lane
2015-07-02
*
Improve design and implementation of pg_file_settings view.
Tom Lane
2015-06-28
[next]