aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeForeignscan.c
Commit message (Expand)AuthorAge
* Update copyrights for 2020Bruce Momjian2020-01-01
* Store table oid and tuple's tid in tuple slots directly.Andres Freund2019-02-26
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund2018-11-15
* Don't require return slots for nodes without projection.Andres Freund2018-11-09
* Restore sane locking behavior during parallel query.Tom Lane2018-10-06
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-26
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund2017-11-16
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-30
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-30
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-05
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Allow custom and foreign scans to have shutdown callbacks.Robert Haas2017-02-26
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pgindent run for 9.6Robert Haas2016-06-09
* Directly modify foreign tables.Robert Haas2016-03-18
* Allow parallel custom and foreign scans.Robert Haas2016-02-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas2015-12-08
* Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas2015-10-15
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-01
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Incidental cleanup of matviews code.Tom Lane2013-04-27
* Support writable foreign tables.Tom Lane2013-03-10
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-06
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20