]> granicus.if.org Git - postgresql/history - src/backend/utils/misc
Improve the plan cache invalidation mechanism to make it invalidate plans
[postgresql] / src / backend / utils / misc /
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
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-06-11 Bruce MomjianFix spelling mistake in postgresql.conf.
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-09 Peter EisentrautAdd "%option noinput" to the scanners to avoid compiler...
2008-05-04 Tom LaneAdd pg_conf_load_time() function to report when the...
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-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
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.
2008-02-23 Tom LaneAvoid trying to print a NULL char pointer in --describe...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-31 Magnus HaganderAdd pid to the pgident event name on win32.
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-10 Bruce Momjianvacuum_cost_limit has a minimum value of 1, not zero...
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-12-07 Peter EisentrautRealign the running text in this file to 79 characters...
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-20 Andrew DunstanCleanup items from csvlog changes, per ITAGAKI Takahiro.
2007-09-17 Bruce MomjianRemove extra tab in postgresql.conf
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-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
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-13 Tom LaneTEMPORARILY make synchronous_commit default to OFF...
2007-08-08 Tom LaneFix thinko in multi-autovac-workers code: validity...
2007-08-04 Tom LaneFix crash caused by log_timezone patch if we attempt...
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-21 Tom LaneAllow trailing whitespace in parse_real(), for consiste...
2007-06-21 Tom LaneProvide a HINT listing the allowed unit names when...
2007-06-20 Tom LaneRestrict deadlock_timeout to the range for which the...
2007-06-19 Tom LaneCode review for log_lock_waits patch. Don't try to...
2007-06-18 Magnus HaganderRemove comment about modifying tab-complete.c for users...
2007-06-13 Alvaro HerreraAvoid integer overflow issues in autovacuum.
2007-06-08 Tom LaneArrange for large sequential scans to synchronize with...
2007-06-05 Tom LaneMinor editorialization: don't flush plan cache without...
2007-06-05 Jan WieckThe session_replication_role actually can be changed...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-06-02 Peter EisentrautMinimal message corrections found by spell checker.
2007-05-08 Peter EisentrautThe appended patch addresses the outstanding issues...
2007-05-04 Tom LaneTeach tuplesort.c about "top N" sorting, in which only...
2007-04-26 Neil ConwayRename the newly-added commands for discarding session...
2007-04-22 Tom LaneRemove some of the most blatant brain-fade in the recen...
2007-04-21 Peter EisentrautMake configuration parameters fall back to their defaul...
2007-04-18 Alvaro HerreraEnable configurable log of autovacuum actions. Initial...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
next