index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
Age
Commit message (
Expand
)
Author
2015-07-02
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-05-24
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-12
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-07
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-22
Pull in tableoid for inheiritance with rowMarks
Stephen Frost
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
2015-03-30
Be more careful about printing constants in ruleutils.c.
Tom Lane
2015-03-22
Allow foreign tables to participate in inheritance.
Tom Lane
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-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-17
Allow CHECK constraints to be placed on foreign tables.
Tom Lane
2014-12-12
Revert misguided change to postgres_fdw FOR UPDATE/SHARE code.
Tom Lane
2014-12-12
Fix planning of SELECT FOR UPDATE on child table with partial index.
Tom Lane
2014-12-04
Fix SHLIB_PREREQS use in contrib, allowing PGXS builds
Peter Eisentraut
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-22
Fix mishandling of system columns in FDW queries.
Tom Lane
2014-11-15
postgres_fdw.h: don't pull in rel.h when relcache.h is enough
Alvaro Herrera
2014-08-26
Specify the port in dblink and postgres_fdw tests.
Andres Freund
2014-08-26
Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests.
Andres Freund
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
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-06-16
Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.
Tom Lane
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
2014-04-16
Fix contrib/postgres_fdw's remote-estimate representation of array Params.
Tom Lane
2014-04-04
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-03-23
Don't test xmin/xmax columns of a postgres_fdw foreign table.
Noah Misch
2014-03-23
Offer triggers on foreign tables.
Noah Misch
2014-03-07
Fix contrib/postgres_fdw to handle multiple join conditions properly.
Tom Lane
2014-02-04
Improve connection-failure error handling in contrib/postgres_fdw.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-04
Fix typo in comment.
Tom Lane
2013-10-31
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-08-18
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-06-12
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-09
Tweak postgres_fdw regression test so autovacuum doesn't change results.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-15
Allow CREATE FOREIGN TABLE to include SERIAL columns.
Tom Lane
2013-03-22
Document cross-version compatibility issues for contrib/postgres_fdw.
Tom Lane
[next]