summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeForeignscan.c
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-02-27Store table oid and tuple's tid in tuple slots directly.Andres Freund
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-15Rejigger materializing and fetching a HeapTuple from a slot.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-03-26JIT tuple deforming in LLVM JIT provider.Andres Freund
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-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-07Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-20Implement an API to let foreign-data wrappers actually be functional.Tom Lane