postgresql/src/backend/commands
Andres Freund ea15e18677 Remove obsoleted code relating to targetlist SRF evaluation.
Since 69f4b9c plain expression evaluation (and thus normal projection)
can't return sets of tuples anymore. Thus remove code dealing with
that possibility.

This will require adjustments in external code using
ExecEvalExpr()/ExecProject() - that should neither be hard nor very
common.

Author: Andres Freund and Tom Lane
Discussion: https://postgr.es/m/20160822214023.aaxz5l4igypowyri@alap3.anarazel.de
2017-01-19 14:40:41 -08:00
..
Makefile Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
aggregatecmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
alter.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
amcmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
analyze.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
async.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
cluster.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
collationcmds.c Avoid conflicts with collation aliases generated by stripping. 2017-01-18 13:44:19 -05:00
comment.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
constraint.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
conversioncmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
copy.c Remove obsoleted code relating to targetlist SRF evaluation. 2017-01-19 14:40:41 -08:00
createas.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
dbcommands.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
define.c Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
discard.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
dropcmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
event_trigger.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
explain.c Move targetlist SRF handling from expression evaluation to new executor node. 2017-01-18 13:40:27 -08:00
extension.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
foreigncmds.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
functioncmds.c Make messages mentioning type names more uniform 2017-01-18 16:08:20 -03:00
indexcmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
lockcmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
matview.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
opclasscmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
operatorcmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
policy.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
portalcmds.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
prepare.c Remove obsoleted code relating to targetlist SRF evaluation. 2017-01-19 14:40:41 -08:00
proclang.c Make messages mentioning type names more uniform 2017-01-18 16:08:20 -03:00
schemacmds.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00
seclabel.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
sequence.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
tablecmds.c Remove obsoleted code relating to targetlist SRF evaluation. 2017-01-19 14:40:41 -08:00
tablespace.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
trigger.c Make messages mentioning type names more uniform 2017-01-18 16:08:20 -03:00
tsearchcmds.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
typecmds.c Remove obsoleted code relating to targetlist SRF evaluation. 2017-01-19 14:40:41 -08:00
user.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
vacuum.c Fix race condition in reading commit timestamps 2017-01-19 18:24:17 -03:00
vacuumlazy.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
variable.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
view.c Change representation of statement lists, and add statement location info. 2017-01-14 16:02:35 -05:00