index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
/
relnode.c
Commit message (
Expand
)
Author
Age
*
Fix typo in comment.
Etsuro Fujita
2019-11-27
*
Ensure that foreign scans with lateral refs are planned correctly.
Tom Lane
2019-02-07
*
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
*
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-26
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Faster partition pruning
Alvaro Herrera
2018-04-06
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
*
Fix possible crash in partition-wise join.
Robert Haas
2018-02-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Fix incorrect comment.
Robert Haas
2017-11-10
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Associate partitioning information with each RelOptInfo.
Robert Haas
2017-09-20
*
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-09-06
*
Assorted preparatory refactoring for partition-wise join.
Robert Haas
2017-08-15
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Some preliminary refactoring towards partitionwise join.
Robert Haas
2017-03-14
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix get_relation_info name typo'ed in a comment
Alvaro Herrera
2016-11-28
*
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-08-19
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
*
Remove reltarget_has_non_vars flag.
Tom Lane
2016-06-10
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Don't generate parallel paths for rels with parallel-restricted outputs.
Robert Haas
2016-06-09
*
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-09
*
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-29
*
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-08
*
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-06
*
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-28
*
Fix typos.
Robert Haas
2016-03-15
*
Rethink representation of PathTargets.
Tom Lane
2016-03-14
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-18
*
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
*
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-11
*
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-07
*
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-12-07
*
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-11-11
[next]