summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
AgeCommit message (Expand)Author
2015-09-09Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao
2015-07-28Disable ssl renegotiation by default.Andres Freund
2014-10-04Update time zone data files to tzdata release 2014h.Tom Lane
2010-12-08Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-09-27Add "(change requires restart)" note to some postgresql.conf parameters.Robert Haas
2010-07-03Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensibleTom Lane
2010-07-03Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane
2010-06-15Add new GUC categories corresponding to sections in docs, and moveItagaki Takahiro
2010-05-02Clean up some awkward, inaccurate, and inefficient processing aroundTom Lane
2010-04-29Rename the parameter recovery_connections to hot_standby, to reduce possibleTom Lane
2010-04-28Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas
2010-04-20Rename standby_keep_segments to wal_keep_segments.Robert Haas
2010-04-19Add an 'enable_material' GUC.Robert Haas
2010-04-12Change the logic to decide when to delete old WAL segments, so that itHeikki Linnakangas
2010-03-30Add comma missing from postgresql.conf comment.Bruce Momjian
2010-03-24Document in postgresql.conf that the max_standby_delay default is 30Bruce Momjian
2010-03-18Add vacuum_defer_cleanup_age to postgresql.conf.sample.Simon Riggs
2010-02-25Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander
2010-02-16Move log_error_verbosity GUC setting to "What to log" section, andBruce Momjian
2010-02-01Revoke augmentation of WAL records for btree delete, per discussion.Simon Riggs
2010-01-29Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs
2010-01-26Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2009-12-11Add large object access control.Itagaki Takahiro
2009-11-28Add support for an application_name parameter, which is displayed inTom Lane
2009-10-21Remove regex_flavor GUC, so that regular expressions are always "advanced"Tom Lane
2009-10-21Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane
2009-09-22Implement the DO statement to support execution of PL code without havingTom Lane
2009-09-11Increase the maximum value of extra_float_digits to 3, and have pg_dumpTom Lane
2009-09-08Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabledTom Lane
2009-08-24Try to make silent_mode behave somewhat reasonably.Tom Lane
2009-08-04Support hex-string input and output for type BYTEA.Tom Lane
2009-07-16Make GEQO's planning deterministic by having it start from a predictableTom Lane
2009-07-03Add log_line_prefix placeholder %e to contain the current SQL statePeter Eisentraut
2009-04-23Change the default value of max_prepared_transactions to zero, and addTom Lane
2009-04-07More GUC units doc updates.Bruce Momjian
2009-04-06Add unit documentation for various postgresql.conf settings.Bruce Momjian
2009-04-06Properly align equals signs in new postgresql.conf units comments.Bruce Momjian
2009-04-06Document in postgresql.conf that the default units forBruce Momjian
2009-04-06Display postgresql.conf unit options in an easier-to-understand,Bruce Momjian
2009-02-28Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane
2009-01-16Add vacuum_freeze_table_age GUC option, to control when VACUUM shouldHeikki Linnakangas
2009-01-12Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane
2009-01-09Make krb_realm and krb_server_hostname be pg_hba options only, and removeMagnus Hagander
2009-01-07Create a third option named "partition" for constraint_exclusion, and make itTom Lane
2009-01-02Remove comments that say restart is required for changing of KerberosMagnus Hagander
2008-12-13Increase the default value of default_statistics_target from 10 to 100,Tom Lane
2008-11-09Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas