aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAge
* Doc: improve a couple of comments in postgresql.conf.sample.Tom Lane2024-02-15
* Document "B" and "us" as accepted units in postgres.conf.sampleJohn Naylor2021-07-21
* Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro2021-02-15
* Fix up usage of krb_server_keyfile GUC parameter.Tom Lane2020-12-30
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Reject empty names and recursion in config-file include directives.Tom Lane2019-08-27
* Add default_table_access_method to postgresql.conf.sample.Andres Freund2019-08-16
* Revert "Add log_statement_sample_rate parameter"Tomas Vondra2019-08-04
* Fix typo.Etsuro Fujita2019-05-14
* postgresql.conf.sample: add proper defaults for include actionsBruce Momjian2019-04-17
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* Tweak docs for log_statement_sample_rateAlvaro Herrera2019-04-03
* Log all statements from a sample of transactionsAlvaro Herrera2019-04-03
* Add wal_recycle and wal_init_zero GUCs.Thomas Munro2019-04-02
* Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.Tom Lane2019-03-10
* Revert "Increase the default vacuum_cost_limit from 200 to 2000"Tom Lane2019-03-10
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-10
* Increase the default vacuum_cost_limit from 200 to 2000Andrew Dunstan2019-03-06
* Improve documentation of data_sync_retryMichael Paquier2019-02-28
* Change floating-point output format for improved performance.Andrew Gierth2019-02-13
* Allow some recovery parameters to be changed with reloadPeter Eisentraut2019-02-07
* Add shared_memory_type GUC.Thomas Munro2019-02-03
* Change default of recovery_target_timeline to 'latest'Peter Eisentraut2019-01-13
* Add value 'current' for recovery_target_timelinePeter Eisentraut2019-01-11
* Add log_statement_sample_rate parameterAlvaro Herrera2018-11-29
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Add settings to control SSL/TLS protocol versionPeter Eisentraut2018-11-20
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Disallow setting client_min_messages higher than ERROR.Tom Lane2018-11-08
* In v11, disable JIT by default (it's still enabled by default in HEAD).Tom Lane2018-09-15
* Wrap long line in postgresql.conf.sample.Thomas Munro2018-08-22
* Provide plan_cache_mode options in postgresql.conf.sample.Thomas Munro2018-08-22
* Add plan_cache_mode settingPeter Eisentraut2018-07-16
* Remove dynamic_shared_memory_type=nonePeter Eisentraut2018-07-10
* Fixes for vacuum_cleanup_index_scale_factor GUC optionAlexander Korotkov2018-06-22
* Fix typoPeter Eisentraut2018-06-04
* Add GUC enable_partition_pruningAlvaro Herrera2018-04-23
* Add inlining support to LLVM JIT provider.Andres Freund2018-03-28
* Basic planner and executor integration for JIT.Andres Freund2018-03-22
* Implement partition-wise grouping/aggregation.Robert Haas2018-03-22
* Basic JIT provider and error handling infrastructure.Andres Freund2018-03-21
* Add ssl_passphrase_command settingPeter Eisentraut2018-03-17
* Rename enable_partition_wise_join to enable_partitionwise_joinPeter Eisentraut2018-02-16
* Support parallel btree index builds.Robert Haas2018-02-02
* Split out documentation of SSL parameters into their own sectionPeter Eisentraut2018-01-23
* Add parallel-aware hash joins.Andres Freund2017-12-21
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* Update postgresql.conf.sample comment for bgwriter_lru_maxpagesRobert Haas2017-11-17