]> granicus.if.org Git - postgresql/history - contrib/postgres_fdw/postgres_fdw.c
Revert misguided change to postgres_fdw FOR UPDATE/SHARE code.
[postgresql] / contrib / postgres_fdw / postgres_fdw.c
2014-12-12 Tom LaneRevert misguided change to postgres_fdw FOR UPDATE...
2014-12-12 Tom LaneFix planning of SELECT FOR UPDATE on child table with...
2014-11-28 Tom LaneAdd bms_next_member(), and use it where appropriate.
2014-11-24 Robert HaasAdd infrastructure to save and restore GUC values.
2014-11-15 Alvaro Herrerapostgres_fdw.h: don't pull in rel.h when relcache.h...
2014-07-14 Fujii MasaoRemove incorrect comment from postgres_fdw.c.
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-03-23 Noah MischOffer triggers on foreign tables.
2014-03-07 Tom LaneFix contrib/postgres_fdw to handle multiple join condit...
2014-02-04 Tom LaneImprove connection-failure error handling in contrib...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-04 Tom LaneFix typo in comment.
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-08-18 Tom LaneFix planner problems with LATERAL references in PlaceHo...
2013-06-12 Tom LaneImprove updatability checking for views and foreign...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-22 Tom LaneDocument cross-version compatibility issues for contrib...
2013-03-22 Tom LaneAvoid retrieving dummy NULL columns in postgres_fdw.
2013-03-21 Tom LaneRedo postgres_fdw's planner code so it can handle param...
2013-03-12 Tom LaneFix contrib/postgres_fdw's handling of column defaults.
2013-03-12 Tom LaneFix postgres_fdw's issues with inconsistent interpretat...
2013-03-10 Tom LaneSupport writable foreign tables.
2013-02-23 Tom LaneRename postgres_fdw's use_remote_explain option to...
2013-02-22 Tom LaneFix some planning oversights in postgres_fdw.
2013-02-22 Tom LaneGet rid of postgres_fdw's assumption that remote type...
2013-02-21 Tom LaneAdd postgres_fdw contrib module.