]> granicus.if.org Git - postgresql/history - src/include/nodes/relation.h
Add a Gather executor node.
[postgresql] / src / include / nodes / relation.h
2015-09-30 Robert HaasAdd a Gather executor node.
2015-09-29 Robert HaasParallel executor support.
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-08-12 Tom LanePostpone extParam/allParam calculations until the very...
2015-06-26 Robert HaasImprove handling of CustomPath/CustomPlan(State) children.
2015-06-03 Tom LaneFix planner's cost estimation for SEMI/ANTI joins with...
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
2015-03-12 Tom LaneSupport flattening of empty-FROM subqueries and one...
2015-03-12 Tom LaneImprove planner's cost estimation in the presence of...
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-21 Tom LaneSimplify API for initially hooking custom-path provider...
2014-11-20 Tom LaneInitial code review for CustomScan patch.
2014-11-07 Robert HaasIntroduce custom path and scan providers.
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-03-05 Tom LaneAdd comment that ec_relids excludes "child" Equivalence...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-11-15 Tom LaneCompute correct em_nullable_relids in get_eclass_for_so...
2013-08-18 Tom LaneFix planner problems with LATERAL references in PlaceHo...
2013-08-14 Tom LaneRemove ph_may_need from PlaceHolderInfo, with attendant...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-29 Tom LanePostpone creation of pathkeys lists to fix bug #8049.
2013-01-11 Tom LaneRedesign the planner's handling of index-descent cost...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-18 Tom LaneFix planning of non-strict equivalence clauses above...
2012-09-05 Tom LaneFix PARAM_EXEC assignment mechanism to be safe in the...
2012-09-01 Tom LaneDrop cheap-startup-cost paths during add_path() if...
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-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-24 Tom LaneFix planner's handling of outer PlaceHolderVars within...
2012-03-16 Tom LaneRevisit handling of UNION ALL subqueries with non-Var...
2012-03-09 Tom LaneRevise FDW planning API, again.
2012-03-05 Tom LaneRedesign PlanForeignScan API to allow multiple paths...
2012-01-28 Tom LaneUse parameterized paths to generate inner indexscans...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-25 Tom LaneRethink representation of index clauses' mapping to...
2011-12-23 Tom LaneImprove planner's handling of duplicated index column...
2011-12-18 Tom LaneReplace simple constant pg_am.amcanreturn with an AM...
2011-11-03 Tom LaneFix handling of PlaceHolderVars in nestloop parameter...
2011-10-23 Tom LaneDon't trust deferred-unique indexes for join removal.
2011-10-16 Tom LaneTeach btree to handle ScalarArrayOpExpr quals natively.
2011-10-14 Tom LaneMeasure the number of all-visible pages for use in...
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-09-03 Tom LaneRearrange planner to save the whole PlannerInfo (subroo...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-24 Tom LaneImprove cost estimation for aggregates and window funct...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneMore collations cleanup, from trawling for missed colla...
2011-03-22 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
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-17 Tom LaneFix bogus test for hypothetical indexes in get_actual_v...
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-11-29 Tom LaneSimplify and speed up mapping of index opfamilies to...
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-20 Tom LaneFurther cleanup of indxpath logic related to IndexOptIn...
2010-11-18 Tom LaneFurther fallout from the MergeAppend patch.
2010-11-04 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-09-28 Tom LaneFix PlaceHolderVar mechanism's interaction with outer...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-03-30 Tom LaneFix "constraint_exclusion = partition" logic so that...
2010-03-28 Tom LaneRework join-removal logic as per recent discussion...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-11-28 Tom LaneEliminate a lot of list-management overhead within...
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-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-09-17 Tom LaneImplement "join removal" for cases where the inner...
2009-07-16 Tom LaneMake GEQO's planning deterministic by having it start...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-16 Tom LaneFix planner to restore its previous level of intelligen...
2009-03-26 Tom LaneIf we expect a hash join to be performed in multiple...
2009-03-05 Tom LaneTeach the planner to support index access methods that...
2009-02-25 Tom LaneGet rid of the rather fuzzily defined FlattenedSubLink...
2009-02-06 Tom LaneFix cost_mergejoin's failure to adjust for rescanning...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-01 Tom LaneFix an oversight in the code that makes transitive...
next