]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/postgresql.conf.sample
Add parameters for controlling locations of server-side SSL files
[postgresql] / src / backend / utils / misc / postgresql.conf.sample
2012-02-22 Peter EisentrautAdd parameters for controlling locations of server...
2012-01-24 Bruce MomjianReduce tab outdent of "error handling" GUC comments...
2011-10-25 Magnus HaganderSupport configurable eventlog application names on...
2011-10-10 Bruce MomjianMark GUC external_pid_file's default as '' in postgresq...
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-10-04 Tom LaneRemove the custom_variable_classes parameter.
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-09-02 Peter EisentrautAdd archive_command example
2011-08-25 Robert HaasTweak postgresql.conf.sample's comments on listen_addre...
2011-08-10 Tom LaneRemove wal_sender_delay GUC, because it's no longer...
2011-07-19 Simon RiggsIntroduce sending servers as new category for replicati...
2011-07-17 Tom LaneAdd temp_file_limit GUC parameter to constrain temporar...
2011-07-07 Tom LaneReclassify replication-related GUC variables as "master...
2011-07-04 Heikki LinnakangasRemove silent_mode. You get the same functionality...
2011-05-10 Tom LaneAdjust documentation with respect to "unknown" timezone...
2011-04-04 Robert HaasMerge synchronous_replication setting into synchronous_...
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-02-26 Heikki LinnakangasIncrease the default for wal_sender_delay from 200ms...
2011-02-16 Simon RiggsHot Standby feedback for avoidance of cleanup conflicts...
2011-02-15 Robert HaasRename max_predicate_locks_per_transaction.
2011-02-10 Heikki LinnakangasSend status updates back from standby server to master...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-23 Tom LaneAllow the wal_buffers setting to be auto-tuned to a...
2010-12-09 Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-08 Bruce MomjianSingle-word clarification in postgresql.conf log_trunca...
2010-09-27 Robert HaasAdd "(change requires restart)" note to some postgresql...
2010-07-27 Robert HaasIn postgresql.conf.sample, use on/off rather than true...
2010-07-22 Robert HaasAdd options to force quoting of all identifiers.
2010-07-20 Robert HaasAdd restart_after_crash GUC.
2010-07-20 Robert HaasChange the default value of standard_conforming_strings...
2010-07-16 Tom LaneAdd a log_file_mode GUC that allows control of the...
2010-07-03 Tom LaneMake vacuum_defer_cleanup_age be PGC_SIGHUP level,...
2010-07-03 Tom LaneReplace max_standby_delay with two parameters, max_stan...
2010-06-15 Itagaki TakahiroAdd new GUC categories corresponding to sections in...
2010-05-02 Tom LaneClean up some awkward, inaccurate, and inefficient...
2010-04-29 Tom LaneRename the parameter recovery_connections to hot_standb...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-04-20 Robert HaasRename standby_keep_segments to wal_keep_segments.
2010-04-19 Robert HaasAdd an 'enable_material' GUC.
2010-04-12 Heikki LinnakangasChange the logic to decide when to delete old WAL segme...
2010-03-30 Bruce MomjianAdd comma missing from postgresql.conf comment.
2010-03-24 Bruce MomjianDocument in postgresql.conf that the max_standby_delay...
2010-03-18 Simon RiggsAdd vacuum_defer_cleanup_age to postgresql.conf.sample.
2010-02-25 Magnus HaganderAdd configuration parameter ssl_renegotiation_limit...
2010-02-16 Bruce MomjianMove log_error_verbosity GUC setting to "What to log...
2010-02-01 Simon RiggsRevoke augmentation of WAL records for btree delete...
2010-01-29 Simon RiggsAugment WAL records for btree delete with GetOldestXmin...
2010-01-26 Tom LaneRemove the default_do_language parameter, instead makin...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-10-21 Tom LaneRemove regex_flavor GUC, so that regular expressions...
2009-10-21 Tom LaneRemove add_missing_from GUC and associated parser suppo...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-11 Tom LaneIncrease the maximum value of extra_float_digits to...
2009-09-08 Tom LaneAdd a boolean GUC parameter "bonjour" to control whethe...
2009-08-24 Tom LaneTry to make silent_mode behave somewhat reasonably.
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-07-16 Tom LaneMake GEQO's planning deterministic by having it start...
2009-07-03 Peter EisentrautAdd log_line_prefix placeholder %e to contain the curre...
2009-04-23 Tom LaneChange the default value of max_prepared_transactions...
2009-04-07 Bruce MomjianMore GUC units doc updates.
2009-04-06 Bruce MomjianAdd unit documentation for various postgresql.conf...
2009-04-06 Bruce MomjianProperly align equals signs in new postgresql.conf...
2009-04-06 Bruce MomjianDocument in postgresql.conf that the default units for
2009-04-06 Bruce MomjianDisplay postgresql.conf unit options in an easier-to...
2009-02-28 Tom LaneReduce the maximum value of vacuum_cost_delay and autov...
2009-01-16 Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-09 Magnus HaganderMake krb_realm and krb_server_hostname be pg_hba option...
2009-01-07 Tom LaneCreate a third option named "partition" for constraint_...
2009-01-02 Magnus HaganderRemove comments that say restart is required for changi...
2008-12-13 Tom LaneIncrease the default value of default_statistics_target...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-08-19 Tom LaneCause the output from debug_print_parse, debug_print_re...
2008-08-15 Magnus HaganderMake the temporary directory for pgstat files configura...
2008-06-30 Heikki LinnakangasTurn PGBE_ACTIVITY_SIZE into a GUC variable, track_acti...
2008-06-11 Bruce MomjianFix spelling mistake in postgresql.conf.
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-02 Tom LaneAllow the planner's estimate of the fraction of a curso...
2008-04-18 Tom LaneCause EXPLAIN's VERBOSE option to print the target...
2008-03-10 Tom LaneIncrease the default value of log_min_messages to WARNI...
2008-03-09 Tom LaneRemove postmaster.c's check that NBuffers is at least...
2008-01-30 Tom LaneAdd a GUC variable "synchronize_seqscans" to allow...
2008-01-27 Tom LaneMinor editorial improvements in documentation of sessio...
2008-01-10 Bruce Momjianvacuum_cost_limit has a minimum value of 1, not zero...
2007-12-07 Peter EisentrautRealign the running text in this file to 79 characters...
2007-11-09 Magnus HaganderAdd parameter krb_realm used by GSSAPI, SSPI and Kerberos
2007-09-26 Tom LaneMinor improvements in backup and recovery:
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-24 Tom LaneSimplify and rename some GUC variables, per various...
2007-09-20 Andrew DunstanCleanup items from csvlog changes, per ITAGAKI Takahiro.
2007-09-17 Bruce MomjianRemove extra tab in postgresql.conf
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-19 Andrew DunstanProvide for logfiles in machine readable CSV format...
next