summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
AgeCommit message (Expand)Author
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2019-08-27Reject empty names and recursion in config-file include directives.Tom Lane
2019-04-17postgresql.conf.sample: add proper defaults for include actionsBruce Momjian
2019-02-28Improve documentation of data_sync_retryMichael Paquier
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-11-08Disallow setting client_min_messages higher than ERROR.Tom Lane
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2016-07-19Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.Tom Lane
2015-10-04Group cluster_name and update_process_title settings togetherPeter Eisentraut
2015-09-09Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao
2015-08-22Improve whitespacePeter Eisentraut
2015-07-28Remove ssl renegotiation support.Andres Freund
2015-05-15Add archive_mode='always' option.Heikki Linnakangas
2015-03-15Increase max_wal_size's default from 128MB to 1GB.Andres Freund
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-11Add GUC to enable compression of full page images stored in WAL.Fujii Masao
2015-02-23Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas
2015-02-23Add GUC to control the time to wait before retrieving WAL after failed attempt.Fujii Masao
2014-12-05Print wal_log_hints in the rm_desc routing of a parameter-change record.Heikki Linnakangas
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-11-13Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao
2014-11-11Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao
2014-10-04Update time zone data files to tzdata release 2014h.Tom Lane
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-09-13Add GUC to enable logging of replication commands.Fujii Masao
2014-08-20Use comma+space as the separator in the default search_path.Heikki Linnakangas
2014-06-29Add cluster_name GUC which is included in process titles if set.Andres Freund
2014-05-25Small typo and formatting fixes in postgresql.conf.samplePeter Eisentraut
2014-05-08Increase the default value of effective_cache_size to 4GB.Tom Lane
2014-05-08Revert "Auto-tune effective_cache size to be 4x shared buffers"Tom Lane
2014-03-16Cleanups from the remove-native-krb5 patchMagnus Hagander
2014-03-03Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas
2014-02-24Update and clarify ssl_ciphers defaultPeter Eisentraut
2014-02-24Increase work_mem and maintenance_work_mem defaults by 4xBruce Momjian
2014-02-13Separate multixact freezing parameters from xid'sAlvaro Herrera
2014-01-31Introduce replication slots.Robert Haas
2014-01-29Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas
2014-01-27Code review for auto-tuned effective_cache_size.Tom Lane
2013-12-21Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao
2013-12-13Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas
2013-12-12New autovacuum_work_mem parameterSimon Riggs
2013-12-10Add new wal_level, logical, sufficient for logical decoding.Robert Haas
2013-12-07SSL: Support ECDH key exchangePeter Eisentraut
2013-12-07SSL: Add configuration option to prefer server cipher orderPeter Eisentraut
2013-11-25Add missing entry for session_preload_libraries in sample config.Jeff Davis
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-10-09Allow dynamic allocation of shared memory segments.Robert Haas
2013-10-08Update postgres.conf.sample for effective_cache_size's new defaultBruce Momjian