summaryrefslogtreecommitdiff
path: root/src/backend/foreign
AgeCommit message (Expand)Author
2026-08-05CREATE SUBSCRIPTION: do not construct conninfo unnecessarily.Jeff Davis
2026-08-05For subscription DDL, demote user mapping checks to WARNING.Jeff Davis
2026-03-30Remove bits* typedefs.Nathan Bossart
2026-03-24Refactor to remove ForeignServerName().Jeff Davis
2026-03-24GetSubscription(): use per-object memory context.Jeff Davis
2026-03-16Reduce header inclusions via execnodes.hÁlvaro Herrera
2026-03-13Add error code to user-visible message.Jeff Davis
2026-03-11Fix use of volatile.Jeff Davis
2026-03-06CREATE SUBSCRIPTION ... SERVER.Jeff Davis
2026-01-01Update copyright for 2026Bruce Momjian
2025-12-09Use palloc_object() and palloc_array() in backend codeMichael Paquier
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