postgresql/src/include/optimizer
Simon Riggs f6d208d6e5 TABLESAMPLE, SQL Standard and extensible
Add a TABLESAMPLE clause to SELECT statements that allows
user to specify random BERNOULLI sampling or block level
SYSTEM sampling. Implementation allows for extensible
sampling functions to be written, using a standard API.
Basic version follows SQLStandard exactly. Usable
concrete use cases for the sampling API follow in later
commits.

Petr Jelinek

Reviewed by Michael Paquier and Simon Riggs
2015-05-15 14:37:10 -04:00
..
clauses.h Improve qual pushdown for RLS and SB views 2015-04-27 12:29:42 -04:00
cost.h TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00
geqo.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
geqo_copy.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
geqo_gene.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
geqo_misc.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
geqo_mutation.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
geqo_pool.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
geqo_random.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
geqo_recombination.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
geqo_selection.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
joininfo.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
orclauses.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pathnode.h TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00
paths.h Code review for foreign/custom join pushdown patch. 2015-05-10 14:36:36 -04:00
placeholder.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
plancat.h Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 2015-05-08 05:43:10 +02:00
planmain.h Code review for foreign/custom join pushdown patch. 2015-05-10 14:36:36 -04:00
planner.h Allow foreign tables to participate in inheritance. 2015-03-22 13:53:21 -04:00
predtest.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
prep.h Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 2015-05-08 05:43:10 +02:00
restrictinfo.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
subselect.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
tlist.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
var.h Update copyright for 2015 2015-01-06 11:43:47 -05:00