aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/relnode.c
Commit message (Expand)AuthorAge
* Split create_foreignscan_path() into three functions.Tom Lane2019-02-07
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Move inheritance expansion code into its own fileAlvaro Herrera2019-01-10
* Update copyright for 2019Bruce Momjian2019-01-02
* Disable support for partitionwise joins in problematic cases.Etsuro Fujita2018-08-31
* Allow direct lookups of AppendRelInfo by child relidAlvaro Herrera2018-06-26
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-20
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Faster partition pruningAlvaro Herrera2018-04-06
* Rename enable_partition_wise_join to enable_partitionwise_joinPeter Eisentraut2018-02-16
* Fix possible crash in partition-wise join.Robert Haas2018-02-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Fix incorrect comment.Robert Haas2017-11-10
* Basic partition-wise join functionality.Robert Haas2017-10-06
* Associate partitioning information with each RelOptInfo.Robert Haas2017-09-20
* Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane2017-09-06
* Assorted preparatory refactoring for partition-wise join.Robert Haas2017-08-15
* 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
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-07
* Abstract logic to allow for multiple kinds of child rels.Robert Haas2017-04-03
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Some preliminary refactoring towards partitionwise join.Robert Haas2017-03-14
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Improve RLS planning by marking individual quals with security levels.Tom Lane2017-01-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix get_relation_info name typo'ed in a commentAlvaro Herrera2016-11-28
* Speed up planner's scanning for parallel-query hazards.Tom Lane2016-08-19
* Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane2016-07-15
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-18
* Remove reltarget_has_non_vars flag.Tom Lane2016-06-10
* pgindent run for 9.6Robert Haas2016-06-09
* Don't generate parallel paths for rels with parallel-restricted outputs.Robert Haas2016-06-09
* Eliminate "parallel degree" terminology.Robert Haas2016-06-09
* Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane2016-04-29
* Add a 'parallel_degree' reloption.Robert Haas2016-04-08
* Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane2016-04-06
* Don't require a user mapping for FDWs to work.Robert Haas2016-03-28
* Fix typos.Robert Haas2016-03-15
* Rethink representation of PathTargets.Tom Lane2016-03-14
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Add an explicit representation of the output targetlist to Paths.Tom Lane2016-02-18
* Only try to push down foreign joins if the user mapping OIDs match.Robert Haas2016-01-28
* Support parallel joins, and make related improvements.Robert Haas2016-01-20
* Update copyright for 2016Bruce Momjian2016-01-02
* Get rid of the planner's LateralJoinInfo data structure.Tom Lane2015-12-11
* Still more fixes for planner's handling of LATERAL references.Tom Lane2015-12-11
* Simplify LATERAL-related calculations within add_paths_to_joinrel().Tom Lane2015-12-07