OSDN Git Service

Add proallargtypes and proargmodes columns to pg_proc, as per my earlier
[pg-rex/syncrep.git] / src / backend / optimizer /
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-28 Tom LaneRethink the order of expression preprocessing: eval_con...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-27 Tom LaneTeach const-expression simplification to simplify boole...
2005-03-27 Tom LaneAdd a back-link from IndexOptInfo structs to their...
2005-03-26 Tom LaneExpand the 'special index operator' machinery to handle...
2005-03-24 Tom LaneTweak planner to use a minimum size estimate of 10...
2005-03-17 Neil ConwayThis patch moves some code for preprocessing FOR UPDATE...
2005-03-10 Tom LaneMake the behavior of HAVING without GROUP BY conform...
2005-03-06 Tom LaneRevise hash join code so that we can increase the numbe...
2005-03-02 Tom LaneAnother go at making pred_test() handle all reasonable...
2005-03-01 Tom LaneAdjust OR indexscan logic to not generate redundant...
2005-03-01 Tom LaneRevert the logic for expanding AND/OR conditions in...
2005-02-02 Tom LaneAdjust constant-folding of CASE expressions so that...
2005-01-28 Tom LaneImprove planner's estimation of the space needed for...
2005-01-23 Tom LaneThe result of a FULL or RIGHT join can't be assumed...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-15 Tom LaneFix another place broken by new List implementation...
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-12-02 Tom LaneMake some adjustments to reduce platform dependencies...
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-11-09 Tom LaneAllow planner to fold "stable" functions to constants...
2004-11-09 Tom LaneUse a hopefully-more-reliable method of detecting defau...
2004-11-06 Tom LaneWhen implementing a coercion to a domain type with...
2004-11-05 Tom Lanepred_test() logic was being too narrow-minded about...
2004-10-23 Tom LaneAvoid overflow in cost_sort when work_mem exceeds 1Gb.
2004-10-22 Tom LaneIn ALTER COLUMN TYPE, strip any implicit coercion opera...
2004-10-11 Tom LaneFix OR-index-scan planner to recognize that a partial...
2004-10-07 Tom LaneFix problems with SQL functions returning rowtypes...
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-10-02 Tom LaneClean up handling of inherited-table update queries...
2004-10-01 Tom LaneFallout from changing index locking rules: we can reduc...
2004-09-01 Tom LaneFix mistaken comment.
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-19 Tom LaneRepair some issues with column aliases and RowExpr...
2004-08-17 Tom LaneStandardize on the assumption that the arguments of...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-02 Tom LaneAllow DECLARE CURSOR to take parameters from the portal...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-06-11 Tom LaneWhen using extended-query protocol, postpone planning...
2004-06-10 Tom LaneAdjust cost_nonsequential_access() to have more reasona...
2004-06-09 Tom LaneSupport assignment to subfields of composite columns...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-06-05 Tom LaneMake the world very nearly safe for composite-type...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-06-01 Tom LaneJust about there on de-FastList-ification.
2004-06-01 Tom LaneDesultory de-FastList-ification. RelOptInfo.reltargetl...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Tom LaneUse a cleaner substitute for the inability to apply...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-11 Tom LaneYawn ... still another place not quite ready for zero...
2004-05-11 Tom LaneFix oversights in processing of LIMIT expressions durin...
2004-05-11 Tom LaneRepair recalculation failure for nested sub-SELECTs...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-04-25 Neil ConwayRemove the last traces of Joe Hellerstein's "xfunc...
2004-04-07 Tom LaneExtend set-operation planning to keep track of the...
2004-04-07 Tom Lanebuild_subquery_pathkeys() was examining wrong copy...
2004-04-06 Tom LaneSupport FULL JOIN with no join clauses, such as X FULL...
2004-04-02 Tom Lanecheck_sql_fn_retval has always thought that we supporte...
2004-04-02 Tom LaneGet rid of crocky use of RangeVar nodes in parser to...
2004-03-29 Tom LaneUse fuzzy comparison of path costs in add_path(), so...
2004-03-27 Tom LaneNow that we are allowing index opclasses to contain...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-03-14 Tom LaneTweak planner so that index expressions and predicates...
2004-03-08 Tom LaneTest for whether a previous IN join restricts the curre...
2004-03-07 Tom LaneWhen testing usability of a partial index, recognize...
2004-03-02 Tom LaneTeach is_distinct_query to recognize that GROUP BY...
2004-02-29 Tom Lanemake_sort_from_pathkeys()'s method for choosing which...
2004-02-27 Tom LaneAdjust remove_redundant_join_clauses() so that when...
2004-02-27 Tom Laneprocess_implied_equality must copy the substructure...
2004-02-17 Tom LaneMake use of statistics on index expressions. There...
2004-02-13 Tom LaneRepair optimization bug I introduced in a moment of...
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-28 Tom Lanesimplify_function() mustn't try to evaluate functions...
2004-01-24 Tom LaneRepair planner failure for cases involving Cartesian...
2004-01-23 Tom LaneRevise GEQO planner to make use of some heuristic knowl...
2004-01-21 Tom LaneRepair error apparently introduced in the initial codin...
2004-01-19 Tom LaneDon't return an overoptimistic result from join_in_sele...
2004-01-19 Tom LaneRecognize that IN subqueries return already-unique...
2004-01-18 Tom LaneWhen testing whether a sub-plan can do projection,...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2004-01-12 Tom LaneFix another place that wasn't maintaining AND/OR flatne...
2004-01-12 Tom LanePreserve AND/OR flatness during eval_const_expressions...
2004-01-10 Tom LaneImprove has_nullable_targetlist() to allow strict funct...
2004-01-10 Tom LaneFix subquery pullup logic to not be fooled when a view...
2004-01-07 Tom LaneMake some improvements in the intelligence of the parti...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-06 Tom LaneInstead of rechecking lossy index operators by putting...
2004-01-05 Tom LaneAdjust indexscan planning logic to keep RestrictInfo...
2004-01-05 Tom LaneImprove UniquePath logic to detect the case where the...
2004-01-05 Tom LaneDept. of second thoughts: clause_selectivity shouldn...
2004-01-05 Tom LaneAdd the ability to extract OR indexscan conditions...
2004-01-04 Tom LaneMerge restrictlist_selectivity into clauselist_selectiv...
2004-01-04 Tom LaneRewrite OR indexscan processing to be more flexible...
2003-12-30 Tom LaneAdjust the definition of RestrictInfo's left_relids...
next