index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeForeignscan.c
Age
Commit message (
Expand
)
Author
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-09-28
Remove obsolete executor cleanup code
Amit Langote
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-02-03
Fix compiler warning in non-assert builds, introduced in f862d57057f.
Andres Freund
2022-02-03
Further fix for EvalPlanQual with mix of local and foreign partitions.
Etsuro Fujita
2022-01-28
Fix typo in comment.
Etsuro Fujita
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-09-15
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-07
Fix missing words in comment.
Heikki Linnakangas
2021-08-12
Fix segfault during EvalPlanQual with mix of local and foreign partitions.
Heikki Linnakangas
2021-05-12
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-14
Include result relation info in direct modify ForeignScan nodes.
Heikki Linnakangas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-02-26
Store table oid and tuple's tid in tuple slots directly.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-15
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
Rejigger materializing and fetching a HeapTuple from a slot.
Andres Freund
2018-11-09
Don't require return slots for nodes without projection.
Andres Freund
2018-10-06
Restore sane locking behavior during parallel query.
Tom Lane
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-03-26
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-02-16
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-16
Provide DSM segment to ExecXXXInitializeWorker functions.
Andres Freund
2017-08-30
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-07-30
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-06-05
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-02-26
Allow custom and foreign scans to have shutdown callbacks.
Robert Haas
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-06-09
pgindent run for 9.6
Robert Haas
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-02-03
Allow parallel custom and foreign scans.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-05-10
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-01
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-04-27
Incidental cleanup of matviews code.
Tom Lane
2013-03-10
Support writable foreign tables.
Tom Lane
2013-03-06
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
[next]