summaryrefslogtreecommitdiff
path: root/src/backend/foreign/foreign.c
AgeCommit message (Expand)Author
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
2009-02-24Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-19SQL/MED catalog manipulation facilitiesPeter Eisentraut