|
PostgreSQL Source Code git master
|
#include <fdwapi.h>
| AddForeignUpdateTargets_function FdwRoutine::AddForeignUpdateTargets |
Definition at line 229 of file fdwapi.h.
Referenced by add_row_identity_columns(), and postgres_fdw_handler().
| AnalyzeForeignTable_function FdwRoutine::AnalyzeForeignTable |
Definition at line 257 of file fdwapi.h.
Referenced by acquire_inherited_sample_rows(), analyze_rel(), file_fdw_handler(), and postgres_fdw_handler().
| BeginDirectModify_function FdwRoutine::BeginDirectModify |
Definition at line 242 of file fdwapi.h.
Referenced by ExecInitForeignScan(), make_modifytable(), and postgres_fdw_handler().
| BeginForeignInsert_function FdwRoutine::BeginForeignInsert |
Definition at line 238 of file fdwapi.h.
Referenced by CopyFrom(), ExecInitRoutingInfo(), and postgres_fdw_handler().
| BeginForeignModify_function FdwRoutine::BeginForeignModify |
Definition at line 231 of file fdwapi.h.
Referenced by ExecInitModifyTable(), and postgres_fdw_handler().
| BeginForeignScan_function FdwRoutine::BeginForeignScan |
Definition at line 212 of file fdwapi.h.
Referenced by ExecInitForeignScan(), file_fdw_handler(), and postgres_fdw_handler().
| EndDirectModify_function FdwRoutine::EndDirectModify |
Definition at line 244 of file fdwapi.h.
Referenced by ExecEndForeignScan(), make_modifytable(), and postgres_fdw_handler().
| EndForeignInsert_function FdwRoutine::EndForeignInsert |
Definition at line 239 of file fdwapi.h.
Referenced by CopyFrom(), ExecCleanupTupleRouting(), and postgres_fdw_handler().
| EndForeignModify_function FdwRoutine::EndForeignModify |
Definition at line 237 of file fdwapi.h.
Referenced by ExecEndModifyTable(), and postgres_fdw_handler().
| EndForeignScan_function FdwRoutine::EndForeignScan |
Definition at line 215 of file fdwapi.h.
Referenced by ExecEndForeignScan(), file_fdw_handler(), and postgres_fdw_handler().
| EstimateDSMForeignScan_function FdwRoutine::EstimateDSMForeignScan |
Definition at line 267 of file fdwapi.h.
Referenced by ExecForeignScanEstimate().
| ExecForeignBatchInsert_function FdwRoutine::ExecForeignBatchInsert |
Definition at line 233 of file fdwapi.h.
Referenced by CopyFrom(), CopyMultiInsertBufferFlush(), ExecBatchInsert(), ExecInitModifyTable(), ExecInitRoutingInfo(), and postgres_fdw_handler().
| ExecForeignDelete_function FdwRoutine::ExecForeignDelete |
Definition at line 236 of file fdwapi.h.
Referenced by CheckValidResultRel(), ExecDelete(), postgres_fdw_handler(), and relation_is_updatable().
| ExecForeignInsert_function FdwRoutine::ExecForeignInsert |
Definition at line 232 of file fdwapi.h.
Referenced by CheckValidResultRel(), CopyFrom(), ExecInsert(), postgres_fdw_handler(), and relation_is_updatable().
| ExecForeignTruncate_function FdwRoutine::ExecForeignTruncate |
Definition at line 263 of file fdwapi.h.
Referenced by ExecuteTruncateGuts(), postgres_fdw_handler(), and truncate_check_rel().
| ExecForeignUpdate_function FdwRoutine::ExecForeignUpdate |
Definition at line 235 of file fdwapi.h.
Referenced by CheckValidResultRel(), ExecUpdate(), postgres_fdw_handler(), and relation_is_updatable().
| ExplainDirectModify_function FdwRoutine::ExplainDirectModify |
Definition at line 254 of file fdwapi.h.
Referenced by postgres_fdw_handler(), and show_foreignscan_info().
| ExplainForeignModify_function FdwRoutine::ExplainForeignModify |
Definition at line 253 of file fdwapi.h.
Referenced by postgres_fdw_handler(), and show_modifytable_info().
| ExplainForeignScan_function FdwRoutine::ExplainForeignScan |
Definition at line 252 of file fdwapi.h.
Referenced by file_fdw_handler(), postgres_fdw_handler(), and show_foreignscan_info().
| ForeignAsyncConfigureWait_function FdwRoutine::ForeignAsyncConfigureWait |
Definition at line 279 of file fdwapi.h.
Referenced by postgres_fdw_handler().
| ForeignAsyncNotify_function FdwRoutine::ForeignAsyncNotify |
Definition at line 280 of file fdwapi.h.
Referenced by postgres_fdw_handler().
| ForeignAsyncRequest_function FdwRoutine::ForeignAsyncRequest |
Definition at line 278 of file fdwapi.h.
Referenced by postgres_fdw_handler().
| GetForeignJoinPaths_function FdwRoutine::GetForeignJoinPaths |
Definition at line 223 of file fdwapi.h.
Referenced by postgres_fdw_handler().
| GetForeignModifyBatchSize_function FdwRoutine::GetForeignModifyBatchSize |
Definition at line 234 of file fdwapi.h.
Referenced by CopyFrom(), ExecInitModifyTable(), ExecInitRoutingInfo(), and postgres_fdw_handler().
| GetForeignPaths_function FdwRoutine::GetForeignPaths |
Definition at line 210 of file fdwapi.h.
Referenced by file_fdw_handler(), and postgres_fdw_handler().
| GetForeignPlan_function FdwRoutine::GetForeignPlan |
Definition at line 211 of file fdwapi.h.
Referenced by file_fdw_handler(), and postgres_fdw_handler().
| GetForeignRelSize_function FdwRoutine::GetForeignRelSize |
Definition at line 209 of file fdwapi.h.
Referenced by file_fdw_handler(), and postgres_fdw_handler().
| GetForeignRowMarkType_function FdwRoutine::GetForeignRowMarkType |
Definition at line 247 of file fdwapi.h.
Referenced by select_rowmark_type().
| GetForeignUpperPaths_function FdwRoutine::GetForeignUpperPaths |
Definition at line 226 of file fdwapi.h.
Referenced by create_partial_grouping_paths(), and postgres_fdw_handler().
| ImportForeignSchema_function FdwRoutine::ImportForeignSchema |
Definition at line 260 of file fdwapi.h.
Referenced by ImportForeignSchema(), and postgres_fdw_handler().
| InitializeDSMForeignScan_function FdwRoutine::InitializeDSMForeignScan |
Definition at line 268 of file fdwapi.h.
Referenced by ExecForeignScanInitializeDSM().
| InitializeWorkerForeignScan_function FdwRoutine::InitializeWorkerForeignScan |
Definition at line 270 of file fdwapi.h.
Referenced by ExecForeignScanInitializeWorker().
| IsForeignPathAsyncCapable_function FdwRoutine::IsForeignPathAsyncCapable |
Definition at line 277 of file fdwapi.h.
Referenced by mark_async_capable_plan(), and postgres_fdw_handler().
| IsForeignRelUpdatable_function FdwRoutine::IsForeignRelUpdatable |
Definition at line 240 of file fdwapi.h.
Referenced by CheckValidResultRel(), postgres_fdw_handler(), and relation_is_updatable().
| IsForeignScanParallelSafe_function FdwRoutine::IsForeignScanParallelSafe |
Definition at line 266 of file fdwapi.h.
Referenced by file_fdw_handler().
| IterateDirectModify_function FdwRoutine::IterateDirectModify |
Definition at line 243 of file fdwapi.h.
Referenced by ForeignNext(), make_modifytable(), and postgres_fdw_handler().
| IterateForeignScan_function FdwRoutine::IterateForeignScan |
Definition at line 213 of file fdwapi.h.
Referenced by file_fdw_handler(), ForeignNext(), and postgres_fdw_handler().
| PlanDirectModify_function FdwRoutine::PlanDirectModify |
Definition at line 241 of file fdwapi.h.
Referenced by make_modifytable(), and postgres_fdw_handler().
| PlanForeignModify_function FdwRoutine::PlanForeignModify |
Definition at line 230 of file fdwapi.h.
Referenced by make_modifytable(), and postgres_fdw_handler().
| RecheckForeignScan_function FdwRoutine::RecheckForeignScan |
Definition at line 249 of file fdwapi.h.
Referenced by ForeignRecheck(), and postgres_fdw_handler().
| RefetchForeignRow_function FdwRoutine::RefetchForeignRow |
Definition at line 248 of file fdwapi.h.
Referenced by CheckValidRowMarkRel(), EvalPlanQualFetchRowMark(), and ExecLockRows().
| ReInitializeDSMForeignScan_function FdwRoutine::ReInitializeDSMForeignScan |
Definition at line 269 of file fdwapi.h.
Referenced by ExecForeignScanReInitializeDSM().
| ReparameterizeForeignPathByChild_function FdwRoutine::ReparameterizeForeignPathByChild |
| ReScanForeignScan_function FdwRoutine::ReScanForeignScan |
Definition at line 214 of file fdwapi.h.
Referenced by ExecReScanForeignScan(), file_fdw_handler(), and postgres_fdw_handler().
| ShutdownForeignScan_function FdwRoutine::ShutdownForeignScan |
Definition at line 271 of file fdwapi.h.
Referenced by ExecShutdownForeignScan().