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
/
contrib
/
postgres_fdw
/
postgres_fdw.c
Age
Commit message (
Expand
)
Author
2016-03-28
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-23
postgres_fdw: Fix crash when pushing down multiple joins.
Robert Haas
2016-03-21
Clean up some Coverity complaints about commit 0bf3ae88af330496.
Tom Lane
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-15
postgres_fdw: make_tuple_from_result_row should set cur_attno for ctid.
Robert Haas
2016-03-14
Allow callers of create_foreignscan_path to specify nondefault PathTarget.
Tom Lane
2016-03-14
Rethink representation of PathTargets.
Tom Lane
2016-03-14
Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.
Robert Haas
2016-03-09
postgres_fdw: Consider foreign joining and foreign sorting together.
Robert Haas
2016-03-08
Fix reversed argument to bms_is_subset.
Robert Haas
2016-02-21
postgres_fdw: Avoid sharing list substructure.
Robert Haas
2016-02-18
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-10
postgres_fdw: Remove unnecessary variable.
Robert Haas
2016-02-09
postgres_fdw: Push down joins to remote servers.
Robert Haas
2016-02-04
postgres_fdw: pgindent run.
Robert Haas
2016-02-03
Code review for commit dc203dc3ac40a4b02b92fb827848a547d2957153.
Robert Haas
2016-02-03
postgres_fdw: Allow fetch_size to be set per-table or per-server.
Robert Haas
2016-01-30
postgres_fdw: More preliminary refactoring for upcoming join pushdown.
Robert Haas
2016-01-28
postgres_fdw: Refactor deparsing code for locking clauses.
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-31
Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO.
Tom Lane
2015-12-22
postgres_fdw: Consider requesting sorted data so we can do a merge join.
Robert Haas
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-11-18
Make a comment more precise.
Robert Haas
2015-11-03
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2015-11-03
postgres_fdw: Add ORDER BY to some remote SQL queries.
Robert Haas
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-07-02
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
Separate block sampling functions
Simon Riggs
2015-05-13
Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.
Tom Lane
2015-05-11
Replace some appendStringInfo* calls with more appropriate variants
Peter Eisentraut
2015-05-10
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-03-15
Improve representation of PlanRowMark.
Tom Lane
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-12
Revert misguided change to postgres_fdw FOR UPDATE/SHARE code.
Tom Lane
2014-12-11
Fix planning of SELECT FOR UPDATE on child table with partial index.
Tom Lane
2014-11-28
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-24
Add infrastructure to save and restore GUC values.
Robert Haas
2014-11-14
postgres_fdw.h: don't pull in rel.h when relcache.h is enough
Alvaro Herrera
2014-07-14
Remove incorrect comment from postgres_fdw.c.
Fujii Masao
2014-07-10
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
[next]