summaryrefslogtreecommitdiff
path: root/src/backend/foreign
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Introduce new extended routines for FDW and foreign server lookupsMichael Paquier2018-12-141-2/+34
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-3/+6
* Correct constness of a few variables.Andres Freund2018-10-151-3/+3
* Remove bogus "extern" annotations on function definitions.Tom Lane2018-02-191-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-1/+1
* Abstract logic to allow for multiple kinds of child rels.Robert Haas2017-04-031-3/+3
* Spelling fixes in code commentsPeter Eisentraut2017-03-141-1/+1
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-4/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Remove GetUserMappingId() and GetUserMappingById().Tom Lane2016-07-221-105/+17
* Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane2016-07-151-28/+10
* Fix whitespacePeter Eisentraut2016-04-111-1/+1
* Don't require a user mapping for FDWs to work.Robert Haas2016-03-281-9/+27
* Remove a couple of useless pstrdup() calls.Tom Lane2016-03-091-2/+2
* Remove parallel-safety check from GetExistingLocalJoinPath.Robert Haas2016-02-051-5/+4
* Add some additional core functions to support join pushdown for FDWs.Robert Haas2016-02-041-2/+162
* Only try to push down foreign joins if the user mapping OIDs match.Robert Haas2016-01-281-17/+57
* Avoid multiple foreign server connections when all use same user mapping.Robert Haas2016-01-281-0/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-101-12/+30
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-011-5/+16
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-101-0/+41
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-061-0/+46
* Add postgres_fdw contrib module.Tom Lane2013-02-211-2/+6
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-281-0/+1
* Add GetForeignColumnOptions() to foreign.c, and add some documentation.Tom Lane2012-03-071-2/+35
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* deflist_to_tuplestore dumped core on an option with no value.Tom Lane2011-09-131-2/+11
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-8/+0
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-111-3/+0
* Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-011-41/+41
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-201-18/+141
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-191-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-202-2/+2
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-21/+11
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Always pass catalog id to the options validator function specified inHeikki Linnakangas2009-12-231-3/+3
* Somebody seems to have thought they could get away without checking forTom Lane2009-06-111-2/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-54/+55
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-246-275/+101
* Update copyright for 2009.Bruce Momjian2009-01-013-6/+6