]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/guc.c
Remove all the special-case code for INT64_IS_BUSTED, per decision that
[postgresql] / src / backend / utils / misc / guc.c
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...
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 postmaster.c's check that NBuffers is at least...
2008-03-06 Bruce MomjianImprove "bgwriter_lru_multiplier" GUC description.
next