index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
foreign
Age
Commit message (
Expand
)
Author
2016-10-18
Fix typo in comment.
Robert Haas
2016-07-22
Remove GetUserMappingId() and GetUserMappingById().
Tom Lane
2016-07-15
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-01
Rethink the GetForeignUpperPaths API (again).
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-03-28
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-14
Add a GetForeignUpperPaths callback function for FDWs.
Tom Lane
2016-02-26
Add new FDW API to test for parallel-safety.
Robert Haas
2016-02-04
Add some additional core functions to support join pushdown for FDWs.
Robert Haas
2016-02-03
Allow parallel custom and foreign scans.
Robert Haas
2016-01-28
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-02
Update copyright for 2016
Bruce Momjian
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-05-12
Add support for doing late row locking in FDWs.
Tom Lane
2015-05-10
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-09
Add new OID alias type regrole
Andrew Dunstan
2015-05-01
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-07-10
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-06-12
Improve updatability checking for views and foreign tables.
Tom Lane
2013-03-10
Support writable foreign tables.
Tom Lane
2013-03-06
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-06
Dept of second thoughts: improve the API for AnalyzeForeignTable.
Tom Lane
2012-04-06
Allow statistics to be collected for foreign tables.
Tom Lane
2012-03-09
Revise FDW planning API, again.
Tom Lane
2012-03-07
Add GetForeignColumnOptions() to foreign.c, and add some documentation.
Tom Lane
2012-03-05
Redesign PlanForeignScan API to allow multiple paths for a foreign table.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-01
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-02-20
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-19
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-04-04
Remove the recently added node types ReloptElem and OptionDefElem in favor
Tom Lane
2009-02-24
Add the possibility to specify an explicit validator function for foreign-data
Peter Eisentraut
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-12-19
SQL/MED catalog manipulation facilities
Peter Eisentraut