summaryrefslogtreecommitdiff
path: root/src/backend/foreign
AgeCommit message (Expand)Author
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
2014-07-10Implement IMPORT FOREIGN SCHEMA.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-03-07Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane
2013-02-21Add postgres_fdw contrib module.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-28Split heapam_xlog.h from heapam.hAlvaro Herrera
2012-03-07Add GetForeignColumnOptions() to foreign.c, and add some documentation.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-13deflist_to_tuplestore dumped core on an option with no value.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut
2011-04-01Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas
2011-02-20Implement an API to let foreign-data wrappers actually be functional.Tom Lane
2011-02-19Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-23Always pass catalog id to the options validator function specified inHeikki Linnakangas
2009-06-11Somebody seems to have thought they could get away without checking forTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian