]> granicus.if.org Git - postgresql/history - src/backend/optimizer/plan/createplan.c
Teach planner about some cases where a restriction clause can be
[postgresql] / src / backend / optimizer / plan / createplan.c
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...
2002-04-28 Tom LaneSecond try at fixing join alias variables. Instead...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-21 Tom LaneProduce slightly saner-looking EXPLAIN output for a...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-06-05 Tom LaneFurther work on making use of new statistics in planner...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-23 Tom LaneCompute reasonable cost and output-row-count estimates...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-13 Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
next