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
/
contrib
/
postgres_fdw
/
postgres_fdw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
postgres_fdw: Fix the fix for crash when pushing down multiple joins.
Robert Haas
2016-05-16
1
-4
/
+32
*
Allow queries submitted by postgres_fdw to be canceled.
Robert Haas
2016-04-21
1
-44
/
+79
*
postgres_fdw: Don't push down certain full joins.
Robert Haas
2016-04-20
1
-46
/
+62
*
postgres_fdw: Clean up handling of system columns.
Robert Haas
2016-04-15
1
-0
/
+12
*
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-06
1
-14
/
+14
*
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-28
1
-0
/
+10
*
postgres_fdw: Fix crash when pushing down multiple joins.
Robert Haas
2016-03-23
1
-4
/
+1
*
Clean up some Coverity complaints about commit 0bf3ae88af330496.
Tom Lane
2016-03-21
1
-2
/
+7
*
Directly modify foreign tables.
Robert Haas
2016-03-18
1
-71
/
+612
*
postgres_fdw: make_tuple_from_result_row should set cur_attno for ctid.
Robert Haas
2016-03-15
1
-2
/
+2
*
Allow callers of create_foreignscan_path to specify nondefault PathTarget.
Tom Lane
2016-03-14
1
-0
/
+4
*
Rethink representation of PathTargets.
Tom Lane
2016-03-14
1
-5
/
+5
*
Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.
Robert Haas
2016-03-14
1
-4
/
+2
*
postgres_fdw: Consider foreign joining and foreign sorting together.
Robert Haas
2016-03-09
1
-37
/
+83
*
Fix reversed argument to bms_is_subset.
Robert Haas
2016-03-08
1
-2
/
+2
*
postgres_fdw: Avoid sharing list substructure.
Robert Haas
2016-02-21
1
-8
/
+8
*
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-18
1
-5
/
+6
*
postgres_fdw: Remove unnecessary variable.
Robert Haas
2016-02-10
1
-2
/
+1
*
postgres_fdw: Push down joins to remote servers.
Robert Haas
2016-02-09
1
-79
/
+756
*
postgres_fdw: pgindent run.
Robert Haas
2016-02-04
1
-14
/
+15
*
Code review for commit dc203dc3ac40a4b02b92fb827848a547d2957153.
Robert Haas
2016-02-03
1
-8
/
+0
*
postgres_fdw: Allow fetch_size to be set per-table or per-server.
Robert Haas
2016-02-03
1
-10
/
+40
*
postgres_fdw: More preliminary refactoring for upcoming join pushdown.
Robert Haas
2016-01-30
1
-24
/
+14
*
postgres_fdw: Refactor deparsing code for locking clauses.
Robert Haas
2016-01-28
1
-49
/
+2
*
Avoid multiple foreign server connections when all use same user mapping.
Robert Haas
2016-01-28
1
-18
/
+10
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO.
Tom Lane
2015-12-31
1
-1
/
+5
*
postgres_fdw: Consider requesting sorted data so we can do a merge join.
Robert Haas
2015-12-22
1
-37
/
+201
*
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-12-08
1
-3
/
+9
*
Make a comment more precise.
Robert Haas
2015-11-18
1
-2
/
+2
*
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2015-11-03
1
-34
/
+4
*
postgres_fdw: Add ORDER BY to some remote SQL queries.
Robert Haas
2015-11-03
1
-3
/
+113
*
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
1
-3
/
+11
*
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-1
/
+1
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
1
-1
/
+1
*
Separate block sampling functions
Simon Riggs
2015-05-15
1
-5
/
+5
*
Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.
Tom Lane
2015-05-13
1
-1
/
+7
*
Replace some appendStringInfo* calls with more appropriate variants
Peter Eisentraut
2015-05-11
1
-2
/
+2
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
1
-1
/
+2
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-1
/
+14
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
1
-1
/
+1
*
Improve representation of PlanRowMark.
Tom Lane
2015-03-15
1
-2
/
+6
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Revert misguided change to postgres_fdw FOR UPDATE/SHARE code.
Tom Lane
2014-12-12
1
-10
/
+7
*
Fix planning of SELECT FOR UPDATE on child table with partial index.
Tom Lane
2014-12-11
1
-7
/
+10
*
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-28
1
-6
/
+8
*
Add infrastructure to save and restore GUC values.
Robert Haas
2014-11-24
1
-3
/
+3
*
postgres_fdw.h: don't pull in rel.h when relcache.h is enough
Alvaro Herrera
2014-11-14
1
-0
/
+1
[next]