postgresql/src/backend/optimizer/util
Kevin Grittner 18ce3a4ab2 Add infrastructure to support EphemeralNamedRelation references.
A QueryEnvironment concept is added, which allows new types of
objects to be passed into queries from parsing on through
execution.  At this point, the only thing implemented is a
collection of EphemeralNamedRelation objects -- relations which
can be referenced by name in queries, but do not exist in the
catalogs.  The only type of ENR implemented is NamedTuplestore, but
provision is made to add more types fairly easily.

An ENR can carry its own TupleDesc or reference a relation in the
catalogs by relid.

Although these features can be used without SPI, convenience
functions are added to SPI so that ENRs can easily be used by code
run through SPI.

The initial use of all this is going to be transition tables in
AFTER triggers, but that will be added to each PL as a separate
commit.

An incidental effect of this patch is to produce a more informative
error message if an attempt is made to modify the contents of a CTE
from a referencing DML statement.  No tests previously covered that
possibility, so one is added.

Kevin Grittner and Thomas Munro
Reviewed by Heikki Linnakangas, David Fetter, and Thomas Munro
with valuable comments and suggestions from many others
2017-03-31 23:17:18 -05:00
..
Makefile Extract restriction OR clauses whether or not they are indexable. 2013-12-30 12:24:37 -05:00
clauses.c Add infrastructure to support EphemeralNamedRelation references. 2017-03-31 23:17:18 -05:00
joininfo.c Fix typos in comments. 2017-02-06 11:33:58 +02:00
orclauses.c Make more use of castNode() 2017-02-21 11:59:09 -05:00
pathnode.c Add infrastructure to support EphemeralNamedRelation references. 2017-03-31 23:17:18 -05:00
placeholder.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
plancat.c Add infrastructure to support EphemeralNamedRelation references. 2017-03-31 23:17:18 -05:00
predtest.c Remove obsoleted code relating to targetlist SRF evaluation. 2017-01-19 14:40:41 -08:00
relnode.c Add infrastructure to support EphemeralNamedRelation references. 2017-03-31 23:17:18 -05:00
restrictinfo.c Make more use of castNode() 2017-02-21 11:59:09 -05:00
tlist.c Cast result of copyObject() to correct type 2017-03-28 21:59:23 -04:00
var.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00