summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeCustom.c
Commit message (Expand)AuthorAgeFilesLines
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-291-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+1
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-3/+4
* Don't require return slots for nodes without projection.Andres Freund2018-11-091-1/+1
* Restore sane locking behavior during parallel query.Tom Lane2018-10-061-1/+1
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-041-4/+0
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-161-12/+8
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund2017-11-161-3/+4
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-301-0/+15
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-301-2/+9
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-301-0/+3
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-051-1/+1
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-6/+2
* Allow custom and foreign scans to have shutdown callbacks.Robert Haas2017-02-261-0/+9
* Use the new castNode() macro in a number of places.Andres Freund2017-01-261-2/+2
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-191-2/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Allow parallel custom and foreign scans.Robert Haas2016-02-031-0/+45
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Improve some messagesPeter Eisentraut2015-12-101-2/+2
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-101-17/+38
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-011-10/+24
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Introduce custom path and scan providers.Robert Haas2014-11-071-0/+126