]> granicus.if.org Git - postgresql/history - src/backend/optimizer/path/allpaths.c
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
[postgresql] / src / backend / optimizer / path / allpaths.c
2012-09-05 Tom LaneFix PARAM_EXEC assignment mechanism to be safe in the...
2012-08-30 Tom LaneAdjust definition of cheapest_total_path to work better...
2012-08-27 Tom LaneFix up planner infrastructure to support LATERAL properly.
2012-08-19 Tom LaneAllow OLD and NEW in multi-row VALUES within rules.
2012-08-12 Tom LaneMore fixes for planner's handling of LATERAL.
2012-08-11 Tom LaneFix some issues with LATERAL(SELECT UNION ALL SELECT).
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-19 Tom LaneRevise parameterized-path mechanism to fix assorted...
2012-03-09 Tom LaneRevise FDW planning API, again.
2012-03-05 Tom LaneRedesign PlanForeignScan API to allow multiple paths...
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-02-14 Robert HaasAllow LEAKPROOF functions for better performance of...
2012-01-28 Tom LaneUse parameterized paths to generate inner indexscans...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-09-24 Tom LaneRecognize self-contradictory restriction clauses for...
2011-09-03 Tom LaneRearrange planner to save the whole PlannerInfo (subroo...
2011-08-23 Tom LaneFix overoptimistic assumptions in column width estimati...
2011-07-12 Tom LaneAvoid listing ungrouped Vars in the targetlist of Agg...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-19 Tom LaneImprove relation width estimation for subqueries.
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-09-23 Tom LaneAvoid sharing subpath list structure when flattening...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-03-28 Tom LaneRework join-removal logic as per recent discussion...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-28 Tom LaneEliminate a lot of list-management overhead within...
2009-11-22 Heikki LinnakangasRemove superfluous curly brace, fixing compilation...
2009-11-15 Tom LaneImprove planning of Materialize nodes inserted atop...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-09-17 Tom LaneImplement "join removal" for cases where the inner...
2009-09-02 Tom LaneFix subquery pullup to wrap a PlaceHolderVar around...
2009-07-06 Tom LaneFix set_append_rel_pathlist() to deal intelligently...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-19 Tom LaneFix estimate_num_groups() to not fail on PlaceHolderVar...
2009-03-10 Tom LaneFix set_subquery_pathlist() to copy the RTE's subquery...
2009-02-15 Tom LaneTeach the planner to treat a partial unique index as...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-11-15 Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
2008-11-11 Tom LaneGet rid of adjust_appendrel_attr_needed(), which has...
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-06-27 Tom LaneImprove planner's estimation of the size of an append...
2008-04-01 Tom LaneFix an oversight I made in a cleanup patch over a year...
2008-03-24 Tom LaneWhen a relation has been proven empty by constraint...
2008-01-11 Tom LaneFix a conceptual error in my patch of 2007-10-26 that...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-26 Tom LaneCreate a function variable "join_search_hook" to let...
2007-05-26 Tom LaneRepair two constraint-exclusion corner cases triggered...
2007-04-21 Tom LaneSome further performance tweaks for planning large...
2007-04-21 Tom LaneAvoid useless work during set_plain_rel_pathlist()...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-19 Tom LaneGet rid of some old and crufty global variables in...
2007-01-28 Tom LaneRepair oversight in creation of "append relations"...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-19 Tom LaneImprove usage of effective_cache_size parameter by...
2006-08-19 Tom LaneSuppress subquery pullup/pushdown when a subquery conta...
2006-08-10 Tom LaneFix UNION/INTERSECT/EXCEPT so that when two inputs...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
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-02 Tom LaneAvoid assuming that statistics for a parent relation...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-13 Tom LaneFix qual_is_pushdown_safe to not try to push down quals...
2006-02-04 Tom LaneFix constraint exclusion to work in inherited UPDATE...
2006-02-03 Tom LaneTeach planner to convert simple UNION ALL subqueries...
2006-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-22 Bruce Momjianenable_constraint_exclusion => constraint_exclusion
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-06-10 Tom LaneQuick hack to allow the outer query's tuple_fraction...
2005-06-09 Tom LaneSimplify the planner's join clause management by storin...
2005-06-06 Tom LaneNab some low-hanging fruit: replace the planner's base_...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-06-04 Tom LaneChange expandRTE() and ResolveNew() back to taking...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-10 Tom LaneMake the behavior of HAVING without GROUP BY conform...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
next