summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeCustom.c
AgeCommit message (Expand)Author
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-28Remove obsolete executor cleanup codeAmit Langote
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-23Support for custom slots in the custom executor nodesAlexander Korotkov
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-15Remove arbitrary 64K-or-so limit on rangetable size.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-01-29Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-10Don't require return slots for nodes without projection.Andres Freund
2018-10-06Restore sane locking behavior during parallel query.Tom Lane
2018-10-04Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane
2018-02-17Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-17Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund
2017-08-30Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane
2017-07-30Move ExecProcNode from dispatch to function pointer based model.Andres Freund
2017-07-30Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund
2017-06-05Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-02-26Allow custom and foreign scans to have shutdown callbacks.Robert Haas
2017-01-27Use the new castNode() macro in a number of places.Andres Freund
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-02-03Allow parallel custom and foreign scans.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-11Improve some messagesPeter Eisentraut
2015-05-10Code review for foreign/custom join pushdown patch.Tom Lane
2015-05-01Allow FDWs and custom scan providers to replace joins with scans.Robert Haas
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-07Introduce custom path and scan providers.Robert Haas