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
/
postgresql.conf.sample
Commit message (
Expand
)
Author
Age
*
Doc: improve a couple of comments in postgresql.conf.sample.
Tom Lane
2024-02-15
*
Document "B" and "us" as accepted units in postgres.conf.sample
John Naylor
2021-07-21
*
Default to wal_sync_method=fdatasync on FreeBSD.
Thomas Munro
2021-02-15
*
Fix up usage of krb_server_keyfile GUC parameter.
Tom Lane
2020-12-30
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Reject empty names and recursion in config-file include directives.
Tom Lane
2019-08-27
*
Add default_table_access_method to postgresql.conf.sample.
Andres Freund
2019-08-16
*
Revert "Add log_statement_sample_rate parameter"
Tomas Vondra
2019-08-04
*
Fix typo.
Etsuro Fujita
2019-05-14
*
postgresql.conf.sample: add proper defaults for include actions
Bruce Momjian
2019-04-17
*
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-06
*
Tweak docs for log_statement_sample_rate
Alvaro Herrera
2019-04-03
*
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
*
Add wal_recycle and wal_init_zero GUCs.
Thomas Munro
2019-04-02
*
Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.
Tom Lane
2019-03-10
*
Revert "Increase the default vacuum_cost_limit from 200 to 2000"
Tom Lane
2019-03-10
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Increase the default vacuum_cost_limit from 200 to 2000
Andrew Dunstan
2019-03-06
*
Improve documentation of data_sync_retry
Michael Paquier
2019-02-28
*
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
*
Allow some recovery parameters to be changed with reload
Peter Eisentraut
2019-02-07
*
Add shared_memory_type GUC.
Thomas Munro
2019-02-03
*
Change default of recovery_target_timeline to 'latest'
Peter Eisentraut
2019-01-13
*
Add value 'current' for recovery_target_timeline
Peter Eisentraut
2019-01-11
*
Add log_statement_sample_rate parameter
Alvaro Herrera
2018-11-29
*
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-25
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Add settings to control SSL/TLS protocol version
Peter Eisentraut
2018-11-20
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Disallow setting client_min_messages higher than ERROR.
Tom Lane
2018-11-08
*
In v11, disable JIT by default (it's still enabled by default in HEAD).
Tom Lane
2018-09-15
*
Wrap long line in postgresql.conf.sample.
Thomas Munro
2018-08-22
*
Provide plan_cache_mode options in postgresql.conf.sample.
Thomas Munro
2018-08-22
*
Add plan_cache_mode setting
Peter Eisentraut
2018-07-16
*
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-07-10
*
Fixes for vacuum_cleanup_index_scale_factor GUC option
Alexander Korotkov
2018-06-22
*
Fix typo
Peter Eisentraut
2018-06-04
*
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
*
Add inlining support to LLVM JIT provider.
Andres Freund
2018-03-28
*
Basic planner and executor integration for JIT.
Andres Freund
2018-03-22
*
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-22
*
Basic JIT provider and error handling infrastructure.
Andres Freund
2018-03-21
*
Add ssl_passphrase_command setting
Peter Eisentraut
2018-03-17
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Split out documentation of SSL parameters into their own section
Peter Eisentraut
2018-01-23
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Update postgresql.conf.sample comment for bgwriter_lru_maxpages
Robert Haas
2017-11-17
[next]