OSDN Git Service

Introduce Streaming Replication.
[pg-rex/syncrep.git] / src / backend / utils / misc / postgresql.conf.sample
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 postc's check that NBuffers is at least twice...
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...
2007-08-04 Tom LaneSwitch over to using the src/timezone functions for...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-07-24 Tom LaneCreate a new dedicated Postgres process, "wal writer...
2007-07-24 Alvaro HerreraSet a default autovacuum vacuum_cost_delay value of...
2007-07-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-06-30 Tom LaneImprove logging of checkpoints. Patch by Greg Smith...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-04-18 Alvaro HerreraEnable configurable log of autovacuum actions. Initial...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-03-06 Bruce MomjianRevert temp_tablespaces because of coding problems...
2007-03-03 Bruce MomjianAdd GUC log_lock_waits to log long wait times.
2007-03-02 Tom LaneMake log_min_error_statement put LOG level at the same...
2007-02-16 Tom LaneCode review for SSLKEY patch.
2007-02-16 Bruce MomjianSSL improvements:
2007-01-25 Bruce MomjianCorrection: temp_tablespaces was implemented by Albert...
2007-01-25 Peter EisentrautVarious fixes in the logic of XML functions:
2007-01-25 Bruce MomjianAdd GUC temp_tablespaces to provide a default location...
2007-01-20 Bruce MomjianAdd documentation of memory and time units to postgresq...
2007-01-20 Bruce MomjianModify max_fsm_pages in postgresql.conf.sample to show...
2007-01-16 Alvaro HerreraEnable autovacuum in the default configuration, per...
2007-01-09 Bruce MomjianHave log_temp_files be in kilobytes, remove trace call.
2007-01-09 Bruce MomjianAdd GUC log_temp_files to log the use of temporary...
2006-11-21 Tom LaneChange the default setting for log_min_error_statement...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Tom LaneFix comment to agree with presentation.
2006-10-03 Bruce MomjianThe attached patch changes units of the some default...
2006-10-03 Bruce MomjianMention in postgresql.conf that autovacuum also needs
2006-09-25 Tom LaneIncrease default value of effective_cache_size to 128MB...
2006-09-22 Peter EisentrautAdd units to the default postgresql.conf. For the...
2006-09-14 Bruce MomjianMake postgresql.conf.sample match the initdb defaults...
2006-09-02 Bruce MomjianMake autovacuum behavior more agressive, per discussion...
2006-09-02 Bruce MomjianUpdate postgresql.conf line for default superuser_reser...
2006-08-29 Peter EisentrautRevert change to turn autovacuum on by default.
2006-08-28 Peter EisentrautTurn autovacuum on by default. (stats_row_level is...
2006-08-17 Tom LaneImplement archive_timeout feature to force xlog file...
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
2006-08-02 Bruce MomjianMove 'ddl' right after 'none' in postgresql.conf. ...
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-24 Peter EisentrautMark postgresql.conf entries that require server restar...
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-27 Bruce MomjianDefault stats_command_string to 'on', now that its...
2006-06-19 Tom LaneTake the statistics collector out of the loop for monit...
2006-06-05 Tom LaneIncrease the default value of cpu_index_tuple_cost...
2006-06-05 Tom LaneAdd a GUC parameter seq_page_cost, and use that everywh...
2006-05-21 Tom LaneAdd a new GUC parameter backslash_quote, which determin...
2006-05-11 Tom LaneCode review for standard_conforming_strings patch....
2006-03-06 Bruce MomjianDefault to ON for 8.2, as announced in the release...
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
next