]> granicus.if.org Git - postgresql/history - src/backend/optimizer/plan/createplan.c
Sort reference of include files, "A" - "F".
[postgresql] / src / backend / optimizer / plan / createplan.c
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-05-18 Tom LaneWhen a bitmap indexscan is using a partial index, it...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-25 Tom LaneThe 8.1 planner removes WHERE quals from the plan when...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-29 Tom LaneWhen building a bitmap scan, must copy the bitmapqualor...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2005-11-26 Tom LaneTeach tid-scan code to make use of "ctid = ANY (array...
2005-11-25 Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-19 Tom LaneFix oversight in recent changes to enable the 'physical...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Tom LaneDon't try to remove duplicate OR-subclauses in create_b...
2005-10-06 Tom LaneFix oversight in indexscan plan creation. I recently...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-08-18 Tom LaneFix up LIMIT/OFFSET planning so that we cope with non...
2005-07-28 Tom LaneFix a bunch of bad interactions between partial indexes...
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-07-15 Tom LaneFix create_unique_plan() so it doesn't generate useless...
2005-07-02 Tom LaneTeach planner about some cases where a restriction...
2005-06-10 Tom LaneSeparate predicate-testing code out of indxpath.c,...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-05-30 Tom LaneAdd support for FUNCTION RTEs to build_physical_tlist...
2005-05-22 Tom LaneTeach the planner to remove SubqueryScan nodes from...
2005-04-25 Tom LaneAvoid rechecking lossy operators twice in a bitmap...
2005-04-25 Tom LaneWhile determining the filter clauses for an index scan...
2005-04-25 Tom LaneReplace slightly klugy create_bitmap_restriction()...
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-23 Tom LaneFix bogus EXPLAIN display of rowcount estimates for...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-21 Tom LaneInstall some slightly realistic cost estimation for...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2005-04-12 Tom LaneFix oversight in MIN/MAX optimization: must not return...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-27 Tom LaneAdd a back-link from IndexOptInfo structs to their...
2005-03-10 Tom LaneMake the behavior of HAVING without GROUP BY conform...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
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 Neil ConwayReimplement the linked list data structure used through...
2004-04-25 Neil ConwayRemove the last traces of Joe Hellerstein's "xfunc...
2004-02-29 Tom Lanemake_sort_from_pathkeys()'s method for choosing which...
2004-01-18 Tom LaneWhen testing whether a sub-plan can do projection,...
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 LaneAdd the ability to extract OR indexscan conditions...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-25 Tom LaneGet rid of hashkeys field of Hash plan node, since...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-27 Tom LaneDepartment of second thoughts: can't reorder merge...
2003-08-26 Tom LanePush subplan clauses to the back in qual lists for...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-11 Tom LaneCode cleanup inspired by recent resname bug report...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-07 Tom Lanecreate_unique_plan() should not discard existing output...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/optimizer, backend...
2003-07-14 Tom LaneMake cost estimates for SubqueryScan more realistic...
2003-06-29 Tom LaneRestructure building of join relation targetlists so...
2003-06-16 Tom LaneAllow GROUP BY, ORDER BY, DISTINCT targets to be unknow...
2003-06-15 Tom LaneAdjust nestloop-with-inner-indexscan plan generation...
2003-05-28 Tom LaneKnock down a couple more lappend() hotspots for large...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-12 Tom LaneApply fixes for problems with dropped columns whose...
2003-05-11 Tom LaneRevert previous change --- turns out the underlying...
2003-05-11 Tom LaneDisable the recently-added use_physical_tlist optimizat...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-16 Tom LaneBack off previous patch to skip projection step in...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-02-03 Tom LaneTweak planner and executor to avoid doing ExecProject...
2003-01-22 Tom LaneImplement choice between hash-based and sort-based...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-15 Tom LaneNow that switch_outer processing no longer relies on...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2003-01-13 Tom LaneCause planner to account for evaluation costs in target...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-30 Tom LaneBe more realistic about plans involving Materialize...
2002-11-30 Tom LaneUpgrade planner and executor to allow multiple hash...
2002-11-21 Tom LaneFinish implementation of hashed aggregation. Add enabl...
2002-11-19 Tom LaneAdd an at-least-marginally-plausible method of estimati...
2002-11-15 Tom LanePush qual clauses containing subplans to the back of...
2002-11-06 Tom LanePhase 2 of hashed-aggregation project. nodeAgg.c now...
2002-11-06 Tom LaneFirst phase of implementing hash-based grouping/aggrega...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-18 Tom LaneChange set_plan_references and join_references to take...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
next