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
/
path
/
equivclass.c
Commit message (
Expand
)
Author
Age
*
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-19
*
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-11-05
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Avoid combinatorial explosion in add_child_rel_equivalences().
Tom Lane
2019-06-13
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Speed up match_eclasses_to_foreign_key_col() when there are many ECs.
Tom Lane
2019-02-20
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-10
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix misprocessing of equivalence classes involving record_eq().
Tom Lane
2018-05-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.
Tom Lane
2017-10-08
*
Teach adjust_appendrel_attrs(_multilevel) to do multiple translations.
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
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
*
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
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
*
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-29
*
Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.
Tom Lane
2016-03-10
*
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-10
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-06
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add bms_get_singleton_member(), and use it where appropriate.
Tom Lane
2014-11-28
*
Fix some more problems with nested append relations.
Tom Lane
2014-10-01
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix EquivalenceClass processing for nested append relations.
Tom Lane
2014-03-28
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
2013-11-15
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
*
Redo postgres_fdw's planner code so it can handle parameterized paths.
Tom Lane
2013-03-21
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.
Tom Lane
2012-11-26
*
Prefer actual constants to pseudo-constants in equivalence class machinery.
Tom Lane
2012-10-26
*
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-18
*
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
*
Suppress creation of backwardly-indexed paths for LATERAL join clauses.
Tom Lane
2012-08-30
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
*
Weaken the planner's tests for relevant joinclauses.
Tom Lane
2012-04-13
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
*
Allow child-relation entries to be made in ec_has_const EquivalenceClasses.
Tom Lane
2012-03-02
*
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
[next]