]> granicus.if.org Git - postgresql/history - src/include/optimizer
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
[postgresql] / src / include / optimizer /
2017-11-27 Tom LaneFix creation of resjunk tlist entries for inherited...
2017-11-15 Robert HaasAdd parallel_leader_participation GUC.
2017-11-02 Tom LaneTeach planner to account for HAVING quals in aggregatio...
2017-10-08 Tom LaneReduce "X = X" to "X IS NOT NULL", if it's easy to...
2017-10-06 Robert HaasBasic partition-wise join functionality.
2017-08-15 Robert HaasAssorted preparatory refactoring for partition-wise...
2017-08-15 Robert HaasTeach adjust_appendrel_attrs(_multilevel) to do multipl...
2017-08-14 Tom LaneFinal pgindent + perltidy run for v10.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-14 Robert HaasTeach predtest.c about CHECK clauses to fix partitionin...
2017-06-04 Tom Lane#ifdef out assorted unused GEQO code.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-01 Tom LaneReduce semijoins with unique inner relations to plain...
2017-04-08 Tom LaneOptimize joins when the inner relation can be proven...
2017-04-06 Simon RiggsReset API of clause_selectivity()
2017-04-05 Simon RiggsCollect and use multi-column dependency stats
2017-04-04 Robert HaasAbstract logic to allow for multiple kinds of child...
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-29 Peter EisentrautCast result of copyObject() to correct type
2017-03-27 Andrew GierthSupport hashed aggregation with grouping sets.
2017-03-21 Robert HaasDon't scan partitioned tables.
2017-03-14 Robert HaasFix regression in parallel planning against inheritance...
2017-03-09 Robert HaasAdd a Gather Merge executor node.
2017-03-08 Robert HaasSupport parallel bitmap heap scans.
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression
2017-03-07 Robert HaasPreparatory refactoring for parallel merge join support.
2017-02-15 Robert HaasAdd optimizer and executor support for parallel index...
2017-02-15 Robert HaasReplace min_parallel_relation_size with two new GUCs.
2017-01-27 Robert HaasRefactor bitmap heap scan estimation of heap pages...
2017-01-18 Andres FreundMove targetlist SRF handling from expression evaluation...
2017-01-18 Tom LaneImprove RLS planning by marking individual quals with...
2017-01-15 Tom LaneFix matching of boolean index columns to sort ordering.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-19 Tom LaneSpeed up planner's scanning for parallel-query hazards.
2016-06-26 Tom LaneAvoid making a separate pass over the query to check...
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-21 Tom LaneRefactor planning of projection steps that don't need...
2016-06-18 Tom LaneRestore foreign-key-aware estimation of join relation...
2016-06-17 Robert HaasTry again to fix the way the scanjoin_target is used...
2016-06-16 Tom LaneInvent min_parallel_relation_size GUC to replace a...
2016-06-10 Tom LaneRefactor to reduce code duplication for function proper...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-09 Robert HaasEliminate "parallel degree" terminology.
2016-06-07 Tom LaneRevert "Use Foreign Key relationships to infer multi...
2016-04-30 Tom LaneFix mishandling of equivalence-class tests in parameter...
2016-04-12 Robert HaasFix costing for parallel aggregation.
2016-04-12 Tom LaneRedefine create_upper_paths_hook as being invoked once...
2016-04-08 Simon RiggsUse Foreign Key relationships to infer multi-column...
2016-04-06 Tom LaneRun pgindent on a batch of (mostly-planner-related...
2016-03-31 Tom LaneSupport using index-only scans with partial indexes...
2016-03-29 Robert HaasAllow aggregate transition states to be serialized...
2016-03-21 Robert HaasSupport parallel aggregation.
2016-03-18 Robert HaasDirectly modify foreign tables.
2016-03-14 Tom LaneProvide a planner hook at a suitable place for creating...
2016-03-14 Tom LaneAllow callers of create_foreignscan_path to specify...
2016-03-12 Tom LaneRe-export a few of createplan.c's make_xxx() functions.
2016-03-11 Tom LaneMinor additional refactoring of planner.c's PathTarget...
2016-03-10 Tom LaneGive pull_var_clause() reject/recurse/return behavior...
2016-03-10 Tom LaneRefactor pull_var_clause's API to make it less tedious...
2016-03-09 Tom LaneImprove handling of pathtargets in planner.c.
2016-03-09 Tom LaneImprove handling of group-column indexes in GroupingSet...
2016-03-08 Tom LaneFinish refactoring make_foo() functions in createplan.c.
2016-03-07 Tom LaneMake the upper part of the planner work by generating...
2016-02-19 Tom LaneAdd an explicit representation of the output targetlist...
2016-02-07 Robert HaasIntroduce a new GUC force_parallel_mode for testing...
2016-01-20 Robert HaasSupport parallel joins, and make related improvements.
2016-01-20 Robert HaasSupport multi-stage aggregation.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-22 Robert Haaspostgres_fdw: Consider requesting sorted data so we...
2015-12-11 Tom LaneStill more fixes for planner's handling of LATERAL...
2015-12-08 Robert HaasAllow foreign and custom joins to handle EvalPlanQual...
2015-12-07 Tom LaneFix another oversight in checking if a join with LATERA...
2015-11-11 Robert HaasGenerate parallel sequential scan plans in simple cases.
2015-11-11 Robert HaasMake sequential scans parallel-aware.
2015-10-15 Robert HaasAllow FDWs to push down quals without breaking EvalPlan...
2015-09-30 Robert HaasAdd a Gather executor node.
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-08-07 Tom LaneFix eclass_useful_for_merging to give valid results...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
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-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-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-04-27 Stephen FrostImprove qual pushdown for RLS and SB views
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-12 Tom LaneSupport flattening of empty-FROM subqueries and one...
2015-02-17 Tom LaneFix EXPLAIN output for cases where parent table is...
2015-01-06 Bruce MomjianUpdate copyright for 2015
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-10-01 Tom LaneFix some more problems with nested append relations.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
next