index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
foreign
/
foreign.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Introduce new extended routines for FDW and foreign server lookups
Michael Paquier
2018-12-14
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Correct constness of a few variables.
Andres Freund
2018-10-15
*
Remove bogus "extern" annotations on function definitions.
Tom Lane
2018-02-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove GetUserMappingId() and GetUserMappingById().
Tom Lane
2016-07-22
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
*
Fix whitespace
Peter Eisentraut
2016-04-11
*
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-28
*
Remove a couple of useless pstrdup() calls.
Tom Lane
2016-03-09
*
Remove parallel-safety check from GetExistingLocalJoinPath.
Robert Haas
2016-02-05
*
Add some additional core functions to support join pushdown for FDWs.
Robert Haas
2016-02-04
*
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
*
Avoid multiple foreign server connections when all use same user mapping.
Robert Haas
2016-01-28
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
*
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-06
*
Add postgres_fdw contrib module.
Tom Lane
2013-02-21
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
*
Add GetForeignColumnOptions() to foreign.c, and add some documentation.
Tom Lane
2012-03-07
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
deflist_to_tuplestore dumped core on an option with no value.
Tom Lane
2011-09-13
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-04-01
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
*
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-19
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Always pass catalog id to the options validator function specified in
Heikki Linnakangas
2009-12-23
*
Somebody seems to have thought they could get away without checking for
Tom Lane
2009-06-11
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Add the possibility to specify an explicit validator function for foreign-data
Peter Eisentraut
2009-02-24
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
SQL/MED catalog manipulation facilities
Peter Eisentraut
2008-12-19