summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/setrefs.c
AgeCommit message (Expand)Author
2016-04-27Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas
2016-04-06Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane
2016-03-29Allow aggregate transition states to be serialized and deserialized.Robert Haas
2016-03-21Support parallel aggregation.Robert Haas
2016-03-10Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane
2016-03-08Comment update for fdw_recheck_quals.Robert Haas
2016-03-07Make the upper part of the planner work by generating and comparing Paths.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-14Collect the global OR of hasRowSecurity flags for plancacheStephen Frost
2015-11-18Fix incomplete set_foreignscan_references handling for fdw_recheck_qualsRobert Haas
2015-10-28Make Gather node projection-capable.Robert Haas
2015-10-15Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas
2015-10-03Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund
2015-09-30Add a Gather executor node.Robert Haas
2015-09-28Parallel executor support.Robert Haas
2015-09-10Fix setrefs.c comment properly.Tom Lane
2015-09-10Fix typo in setrefs.cStephen Frost
2015-07-29Fix incorrect comment.Robert Haas
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-21Fix add_rte_to_flat_rtable() for recent feature additions.Tom Lane
2015-07-12For consistency add a pfree to ON CONFLICT set_plan_refs code.Andres Freund
2015-06-27Fix typo in commentHeikki Linnakangas
2015-06-26Improve handling of CustomPath/CustomPlan(State) children.Robert Haas
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-13Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund
2015-05-10Code review for foreign/custom join pushdown patch.Tom Lane
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-08Represent columns requiring insert and update privileges indentently.Andres Freund
2015-05-01Allow FDWs and custom scan providers to replace joins with scans.Robert Haas
2015-04-04Fix incorrect matching of subexpressions in outer-join plan nodes.Tom Lane
2015-02-21Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane
2015-02-17Fix EXPLAIN output for cases where parent table is excluded by constraints.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-21Rearrange CustomScan API.Tom Lane
2014-11-20Initial code review for CustomScan patch.Tom Lane
2014-11-07Introduce custom path and scan providers.Robert Haas
2014-09-22Process withCheckOption exprs in setrefs.cStephen Frost
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-06-18Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-14Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane
2013-11-21Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane
2013-05-08Better fix for permissions tests in excluded subqueries.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-27Make UtilityContainsQuery recurse until it finds a non-utility Query.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian