postgresql/src/backend/optimizer/path
Tom Lane 801386af62 Clarify old comment about qual_is_pushdown_safe's handling of subplans.
This comment glossed over the difference between initplans and subplans,
but they are indeed different for our purposes here.
2017-11-28 23:32:17 -05:00
..
Makefile Extract restriction OR clauses whether or not they are indexable. 2013-12-30 12:24:37 -05:00
allpaths.c Clarify old comment about qual_is_pushdown_safe's handling of subplans. 2017-11-28 23:32:17 -05:00
clausesel.c Distinguish selectivity of < from <= and > from >=. 2017-09-13 11:12:39 -04:00
costsize.c Add parallel_leader_participation GUC. 2017-11-15 08:23:18 -05:00
equivclass.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
indxpath.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
joinpath.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
joinrels.c Add hash partitioning. 2017-11-09 18:07:44 -05:00
pathkeys.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
tidpath.c Improve RLS planning by marking individual quals with security levels. 2017-01-18 12:58:20 -05:00