]> 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-12-13 Tom LaneIncrease the default value of default_statistics_target...
2008-12-13 Tom LaneRemove pg_plan_queries()'s now-useless needSnapshot...
2008-12-13 Tom LaneFix failure to ensure that a snapshot is available...
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-12-05 Peter EisentrautBetter descriptions in pg_get_keywords(), consistent...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-12-04 Alvaro HerreraFix a couple of snapshot management bugs in the new...
2008-12-03 Heikki LinnakangasIntroduce visibility map. The visibility map is a bitma...
2008-12-02 Heikki LinnakangasUse PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in...
2008-12-02 Alvaro HerreraMinor code embellishments.
2008-12-01 Heikki LinnakangasModify the new to_timestamp implementation so that...
2008-11-30 Tom LaneRemove inappropriate memory context switch in shutdown_...
2008-11-26 Heikki LinnakangasRely on relcache invalidation to update the cached...
2008-11-25 Alvaro HerreraUse ResourceOwners in the snapshot manager, instead...
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 Teodor SigaevFix compiler warning "res may be used uninitialized...
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-17 Teodor SigaevReplace plain-memory ordered array by binary tree in...
2008-11-14 Tom LaneActually, instead of whining about how type internal...
2008-11-14 Tom LaneImplement the basic form of UNNEST, ie unnest(anyarray...
2008-11-14 Tom LaneMinor code clarity improvements in array_agg functions...
2008-11-13 Peter Eisentrautarray_agg aggregate function, as per SQL:2008, but...
2008-11-12 Peter Eisentrautarray_length() function, and for SQL compatibility...
2008-11-12 Tom LaneClean up the ancient decision to show only two fraction...
2008-11-11 Tom LaneAdd an explicit caution about how to use pg_do_encoding...
2008-11-11 Tom LaneAdd support for input and output of interval values...
2008-11-10 Alvaro HerreraFix a case of string building.
2008-11-10 Tom LaneFix bugs in sqlchar_to_unicode and unicode_to_sqlchar...
2008-11-10 Heikki LinnakangasFix 'Q' format char parsing in the new to_timestamp...
2008-11-10 Tom Lanepg_do_encoding_conversion cannot return NULL (at least...
2008-11-10 Tom LaneMake relhasrules and relhastriggers work like relhasind...
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-11-08 Tom LaneFix recently added code for SQL years-months interval...
2008-11-05 Tom LaneThis maneuver really requires a comment ...
2008-11-05 Andrew Dunstanchange fix for suppress_redundant_updates_trigger(...
2008-11-05 Andrew Dunstanfix suppress_redundant_updates_trigger() where relation...
2008-11-04 Peter EisentrautADD array_ndims function
2008-11-04 Tom LaneFix compiler warnings (including a seriously bogus...
2008-11-03 Tom LaneUse bool for a boolean flag.
2008-11-03 Peter EisentrautAllow uuid_in() to parse a wider variety of variant...
2008-11-03 Andrew Dunstansuppress_redundant_updates_trigger function.
2008-11-03 Tom LaneAdd pg_typeof() function.
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-10-28 Tom LaneArrange to squeeze out the MINIMAL_TUPLE_PADDING in...
2008-10-27 Alvaro HerreraDowngrade can't-happen error reports to elog().
2008-10-27 Tom LaneInstall a more robust solution for the problem of infin...
2008-10-23 Tom LaneWhen estimating without benefit of MCV lists (suggestin...
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-10-17 Alvaro HerreraRefactor some duplicate code to set up formatted_log_ti...
2008-10-14 Tom LaneExtend the date type to support infinity and -infinity...
2008-10-14 Tom LaneFix EncodeSpecialTimestamp to throw error on unrecogniz...
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-10-09 Tom LaneFix crash in bytea-to-XML mapping when the source value...
2008-10-07 Tom LaneFix oversight in recent patch to support multiple read...
2008-10-06 Tom LaneFix up ruleutils.c for CTE features. The main problem...
2008-10-06 Tom LaneWhen expanding a whole-row Var into a RowExpr during...
2008-10-06 Heikki LinnakangasUse fork names instead of numbers in the file names...
2008-10-06 Magnus HaganderAdd columns boot_val and reset_val to the pg_settings...
2008-10-06 Tom LaneRandom speculation about the reason for PPC64 buildfarm...
2008-10-05 Tom LaneTweak the overflow checks in integer division functions...
2008-10-05 Peter EisentrautRemove obsolete internal functions istrue, isfalse...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-10-03 Heikki LinnakangasAdd relation fork support to pg_relation_size() functio...
2008-10-02 Tom LaneFix improper display of fractional seconds in interval...
2008-10-01 Tom LaneImprove tuplestore.c to support multiple concurrent...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-28 Tom LaneDept of second thoughts: let's make sure that get_index...
2008-09-28 Tom LaneAdd hooks to let plugins override the planner's lookups...
2008-09-27 Andrew DunstanCompare escaped chars case insensitively for ILIKE...
2008-09-26 Tom LaneFix pointer-advancement bugs in MS and US cases of...
2008-09-26 Tom LaneMake LIKE throw an error if the escape character is...
2008-09-24 Bruce MomjianFix integral timestamps so the output is consistent...
2008-09-23 Magnus HaganderOnly show source file and line numbers to superusers...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-16 Tom LaneClean up a couple of weird corner cases in interval...
2008-09-16 Tom LaneFix multiple memory leaks in xml_out(). Per report...
2008-09-15 Tom LaneFix caching of foreign-key-checking queries so that...
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-09-11 Tom LaneTighten up to_date/to_timestamp so that they are more...
2008-09-11 Tom LaneAdjust the parser to accept the typename syntax INTERVA...
2008-09-11 Alvaro HerreraInitialize the minimum frozen Xid in vac_update_datfroz...
2008-09-10 Tom LaneTweak newly added set_config_sourcefile() so that the...
2008-09-10 Tom LaneMake our parsing of INTERVAL literals spec-compliant...
2008-09-10 Alvaro HerreraAdd "source file" and "source line" information to...
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-09-07 Tom LaneReimplement text_position and related functions to...
2008-09-06 Tom LaneAdjust psql's new \ef command to present an empty CREAT...
2008-09-06 Tom LaneImplement a psql command "\ef" to edit the definition...
2008-09-03 Tom LaneIf a loadable module has wrong values in its magic...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-09-01 Heikki LinnakangasHeapTupleHeaderAdjustCmax made the incorrect assumption...
next