OSDN Git Service

Remove silent_mode. You get the same functionality with "pg_ctl -l
[pg-rex/syncrep.git] / src / backend / utils / misc / guc.c
2011-07-04 Heikki LinnakangasRemove silent_mode. You get the same functionality...
2011-06-22 Robert HaasMake deadlock_timeout PGC_SUSET rather than PGC_SIGHUP.
2011-06-21 Peter EisentrautMessage style and spelling improvements
2011-05-11 Tom LaneSplit PGC_S_DEFAULT into two values, for true boot_val...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-04-04 Simon RiggsAvoid assuming there will be only 3 states for synchron...
2011-04-04 Robert HaasMerge synchronous_replication setting into synchronous_...
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-03-17 Peter EisentrautRaise maximum value of several timeout parameters
2011-03-10 Robert HaasMore synchronous replication tweaks.
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 Robert HaasCode cleanup for assign_transaction_read_only.
2011-01-23 Tom LaneAllow the wal_buffers setting to be auto-tuned to a...
2011-01-22 Robert HaasCode cleanup for assign_XactIsoLevel.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-18 Magnus HaganderMake GUC variables for syslog and SSL always visible
2010-12-08 Simon RiggsOptimize commit_siblings in two ways to improve group...
2010-12-03 Robert HaasUse GUC lexer for recovery.conf parsing.
2010-11-06 Tom LaneMake get_stack_depth_rlimit() handle RLIM_INFINITY...
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Tom LaneBring some sanity to the trace_recovery_messages code...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-08-06 Tom LaneAdd a comment about the initial default value of max_st...
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-06 Robert HaasMake log_temp_files based on kB, and revert docs &...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
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-25 Simon RiggsFix log_temp_files docs and comments to say bytes not...
2010-06-17 Tom LaneClean up some randomness associated with trace_recovery...
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-22 Peter EisentrautFix message punctuation
2010-04-21 Tom LaneEnforce superuser permissions checks during ALTER ROLE...
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-04-01 Robert HaasRefer to max_wal_senders in a more consistent fashion.
2010-03-25 Alvaro HerreraPrevent ALTER USER f RESET ALL from removing the settin...
2010-03-21 Peter EisentrautMessage tuning
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-25 Magnus HaganderAdd configuration parameter ssl_renegotiation_limit...
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-17 Tom Lanelog_error_verbosity is now LOGGING_WHAT category.
2010-02-13 Simon RiggsRe-enable max_standby_delay = -1 using deadlock detecti...
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-24 Tom LaneFix assorted core dumps and Assert failures that could...
2010-01-23 Simon RiggsIn HS, Startup process sets SIGALRM when waiting for...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-12-21 Robert HaasMore cleanups for the recent large object permissions...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-12-02 Tom LaneMark application_name as GUC_REPORT so that the value...
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-10-13 Alvaro HerreraAdd new PGC_S_DATABASE_USER enum value to several place...
2009-10-03 Tom LaneFix a couple of issues in recent patch to print updates...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-17 Peter EisentrautImprove wording of error message when a postgresql...
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-09-03 Tom LaneDisallow RESET ROLE and RESET SESSION AUTHORIZATION...
2009-08-31 Tom LaneChange the autovacuum launcher to read pg_database...
2009-08-31 Tom LaneTrack the current XID wrap limit (or more accurately...
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
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-22 Tom LaneChange do_tup_output() to take Datum/isnull arrays...
2009-07-16 Tom LaneMake GEQO's planning deterministic by having it start...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-07-12 Tom LaneMove some declarations in the raw-parser header files...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-03 Tom LaneFix assign_pgstat_temp_directory() to ensure the direct...
2009-04-23 Tom LaneChange the default value of max_prepared_transactions...
2009-04-07 Bruce MomjianRevert addition of units to GUC descriptions; doesn...
2009-04-07 Bruce MomjianMore GUC units doc updates.
2009-04-06 Bruce MomjianAdd unit documentation for various postgresql.conf...
2009-04-02 Bruce MomjianGive a better error message when trying to change
2009-04-02 Tom LaneFix GUC's reports of assign_hook failure to always...
2009-03-09 Peter EisentrautAccept 'on' and 'off' as input for boolean data type...
2009-02-28 Tom LaneReduce the maximum value of vacuum_cost_delay and autov...
next