summaryrefslogtreecommitdiff
path: root/src/include/optimizer
Commit message (Expand)AuthorAgeFilesLines
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-215-24/+24
* Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas2017-06-141-4/+4
* #ifdef out assorted unused GEQO code.Tom Lane2017-06-041-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-173-13/+13
* Reduce semijoins with unique inner relations to plain inner joins.Tom Lane2017-05-011-2/+3
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-073-15/+12
* Reset API of clause_selectivity()Simon Riggs2017-04-061-4/+2
* Collect and use multi-column dependency statsSimon Riggs2017-04-051-2/+4
* Abstract logic to allow for multiple kinds of child rels.Robert Haas2017-04-031-2/+1
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-312-0/+5
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-281-2/+2
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-271-2/+2
* Don't scan partitioned tables.Robert Haas2017-03-212-3/+7
* Fix regression in parallel planning against inheritance tables.Robert Haas2017-03-141-2/+2
* Add a Gather Merge executor node.Robert Haas2017-03-092-0/+12
* Support parallel bitmap heap scans.Robert Haas2017-03-082-1/+4
* Support XMLTABLE query expressionAlvaro Herrera2017-03-082-0/+9
* Preparatory refactoring for parallel merge join support.Robert Haas2017-03-071-1/+3
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-153-2/+5
* Replace min_parallel_relation_size with two new GUCs.Robert Haas2017-02-151-1/+2
* Refactor bitmap heap scan estimation of heap pages fetched.Robert Haas2017-01-271-0/+2
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-183-1/+7
* Improve RLS planning by marking individual quals with security levels.Tom Lane2017-01-183-10/+7
* Fix matching of boolean index columns to sort ordering.Tom Lane2017-01-151-0/+2
* Update copyright via script for 2017Bruce Momjian2017-01-0325-25/+25
* Speed up planner's scanning for parallel-query hazards.Tom Lane2016-08-191-1/+2
* Avoid making a separate pass over the query to check for partializability.Tom Lane2016-06-261-20/+0
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-264-10/+7
* Simplify planner's final setup of Aggrefs for partial aggregation.Tom Lane2016-06-262-1/+2
* Refactor planning of projection steps that don't need a Result plan node.Tom Lane2016-06-211-2/+1
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-183-2/+6
* Try again to fix the way the scanjoin_target is used with partial paths.Robert Haas2016-06-171-1/+2
* Invent min_parallel_relation_size GUC to replace a hard-wired constant.Tom Lane2016-06-161-0/+1
* Refactor to reduce code duplication for function property checking.Tom Lane2016-06-101-3/+0
* pgindent run for 9.6Robert Haas2016-06-091-6/+7
* Eliminate "parallel degree" terminology.Robert Haas2016-06-092-3/+3
* Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane2016-06-072-3/+0
* Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane2016-04-291-0/+5
* Fix costing for parallel aggregation.Robert Haas2016-04-121-1/+2
* Redefine create_upper_paths_hook as being invoked once per upper relation.Tom Lane2016-04-121-2/+4
* Use Foreign Key relationships to infer multi-column join selectivitySimon Riggs2016-04-082-0/+3
* Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane2016-04-061-2/+3
* Support using index-only scans with partial indexes in more cases.Tom Lane2016-03-311-1/+1
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-292-2/+3
* Support parallel aggregation.Robert Haas2016-03-214-3/+25
* Directly modify foreign tables.Robert Haas2016-03-181-0/+2
* Provide a planner hook at a suitable place for creating upper-rel Paths.Tom Lane2016-03-141-0/+5
* Allow callers of create_foreignscan_path to specify nondefault PathTarget.Tom Lane2016-03-141-0/+1
* Re-export a few of createplan.c's make_xxx() functions.Tom Lane2016-03-121-0/+8
* Minor additional refactoring of planner.c's PathTarget handling.Tom Lane2016-03-111-0/+3