postgresql/src/backend/optimizer/util
Robert Haas 5262f7a4fc Add optimizer and executor support for parallel index scans.
In combination with 569174f1be, which
taught the btree AM how to perform parallel index scans, this allows
parallel index scan plans on btree indexes.  This infrastructure
should be general enough to support parallel index scans for other
index AMs as well, if someone updates them to support parallel
scans.

Amit Kapila, reviewed and tested by Anastasia Lubennikova, Tushar
Ahuja, and Haribabu Kommi, and me.
2017-02-15 13:53:24 -05:00
..
clauses.c Allow parallel workers to execute subplans. 2017-02-14 18:16:03 -05:00
joininfo.c Fix typos in comments. 2017-02-06 11:33:58 +02:00
Makefile
orclauses.c Improve RLS planning by marking individual quals with security levels. 2017-01-18 12:58:20 -05:00
pathnode.c Add optimizer and executor support for parallel index scans. 2017-02-15 13:53:24 -05:00
placeholder.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
plancat.c Add optimizer and executor support for parallel index scans. 2017-02-15 13:53:24 -05:00
predtest.c Remove obsoleted code relating to targetlist SRF evaluation. 2017-01-19 14:40:41 -08:00
relnode.c Improve RLS planning by marking individual quals with security levels. 2017-01-18 12:58:20 -05:00
restrictinfo.c Fix typos in comments. 2017-02-06 11:33:58 +02:00
tlist.c Fix mishandling of tSRFs at different nesting levels. 2017-02-02 16:38:18 -05:00
var.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00