summaryrefslogtreecommitdiff
path: root/src/include/foreign/fdwapi.h
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-04-16Clean up more indent breakage from 6377e12a5.Tom Lane
2024-04-16revert: Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-03-30Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-27Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-01-20Implement support for bulk inserts in postgres_fdwTomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-01Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund
2019-01-29Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-06Allow insert and update tuple routing and COPY for foreign tables.Robert Haas
2018-04-02postgres_fdw: Push down partition-wise aggregation.Robert Haas
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-06Basic partition-wise join functionality.Robert Haas
2017-08-30Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-02-26Allow custom and foreign scans to have shutdown callbacks.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-07-01Rethink the GetForeignUpperPaths API (again).Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-03-18Directly modify foreign tables.Robert Haas
2016-03-15Add a GetForeignUpperPaths callback function for FDWs.Tom Lane
2016-02-26Add new FDW API to test for parallel-safety.Robert Haas
2016-02-04Add some additional core functions to support join pushdown for FDWs.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-05-12Add support for doing late row locking in FDWs.Tom Lane
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-07-10Implement IMPORT FOREIGN SCHEMA.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-06-12Improve updatability checking for views and foreign tables.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-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-06Dept of second thoughts: improve the API for AnalyzeForeignTable.Tom Lane