summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
AgeCommit message (Expand)Author
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
2013-07-04Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas
2013-06-20Support TB (terabyte) memory unit in GUC variables.Fujii Masao
2013-05-29postgresql.conf.sample: Improve whitespacePeter Eisentraut
2013-03-16Add lock_timeout configuration parameter.Tom Lane
2013-01-17Base the default SSL ciphers on DEFAULT instead of ALLMagnus Hagander
2012-10-11Improve replication connection timeouts.Heikki Linnakangas
2012-09-24Add support for include_dir in config file.Heikki Linnakangas
2012-08-14Add pg_settings units display for "commit_delay" (ms).Bruce Momjian
2012-08-10Support having multiple Unix-domain sockets per postmaster.Tom Lane
2012-05-14Small punctuation editing of postgresql.conf.samplePeter Eisentraut
2012-04-29Rename track_iotiming GUC to track_io_timing.Tom Lane
2012-04-14Rename synchronous_commit='write' to 'remote_write'.Robert Haas
2012-03-27New GUC, track_iotiming, to track I/O timings.Robert Haas
2012-02-22Add parameters for controlling locations of server-side SSL filesPeter Eisentraut
2012-01-24Reduce tab outdent of "error handling" GUC comments in postgresql.conf,Bruce Momjian
2011-10-25Support configurable eventlog application names on WindowsMagnus Hagander
2011-10-10Mark GUC external_pid_file's default as '' in postgresql.conf, ratherBruce Momjian
2011-10-07Support index-only scans using the visibility map to avoid heap fetches.Tom Lane
2011-10-04Remove the custom_variable_classes parameter.Tom Lane
2011-09-09Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane
2011-09-03Add archive_command examplePeter Eisentraut
2011-08-25Tweak postgresql.conf.sample's comments on listen_addresess.Robert Haas
2011-08-10Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane
2011-07-19Introduce sending servers as new category for replication paramsSimon Riggs
2011-07-17Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane
2011-07-07Reclassify replication-related GUC variables as "master" and "standby".Tom Lane
2011-07-04Remove silent_mode. You get the same functionality with "pg_ctl -lHeikki Linnakangas
2011-05-10Adjust documentation with respect to "unknown" timezone setting.Tom Lane
2011-04-04Merge synchronous_replication setting into synchronous_commit.Robert Haas
2011-03-30Automatically terminate replication connections that are idle for moreHeikki Linnakangas
2011-03-06Efficient transaction-controlled synchronous replication.Simon Riggs
2011-02-26Increase the default for wal_sender_delay from 200ms to 1s. Now that WALHeikki Linnakangas
2011-02-16Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs