summaryrefslogtreecommitdiff
path: root/src/backend/foreign
AgeCommit message (Expand)Author
2025-05-08Track the number of presorted outer pathkeys in MergePathRichard Guo
2025-05-08Suppress unnecessary explicit sorting for EPQ mergejoin pathRichard Guo
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-08Improve style of two code pathsMichael Paquier
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-30Improve "user mapping not found" error messagePeter Eisentraut
2023-05-21Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-16Adjust assorted hint messages that list all valid options.Peter Eisentraut
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-02-24Clean up and simplify code in a couple of set-returning functionsMichael Paquier
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-26Improve HINT message that FDW reports when there are no valid options.Fujii Masao
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-03Small code simplificationsPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-13Introduce new extended routines for FDW and foreign server lookupsMichael Paquier
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-16Correct constness of a few variables.Andres Freund
2018-02-19Remove bogus "extern" annotations on function definitions.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-04-04Abstract logic to allow for multiple kinds of child rels.Robert Haas
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-07-22Remove GetUserMappingId() and GetUserMappingById().Tom Lane
2016-07-15Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane
2016-04-11Fix whitespacePeter Eisentraut
2016-03-29Don't require a user mapping for FDWs to work.Robert Haas
2016-03-10Remove a couple of useless pstrdup() calls.Tom Lane
2016-02-05Remove parallel-safety check from GetExistingLocalJoinPath.Robert Haas
2016-02-04Add some additional core functions to support join pushdown for FDWs.Robert Haas
2016-01-28Only try to push down foreign joins if the user mapping OIDs match.Robert Haas
2016-01-28Avoid multiple foreign server connections when all use same user mapping.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
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