]> granicus.if.org Git - postgresql/history - src/backend/optimizer/plan/setrefs.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / optimizer / plan / setrefs.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-01 Robert HaasFire per-statement triggers on partitioned tables.
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-29 Peter EisentrautCast result of copyObject() to correct type
2017-03-21 Robert HaasDon't scan partitioned tables.
2017-03-09 Robert HaasAdd a Gather Merge executor node.
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression
2017-02-21 Peter EisentrautMake more use of castNode()
2017-01-18 Andres FreundMove targetlist SRF handling from expression evaluation...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-08 Tom LaneFix reporting of column typmods for multi-row VALUES...
2016-11-02 Tom LaneDon't convert Consts into Vars during setrefs.c processing.
2016-07-24 Tom LaneCorrectly set up aggregate FILTER expression in partial...
2016-07-15 Tom LaneAvoid invalidating all foreign-join cached plans when...
2016-06-26 Tom LaneRethink node-level representation of partial-aggregatio...
2016-06-26 Tom LaneSimplify planner's final setup of Aggrefs for partial...
2016-06-18 Tom LaneFix handling of argument and result datatypes for parti...
2016-06-10 Tom LaneRefactor to reduce code duplication for function proper...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-27 Robert HaasFix EXPLAIN VERBOSE output for parallel aggregate.
2016-04-06 Tom LaneRun pgindent on a batch of (mostly-planner-related...
2016-03-29 Robert HaasAllow aggregate transition states to be serialized...
2016-03-21 Robert HaasSupport parallel aggregation.
2016-03-10 Tom LaneRefactor pull_var_clause's API to make it less tedious...
2016-03-08 Robert HaasComment update for fdw_recheck_quals.
2016-03-07 Tom LaneMake the upper part of the planner work by generating...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-15 Stephen FrostCollect the global OR of hasRowSecurity flags for plancache
2015-11-19 Robert HaasFix incomplete set_foreignscan_references handling...
2015-10-27 Robert HaasMake Gather node projection-capable.
2015-10-15 Robert HaasAllow FDWs to push down quals without breaking EvalPlan...
2015-10-03 Andres FreundFix several bugs related to ON CONFLICT's EXCLUDED...
2015-09-30 Robert HaasAdd a Gather executor node.
2015-09-29 Robert HaasParallel executor support.
2015-09-10 Tom LaneFix setrefs.c comment properly.
2015-09-10 Stephen FrostFix typo in setrefs.c
2015-07-29 Robert HaasFix incorrect comment.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-22 Tom LaneFix add_rte_to_flat_rtable() for recent feature additions.
2015-07-12 Andres FreundFor consistency add a pfree to ON CONFLICT set_plan_ref...
2015-06-27 Heikki LinnakangasFix typo in comment
2015-06-26 Robert HaasImprove handling of CustomPath/CustomPlan(State) children.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-12 Andres FreundFix ON CONFLICT bugs that manifest when used in rules.
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Andres FreundRepresent columns requiring insert and update privilege...
2015-05-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-04-04 Tom LaneFix incorrect matching of subexpressions in outer-join...
2015-02-21 Tom LaneSome more FLEXIBLE_ARRAY_MEMBER fixes.
2015-02-17 Tom LaneFix EXPLAIN output for cases where parent table is...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-21 Tom LaneRearrange CustomScan API.
2014-11-20 Tom LaneInitial code review for CustomScan patch.
2014-11-07 Robert HaasIntroduce custom path and scan providers.
2014-09-23 Stephen FrostProcess withCheckOption exprs in setrefs.c
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-14 Tom LaneFix inherited UPDATE/DELETE with UNION ALL subqueries.
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-05-08 Tom LaneBetter fix for permissions tests in excluded subqueries.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-28 Tom LaneMake UtilityContainsQuery recurse until it finds a...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-26 Tom LaneFix planner's handling of RETURNING lists in writable...
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-03-09 Tom LaneRevise FDW planning API, again.
2012-03-07 Tom LaneExpose an API for calculating catcache hash values.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-03 Tom LaneFix handling of PlaceHolderVars in nestloop parameter...
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-09-03 Tom LaneRearrange planner to save the whole PlannerInfo (subroo...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-16 Tom LaneRevise sinval code to remove no-longer-used tuple TID...
2011-04-18 Tom LaneFix handling of collations in multi-row VALUES constructs.
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-10 Tom LaneFix improper matching of resjunk column names for FOR...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-27 Peter EisentrautSmall refactoring of makeVar() from a TargetEntry
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-01-15 Tom LaneDo parse analysis of an EXPLAIN's contained statement...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-16 Tom LaneWhile doing the final setrefs.c pass over a plan tree...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
next