aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/allpaths.c
Commit message (Expand)AuthorAge
* Add GUC enable_partition_pruningAlvaro Herrera2018-04-23
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* Faster partition pruningAlvaro Herrera2018-04-06
* Postpone generate_gather_paths for topmost scan/join rel.Robert Haas2018-03-29
* Implement partition-wise grouping/aggregation.Robert Haas2018-03-22
* Fix typo in add_paths_to_append_rel()Stephen Frost2018-03-14
* Let Parallel Append over simple UNION ALL have partial subpaths.Robert Haas2018-03-13
* Add a new upper planner relation for partially-aggregated results.Robert Haas2018-02-26
* Rename enable_partition_wise_join to enable_partitionwise_joinPeter Eisentraut2018-02-16
* Fix possible crash in partition-wise join.Robert Haas2018-02-05
* Support parallel btree index builds.Robert Haas2018-02-02
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Add missing "return" statement to accumulate_append_subpath.Robert Haas2018-01-10
* Update copyright for 2018Bruce Momjian2018-01-02
* Remove bug from OPTIMIZER_DEBUG code for partition-wise join.Robert Haas2017-12-12
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* Clarify old comment about qual_is_pushdown_safe's handling of subplans.Tom Lane2017-11-28
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Fix code related to partitioning schemes for dropped columns.Robert Haas2017-10-31
* Fix typosMagnus Hagander2017-10-19
* Basic partition-wise join functionality.Robert Haas2017-10-06
* Fix typo.Robert Haas2017-09-20
* Expand partitioned table RTEs level by level, without flattening.Robert Haas2017-09-14
* Set partitioned_rels appropriately when UNION ALL is used.Robert Haas2017-09-14
* Teach adjust_appendrel_attrs(_multilevel) to do multiple translations.Robert Haas2017-08-15
* Update comment to account for table partitioning.Robert Haas2017-06-22
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Abstract logic to allow for multiple kinds of child rels.Robert Haas2017-04-03
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Don't scan partitioned tables.Robert Haas2017-03-21
* Some preliminary refactoring towards partitionwise join.Robert Haas2017-03-14
* Fix regression in parallel planning against inheritance tables.Robert Haas2017-03-14
* Add a Gather Merge executor node.Robert Haas2017-03-09
* Support parallel bitmap heap scans.Robert Haas2017-03-08
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Preparatory refactoring for parallel merge join support.Robert Haas2017-03-07
* Make more use of castNode()Peter Eisentraut2017-02-21
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Replace min_parallel_relation_size with two new GUCs.Robert Haas2017-02-15
* Fix Assert failure induced by commit 215b43cdc.Tom Lane2017-01-19
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Factor out logic for computing number of parallel workers.Robert Haas2017-01-18
* Improve RLS planning by marking individual quals with security levels.Tom Lane2017-01-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix incorrect variable type in set_rel_consider_parallel().Tom Lane2016-11-29
* Disallow pushing volatile quals past set-returning functions.Tom Lane2016-09-27
* Improve parser's and planner's handling of set-returning functions.Tom Lane2016-09-13
* Guard against parallel-restricted functions in VALUES expressions.Tom Lane2016-08-19