aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAge
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* postgresql.conf.sample: Improve whitespacePeter Eisentraut2013-05-29
* Add lock_timeout configuration parameter.Tom Lane2013-03-16
* Base the default SSL ciphers on DEFAULT instead of ALLMagnus Hagander2013-01-17
* Improve replication connection timeouts.Heikki Linnakangas2012-10-11
* Add support for include_dir in config file.Heikki Linnakangas2012-09-24
* Add pg_settings units display for "commit_delay" (ms).Bruce Momjian2012-08-14
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Small punctuation editing of postgresql.conf.samplePeter Eisentraut2012-05-14
* Rename track_iotiming GUC to track_io_timing.Tom Lane2012-04-29
* Rename synchronous_commit='write' to 'remote_write'.Robert Haas2012-04-14
* New GUC, track_iotiming, to track I/O timings.Robert Haas2012-03-27
* Add parameters for controlling locations of server-side SSL filesPeter Eisentraut2012-02-22
* Reduce tab outdent of "error handling" GUC comments in postgresql.conf,Bruce Momjian2012-01-24
* Support configurable eventlog application names on WindowsMagnus Hagander2011-10-25
* Mark GUC external_pid_file's default as '' in postgresql.conf, ratherBruce Momjian2011-10-10
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Remove the custom_variable_classes parameter.Tom Lane2011-10-04
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-09
* Add archive_command examplePeter Eisentraut2011-09-03
* Tweak postgresql.conf.sample's comments on listen_addresess.Robert Haas2011-08-25
* Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane2011-08-10
* Introduce sending servers as new category for replication paramsSimon Riggs2011-07-19
* Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane2011-07-17
* Reclassify replication-related GUC variables as "master" and "standby".Tom Lane2011-07-07
* Remove silent_mode. You get the same functionality with "pg_ctl -lHeikki Linnakangas2011-07-04
* Adjust documentation with respect to "unknown" timezone setting.Tom Lane2011-05-10
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-04
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-30
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Increase the default for wal_sender_delay from 200ms to 1s. Now that WALHeikki Linnakangas2011-02-26
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-16
* Rename max_predicate_locks_per_transaction.Robert Haas2011-02-15
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-10
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Allow the wal_buffers setting to be auto-tuned to a reasonable value.Tom Lane2011-01-22
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-08
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Single-word clarification in postgresql.conf log_truncate_on_rotationBruce Momjian2010-10-08
* Add "(change requires restart)" note to some postgresql.conf parameters.Robert Haas2010-09-27
* In postgresql.conf.sample, use on/off rather than true/false.Robert Haas2010-07-27
* Add options to force quoting of all identifiers.Robert Haas2010-07-22
* Add restart_after_crash GUC.Robert Haas2010-07-20
* Change the default value of standard_conforming_strings to on.Robert Haas2010-07-20
* Add a log_file_mode GUC that allows control of the file permissions set onTom Lane2010-07-16
* Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensibleTom Lane2010-07-03
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-03
* Add new GUC categories corresponding to sections in docs, and moveItagaki Takahiro2010-06-15
* Clean up some awkward, inaccurate, and inefficient processing aroundTom Lane2010-05-02
* Rename the parameter recovery_connections to hot_standby, to reduce possibleTom Lane2010-04-29