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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove bogus line from comment.
Robert Haas
2017-08-17
1
-1
/
+0
*
When WCOs are present, disable direct foreign table modification.
Robert Haas
2017-07-24
2
-0
/
+84
*
Stabilize postgres_fdw regression tests.
Tom Lane
2017-07-21
2
-2
/
+6
*
Re-establish postgres_fdw connections after server or user mapping changes.
Tom Lane
2017-07-21
3
-18
/
+157
*
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-15
1
-62
/
+92
*
postgres_fdw: Allow cancellation of transaction control commands.
Robert Haas
2017-06-07
1
-53
/
+308
*
postgres_fdw: Fix join push down with extensions
Peter Eisentraut
2017-04-26
3
-3
/
+46
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
2
-2
/
+2
*
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-06
2
-0
/
+111
*
Improve dblink error message when remote does not provide it
Joe Conway
2016-12-21
1
-1
/
+1
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
1
-15
/
+5
*
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
1
-3
/
+20
*
Fix typo in comment.
Fujii Masao
2016-07-25
1
-1
/
+1
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
3
-454
/
+406
*
postgres_fdw: Fix cache lookup failure while creating error context.
Robert Haas
2016-07-01
3
-3
/
+18
*
postgres_fdw: Remove schema-qualification from cast to text.
Robert Haas
2016-07-01
2
-26
/
+26
*
postgres_fdw: Fix incorrect NULL handling in join pushdown.
Robert Haas
2016-06-24
3
-25
/
+50
*
postgres_fdw: Remove useless return statement.
Robert Haas
2016-06-24
1
-1
/
+0
*
postgres_fdw: Rephrase comment.
Robert Haas
2016-06-17
1
-9
/
+8
*
postgres_fdw: Check PlaceHolderVars before pushing down a join.
Robert Haas
2016-06-14
4
-12
/
+96
*
postgres_fdw: Promote an Assert() to elog().
Robert Haas
2016-06-14
1
-1
/
+3
*
pgindent run for 9.6
Robert Haas
2016-06-09
5
-45
/
+46
*
postgres_fdw: Fix the fix for crash when pushing down multiple joins.
Robert Haas
2016-05-16
3
-4
/
+110
*
Fix multiple problems in postgres_fdw query cancellation logic.
Robert Haas
2016-05-16
1
-3
/
+25
*
Allow queries submitted by postgres_fdw to be canceled.
Robert Haas
2016-04-21
3
-44
/
+180
*
postgres_fdw: Don't push down certain full joins.
Robert Haas
2016-04-20
3
-98
/
+184
*
postgres_fdw: Clean up handling of system columns.
Robert Haas
2016-04-15
3
-22
/
+78
*
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
3
-8
/
+72
*
postgres_fdw: Fix crash when pushing down multiple joins.
Robert Haas
2016-03-23
3
-4
/
+289
*
Clean up some Coverity complaints about commit 0bf3ae88af330496.
Tom Lane
2016-03-21
2
-2
/
+11
*
Directly modify foreign tables.
Robert Haas
2016-03-18
5
-105
/
+1111
*
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
2
-7
/
+7
*
Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.
Robert Haas
2016-03-14
1
-4
/
+2
*
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-10
1
-1
/
+0
*
postgres_fdw: Consider foreign joining and foreign sorting together.
Robert Haas
2016-03-09
3
-188
/
+240
*
Fix reversed argument to bms_is_subset.
Robert Haas
2016-03-08
1
-2
/
+2
*
postgres_fdw: When sending ORDER BY, always include NULLS FIRST/LAST.
Robert Haas
2016-03-04
3
-31
/
+125
*
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
2
-7
/
+8
*
Add missing "static" qualifier.
Tom Lane
2016-02-12
1
-1
/
+1
*
postgres_fdw: Remove unnecessary variable.
Robert Haas
2016-02-10
1
-2
/
+1
*
postgres_fdw: Remove unstable regression test.
Robert Haas
2016-02-09
2
-16
/
+0
*
postgres_fdw: Push down joins to remote servers.
Robert Haas
2016-02-09
5
-265
/
+2454
*
Use %u not %d to print OIDs.
Tom Lane
2016-02-08
1
-1
/
+1
*
Add missing "static" qualifier.
Tom Lane
2016-02-06
1
-1
/
+1
*
postgres_fdw: pgindent run.
Robert Haas
2016-02-04
1
-14
/
+15
*
postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only.
Robert Haas
2016-02-04
3
-7
/
+73
[next]