]> granicus.if.org Git - postgresql/history - src/backend/optimizer/prep/prepjointree.c
Update copyright for 2016
[postgresql] / src / backend / optimizer / prep / prepjointree.c
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-11 Tom LaneGet rid of the planner's LateralJoinInfo data structure.
2015-08-12 Tom LanePostpone extParam/allParam calculations until the very...
2015-07-26 Tom LaneFix oversight in flattening of subqueries with empty...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-03-12 Tom LaneSupport flattening of empty-FROM subqueries and one...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-06-16 Tom LaneAvoid recursion when processing simple lists of AND...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-22 Tom LaneFlatten join alias Vars before pulling up targetlist...
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-08-19 Tom LaneFix qual-clause-misplacement issues with pulled-up...
2013-08-18 Tom LaneFix planner problems with LATERAL references in PlaceHo...
2013-08-05 Tom LaneSimplify query_planner's API by having it return the...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-09-05 Tom LaneFix PARAM_EXEC assignment mechanism to be safe in the...
2012-08-27 Tom LaneFix up planner infrastructure to support LATERAL properly.
2012-08-19 Tom LaneRemove obsolete comment.
2012-08-18 Tom LaneAnother round of planner fixes for LATERAL.
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-03-24 Tom LaneFix planner's handling of outer PlaceHolderVars within...
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-03-16 Tom LaneRevisit handling of UNION ALL subqueries with non-Var...
2012-01-28 Tom LaneUndo 8.4-era lobotomization of subquery pullup rules.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-11-09 Tom LaneWrap appendrel member outputs in PlaceHolderVars in...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-09 Tom LaneAvoid creating PlaceHolderVars immediately within Place...
2011-06-20 Tom LaneFix thinko in previous patch for optimizing EXISTS...
2011-05-02 Tom LaneFix pull_up_sublinks' failure to handle nested pull...
2011-04-16 Tom LaneClean up collation processing in prepunion.c.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-08 Peter EisentrautPer-column collation support
2011-01-30 Tom LaneMake reduce_outer_joins() smarter about semijoins.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-08 Tom LaneUse appendrel planning logic for top-level UNION ALL...
2010-11-04 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-27 Peter EisentrautSmall refactoring of makeVar() from a TargetEntry
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-21 Tom LaneFix mishandling of whole-row Vars referencing a view...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-28 Tom LaneWhen FOR UPDATE/SHARE is used with LIMIT, put the LockR...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-09-02 Tom LaneFix subquery pullup to wrap a PlaceHolderVar around...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-28 Tom LaneImprove pull_up_subqueries logic so that it doesn't...
2009-02-27 Tom LaneTemporarily (I hope) disable flattening of IN/EXISTS...
2009-02-25 Tom LaneGet rid of the rather fuzzily defined FlattenedSubLink...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-11-11 Tom LaneEnsure that the phrels sets of PlaceHolderVars appearin...
2008-11-11 Tom LaneGet rid of adjust_appendrel_attr_needed(), which has...
2008-10-22 Tom LaneDept of better ideas: refrain from creating the planner...
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-10-09 Tom LaneImprove the recently-added code for inlining set-return...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-17 Tom LaneImprove sublink pullup code to handle ANY/EXISTS sublin...
2008-08-14 Heikki LinnakangasFix pull_up_simple_union_all to copy all rtable entries...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-03-18 Tom LaneArrange to "inline" SQL functions that appear in a...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-02-19 Tom LaneGet rid of some old and crufty global variables in...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-19 Tom LaneSuppress subquery pullup/pushdown when a subquery conta...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-10 Tom LaneFix UNION/INTERSECT/EXCEPT so that when two inputs...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-03-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
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-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
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-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
next