summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeNamedtuplestorescan.c
AgeCommit message (Expand)Author
2017-07-30Move ExecProcNode from dispatch to function pointer based model.Andres Freund
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-10Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.Robert Haas
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner