]> granicus.if.org Git - postgresql/history - src/backend/utils
Increase the default value of default_statistics_target from 10 to 100,
[postgresql] / src / backend / utils /
2008-08-29 Tom LaneSuppress gcc warning about possibly-uninitialized varia...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-25 Alvaro HerreraUpdate URL to Ross William's paper.
2008-08-25 Magnus HaganderMake stats_temp_directory PGC_SIGHUP, and document...
2008-08-23 Bruce MomjianAdd missing descriptions for aggregates, functions...
2008-08-22 Bruce MomjianMake "log_temp_files" super-user set only, like other...
2008-08-22 Bruce MomjianMinor patch on pgbench
2008-08-22 Bruce MomjianImprove wording of error message when a postgresql...
2008-08-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-08-19 Tom LaneCause the output from debug_print_parse, debug_print_re...
2008-08-16 Tom LaneClean up the loose ends in selectivity estimation left...
2008-08-15 Magnus HaganderMake the temporary directory for pgstat files configura...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-08-10 Tom LaneFix corner-case bug introduced with HOT: if REINDEX...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-07-23 Tom LaneUse guc.c's parse_int() instead of pg_atoi() to parse...
2008-07-21 Tom LaneCode review for array_fill patch: fix inadequate check...
2008-07-18 Tom LaneAdjust things so that the query_string of a cached...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-07-16 Bruce MomjianAdd array_fill() to create arrays initialized with...
2008-07-12 Tom LaneConst-ify the arguments of str_tolower() and friends...
2008-07-11 Alvaro HerreraMake sure we only try to free snapshots that have been...
2008-07-11 Neil ConwayFix a few typos in comments in snapmgr.c, and sort...
2008-07-10 Tom LaneAdd unchangeable GUC "variables" segment_size, wal_bloc...
2008-07-09 Tom LaneIncrease PG_SYSLOG_LIMIT (the max line length sent...
2008-07-08 Tom LaneFix performance bug in write_syslog(): the code to...
2008-07-08 Bruce MomjianAdd comment for deadlock_timeout:
2008-07-07 Tom LaneFix estimate_num_groups() to assume that GROUP BY expre...
2008-07-07 Tom LaneFix AT TIME ZONE (in all three variants) so that we...
2008-07-06 Tom LanePrevent integer overflows during units conversion when...
2008-07-03 Tom LaneAdd a function pg_get_keywords() to let clients find...
2008-07-03 Tom LaneFix transaction-lifespan memory leak in xpath(). Repor...
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-28 Tom LaneIf pnstrdup is going to be promoted to a generally...
2008-06-26 Teodor SigaevFix bug "select lower('asd') = 'asd'" returns false...
2008-06-24 Tom LaneReduce the alignment requirement of type "name" from...
2008-06-23 Bruce MomjianMerge duplicate upper/lower/initcap() routines in oracl...
2008-06-23 Tom LaneFix Gen_fmgrtab.sh to not rely on hard-wired knowledge...
2008-06-19 Tom LaneRewrite the sinval messaging mechanism to reduce conten...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-18 Tom LaneFix compiler warning introduced by recent patch. Tsk...
2008-06-18 Bruce MomjianMove wchar2char() and char2wchar() from tsearch into...
2008-06-17 Tom LaneClean up some problems with redundant cross-type arithm...
2008-06-17 Bruce MomjianAdd URL for introduction to multibyte programming in C.
2008-06-17 Bruce MomjianMove USE_WIDE_UPPER_LOWER define to c.h, and remove...
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-06-11 Bruce MomjianFix spelling mistake in postgresql.conf.
2008-06-09 Tom LaneFix unportable (and incorrect anyway) usage of LL const...
2008-06-09 Tom LaneFix datetime input functions to correctly detect intege...
2008-06-06 Alvaro HerreraChange xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
2008-06-06 Tom LaneFix pg_get_ruledef() so that negative numeric constants...
2008-05-28 Magnus HaganderAdd a field to guc enums to allow hiding of values...
2008-05-27 Magnus HaganderExplicitly bind gettext() to the UTF8 locale when...
2008-05-27 Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-05-26 Tom LaneFix an old corner-case bug in set_config_option: push_o...
2008-05-20 Bruce MomjianSimplify code in formatting.c now that to upper/lower...
2008-05-19 Tom LaneMake to_char()'s localized month/day names depend on...
2008-05-19 Tom LaneCoercion sanity check in ri_HashCompareOp failed to...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
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 Bruce MomjianAdjust power() error messages to be more descriptive.
2008-05-09 Peter EisentrautAdd "%option noinput" to the scanners to avoid compiler...
2008-05-09 Bruce MomjianUpdate C comments to mention SQL:2003 handling of power...
2008-05-08 Bruce MomjianAdd regression test for various power expressions with...
2008-05-08 Bruce MomjianHave numeric 0 ^ 4.3 return 1, rather than an error...
2008-05-07 Magnus HaganderMake the pg_stat_activity view call a SRF (pg_stat_get_...
2008-05-07 Tom LaneThe CONSTROID syscache should show conrelid as a relati...
2008-05-04 Tom LaneAdd timestamp and timestamptz versions of generate_seri...
2008-05-04 Tom LaneAdd pg_conf_load_time() function to report when the...
2008-05-04 Tom LaneUse new cstring/text conversion functions in some addit...
2008-05-03 Tom LaneThe 8.2 patch that added support for an alias on the...
2008-05-02 Tom LaneAllow the planner's estimate of the fraction of a curso...
2008-05-02 Peter EisentrautMake the AWK default value also take effect if $AWK...
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-28 Alvaro HerreraAdd generate_subscripts, a series-generation function...
2008-04-26 Tom LaneCode review for recent patch to terminate online backup...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-20 Teodor SigaevFix broken compare function for tsquery_ops. Per Tom...
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-04-18 Tom LaneCause EXPLAIN's VERBOSE option to print the target...
2008-04-17 Alvaro HerreraClean up a few places where Datums were being treated...
2008-04-17 Bruce MomjianRe-enable pg_terminate_backend() using SIGTERM. SIGTER...
2008-04-16 Tom LaneFix LOAD_CRIT_INDEX() macro to take out AccessShareLock...
2008-04-15 Bruce MomjianRevert addition of pg_terminate_backend() because of...
2008-04-15 Bruce MomjianAdd pg_terminate_backend() to allow terminating only...
next