OSDN Git Service

Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer
[pg-rex/syncrep.git] / src / backend / utils / misc / guc.c
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...
2009-01-21 Magnus HaganderMake some strings translatable again that were accident...
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-06 Tom LaneChange a couple of ill-advised uses of INFO elog level...
2009-01-05 Tom LaneFix define_custom_variable to preserve any sourcefile...
2009-01-03 Tom LaneAllow loadable modules to create PGC_POSTMASTER GUC...
2009-01-02 Magnus HaganderMake it possible to change Kerberos/GSSAPI parameters...
2009-01-02 Tom Lanewrite_nondefault_variables must take care to write...
2009-01-02 Tom LaneTweak guc.c to allow underscores in the names of custom...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-13 Tom LaneIncrease the default value of default_statistics_target...
2008-12-02 Alvaro HerreraMinor code embellishments.
2008-11-21 Magnus HaganderFix a few more format argument warnings.
2008-11-21 Magnus HaganderMake the enumvals column of pg_settings be text[] inste...
2008-11-19 Tom LaneFix define_custom_variable so that SUSET custom variabl...
2008-11-19 Tom LaneSome infrastructure changes for the upcoming auto-expla...
2008-11-11 Tom LaneAdd support for input and output of interval values...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-10-06 Magnus HaganderAdd columns boot_val and reset_val to the pg_settings...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-23 Magnus HaganderOnly show source file and line numbers to superusers...
2008-09-10 Tom LaneTweak newly added set_config_sourcefile() so that the...
2008-09-10 Alvaro HerreraAdd "source file" and "source line" information to...
2008-08-25 Magnus HaganderMake stats_temp_directory PGC_SIGHUP, and document...
2008-08-22 Bruce MomjianMake "log_temp_files" super-user set only, like other...
2008-08-22 Bruce MomjianImprove wording of error message when a postgresql...
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-07-23 Tom LaneUse guc.c's parse_int() instead of pg_atoi() to parse...
2008-07-10 Tom LaneAdd unchangeable GUC "variables" segment_size, wal_bloc...
2008-07-08 Bruce MomjianAdd comment for deadlock_timeout:
2008-07-06 Tom LanePrevent integer overflows during units conversion when...
2008-07-01 Tom LaneRemove GUC extra_desc strings that are redundant with...
2008-07-01 Magnus Hagander"debug" level was supposed to be hidden, since it's...
2008-07-01 Magnus HaganderSplit apart message_level_options into one set for...
2008-06-30 Bruce MomjianFix recovery.conf boolean variables to take the same...
2008-06-30 Heikki LinnakangasTurn PGBE_ACTIVITY_SIZE into a GUC variable, track_acti...
2008-05-28 Magnus HaganderAdd a field to guc enums to allow hiding of values...
2008-05-26 Tom LaneFix an old corner-case bug in set_config_option: push_o...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-12 Magnus HaganderConvert wal_sync_method to guc enum.
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-02 Tom LaneAllow the planner's estimate of the fraction of a curso...
2008-05-01 Tom LaneMake the minimum allowed value of work_mem be 64KB...
2008-04-29 Tom LaneSome minor further cleanup around A_Const. Don't attac...
2008-04-29 Alvaro HerreraRemove typename from A_Const.
2008-04-18 Tom LaneCause EXPLAIN's VERBOSE option to print the target...
2008-04-04 Tom LaneRemove no-longer-used function assign_backslash_quote()
2008-04-04 Magnus HaganderConvert backslash_quote guc to use enum.
2008-04-04 Magnus HaganderTurn xmlbinary and xmloption GUC variables into enumsTu...
2008-04-03 Magnus HaganderOops, add proper #ifdef for systems without support...
2008-04-03 Magnus HaganderConvert syslog_facility guc to enum type.
2008-04-02 Magnus HaganderConvert three more guc settings to enum type:
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-17 Magnus HaganderFix postgres --describe-config for guc enums, breakage...
2008-03-16 Magnus HaganderSome cleanups of enum-guc code, per comments from Tom.
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-03-10 Tom LaneDocument and enforce that the usable range of setseed...
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-03-06 Bruce MomjianImprove "bgwriter_lru_multiplier" GUC description.
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-14 Tom LaneAvoid cluttering the postmaster log with bogus complaints
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-28 Tom LaneImprove consistency of error reporting in GUC assign_ho...
2007-12-27 Peter EisentrautWording improvements
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
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-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-09-10 Tom LaneRevert temporary patch that made synchronous_commit...
2007-09-10 Tom LaneSet the correct context (PGC_SIGHUP) for log_autovacuum...
2007-09-10 Tom LaneCode review for GUC revert-values-if-removed-from-postg...
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
next