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
*
Rename find_em_expr_usable_for_sorting_rel.
Tom Lane
2021-04-20
*
Fix planner failure in some cases of sorting by an aggregate.
Tom Lane
2021-04-20
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve find_em_expr_usable_for_sorting_rel comment
Tomas Vondra
2020-12-22
*
Don't search for volatile expr in find_em_expr_usable_for_sorting_rel
Tomas Vondra
2020-12-21
*
Disallow SRFs when considering sorts below Gather Merge
Tomas Vondra
2020-12-21
*
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
2020-12-21
*
Fix get_useful_pathkeys_for_relation for volatile expressions
Tomas Vondra
2020-11-03
*
Fix foreign-key selectivity estimation in the presence of constants.
Tom Lane
2020-10-28
*
Optimize a few list_delete_ptr calls
David Rowley
2020-10-22
*
Build EC members for child join rels in the right memory context.
Tom Lane
2020-10-06
*
Fix two latent(?) bugs in equivclass.c.
Tom Lane
2020-10-05
*
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-19
*
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-11-05
*
Adjust overly strict Assert
David Rowley
2019-07-22
*
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-21
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
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
[next]