aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeNamedtuplestorescan.c
Commit message (Expand)AuthorAge
* Use the correct tuplestore read pointer in a NamedTuplestoreScan.Tom Lane2018-02-27
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-30
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.Robert Haas2017-05-09
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31