index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
foreign
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
1
-1
/
+2
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Introduce new extended routines for FDW and foreign server lookups
Michael Paquier
2018-12-14
1
-2
/
+34
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-3
/
+6
*
Correct constness of a few variables.
Andres Freund
2018-10-15
1
-3
/
+3
*
Remove bogus "extern" annotations on function definitions.
Tom Lane
2018-02-19
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-1
/
+1
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
1
-3
/
+3
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
1
-1
/
+1
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
1
-4
/
+0
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Remove GetUserMappingId() and GetUserMappingById().
Tom Lane
2016-07-22
1
-105
/
+17
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
1
-28
/
+10
*
Fix whitespace
Peter Eisentraut
2016-04-11
1
-1
/
+1
*
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-28
1
-9
/
+27
*
Remove a couple of useless pstrdup() calls.
Tom Lane
2016-03-09
1
-2
/
+2
*
Remove parallel-safety check from GetExistingLocalJoinPath.
Robert Haas
2016-02-05
1
-5
/
+4
*
Add some additional core functions to support join pushdown for FDWs.
Robert Haas
2016-02-04
1
-2
/
+162
*
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
1
-17
/
+57
*
Avoid multiple foreign server connections when all use same user mapping.
Robert Haas
2016-01-28
1
-0
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
1
-12
/
+30
*
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
1
-5
/
+16
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
1
-0
/
+41
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-06
1
-0
/
+46
*
Add postgres_fdw contrib module.
Tom Lane
2013-02-21
1
-2
/
+6
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
1
-0
/
+1
*
Add GetForeignColumnOptions() to foreign.c, and add some documentation.
Tom Lane
2012-03-07
1
-2
/
+35
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
deflist_to_tuplestore dumped core on an option with no value.
Tom Lane
2011-09-13
1
-2
/
+11
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-8
/
+0
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
1
-3
/
+0
*
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-04-01
1
-41
/
+41
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
1
-18
/
+141
*
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-19
1
-0
/
+1
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
2
-2
/
+2
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
1
-21
/
+11
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Always pass catalog id to the options validator function specified in
Heikki Linnakangas
2009-12-23
1
-3
/
+3
*
Somebody seems to have thought they could get away without checking for
Tom Lane
2009-06-11
1
-2
/
+3
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-54
/
+55
*
Add the possibility to specify an explicit validator function for foreign-data
Peter Eisentraut
2009-02-24
6
-275
/
+101
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
3
-6
/
+6
[next]