summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeNamedtuplestorescan.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-1/+2
* Don't require return slots for nodes without projection.Andres Freund2018-11-091-10/+11
* Use the correct tuplestore read pointer in a NamedTuplestoreScan.Tom Lane2018-02-271-0/+2
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-161-13/+8
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-301-2/+5
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-161-0/+1
* Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.Robert Haas2017-05-091-1/+1
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-0/+198