]> granicus.if.org Git - postgresql/history - src/backend/optimizer/path/allpaths.c
Implement an API to let foreign-data wrappers actually be functional.
[postgresql] / src / backend / optimizer / path / allpaths.c
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
2004-10-02 Tom LaneClean up handling of inherited-table update queries...
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-06-05 Tom LaneMake the world very nearly safe for composite-type...
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-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-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2004-01-05 Tom LaneAdd the ability to extract OR indexscan conditions...
2003-12-17 Tom LaneRepair planner failure when there are multiple IN claus...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-11 Tom LaneCode cleanup inspired by recent resname bug report...
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-06-29 Tom LaneRestructure building of join relation targetlists so...
2003-04-24 Tom LaneAdjust subquery qual pushdown rules so that we can...
2003-03-22 Tom LaneDepartment of second thoughts: probably shouldn't use...
next