]> granicus.if.org Git - postgresql/history - contrib/postgres_fdw/deparse.c
Don't test xmin/xmax columns of a postgres_fdw foreign table.
[postgresql] / contrib / postgres_fdw / deparse.c
2014-03-23 Noah MischOffer triggers on foreign tables.
2014-03-07 Tom LaneFix contrib/postgres_fdw to handle multiple join condit...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
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-13 Tom LaneIntroduce less-bogus handling of collations in contrib...
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-11 Tom LaneAvoid generating bad remote SQL for INSERT ... DEFAULT...
2013-03-10 Tom LaneSupport writable foreign tables.
2013-02-22 Tom LaneFix some planning oversights in postgres_fdw.
2013-02-22 Tom LaneFix whole-row references in postgres_fdw.
2013-02-22 Tom LaneChange postgres_fdw to show casts as casts, not underly...
2013-02-22 Tom LaneGet rid of postgres_fdw's assumption that remote type...
2013-02-22 Tom LaneAdjust postgres_fdw's search path handling.
2013-02-21 Tom LaneAdd postgres_fdw contrib module.