summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeForeignscan.c
AgeCommit message (Expand)Author
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2023-09-28Remove obsolete executor cleanup codeAmit Langote
2023-01-02Update copyright for 2023Bruce Momjian
2022-02-03Fix compiler warning in non-assert builds, introduced in f862d57057f.Andres Freund
2022-02-03Further fix for EvalPlanQual with mix of local and foreign partitions.Etsuro Fujita
2022-01-28Fix typo in comment.Etsuro Fujita
2022-01-07Update copyright for 2022Bruce Momjian
2021-09-15Remove arbitrary 64K-or-so limit on rangetable size.Tom Lane
2021-09-07Fix missing words in comment.Heikki Linnakangas
2021-08-12Fix segfault during EvalPlanQual with mix of local and foreign partitions.Heikki Linnakangas
2021-05-12Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-14Include result relation info in direct modify ForeignScan nodes.Heikki Linnakangas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-02-26Store table oid and tuple's tid in tuple slots directly.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-15Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-15Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund
2018-11-09Don'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-03-26JIT tuple deforming in LLVM JIT provider.Andres Freund
2018-02-16Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-16Provide 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-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-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-09pgindent run for 9.6Robert Haas
2016-03-18Directly modify foreign tables.Robert Haas
2016-02-03Allow parallel custom and foreign scans.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-08Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas
2015-10-15Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas
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-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-04-27Incidental cleanup of matviews code.Tom Lane
2013-03-10Support writable foreign tables.Tom Lane
2013-03-06Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian