]> granicus.if.org Git - postgresql/history - contrib/postgres_fdw/sql/postgres_fdw.sql
postgres_fdw: Remove CTID output from some tests.
[postgresql] / contrib / postgres_fdw / sql / postgres_fdw.sql
2018-02-08 Robert Haaspostgres_fdw: Remove CTID output from some tests.
2018-02-07 Robert Haaspostgres_fdw: Push down UPDATE/DELETE joins to remote...
2018-01-30 Robert HaasFix test case for 'outer pathkeys do not match mergecla...
2018-01-17 Robert Haaspostgres_fdw: Avoid 'outer pathkeys do not match mergec...
2018-01-12 Tom LaneFix postgres_fdw to cope with duplicate GROUP BY entries.
2017-12-05 Robert Haaspostgres_fdw: Fix failing regression test.
2017-12-01 Robert Haaspostgres_fdw: Fix test that didn't test what it claimed.
2017-11-27 Tom LaneFix creation of resjunk tlist entries for inherited...
2017-10-06 Robert HaasBasic partition-wise join functionality.
2017-07-24 Robert HaasWhen WCOs are present, disable direct foreign table...
2017-07-21 Tom LaneStabilize postgres_fdw regression tests.
2017-07-21 Tom LaneRe-establish postgres_fdw connections after server...
2017-04-25 Peter Eisentrautpostgres_fdw: Fix join push down with extensions
2017-04-05 Peter EisentrautCapitalize names of PLs consistently
2017-03-31 Robert Haaspostgres_fdw: Teach IMPORT FOREIGN SCHEMA about partiti...
2017-03-16 Robert Haaspostgres_fdw: Push down FULL JOINs with restriction...
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-25 Tom LaneImprove speed of contrib/postgres_fdw regression tests.
2017-01-06 Tom LaneInvalidate cached plans on FDW option changes.
2016-10-25 Robert Haaspostgres_fdw: Try again to stabilize aggregate pushdown...
2016-10-21 Robert Haaspostgres_fdw: Attempt to stabilize regression results.
2016-10-21 Robert Haaspostgres_fdw: Push down aggregates to remote servers.
2016-08-26 Heikki LinnakangasSupport OID system column in postgres_fdw.
2016-07-15 Tom LaneAvoid invalidating all foreign-join cached plans when...
2016-07-01 Robert Haaspostgres_fdw: Fix cache lookup failure while creating...
2016-06-24 Robert Haaspostgres_fdw: Fix incorrect NULL handling in join pushdown.
2016-06-14 Robert Haaspostgres_fdw: Check PlaceHolderVars before pushing...
2016-05-16 Robert Haaspostgres_fdw: Fix the fix for crash when pushing down...
2016-04-21 Robert Haaspostgres_fdw: Don't push down certain full joins.
2016-03-29 Robert HaasDon't require a user mapping for FDWs to work.
2016-03-23 Robert Haaspostgres_fdw: Fix crash when pushing down multiple...
2016-03-18 Robert HaasDirectly modify foreign tables.
2016-03-09 Robert Haaspostgres_fdw: Consider foreign joining and foreign...
2016-03-04 Robert Haaspostgres_fdw: When sending ORDER BY, always include...
2016-02-09 Robert Haaspostgres_fdw: Remove unstable regression test.
2016-02-09 Robert Haaspostgres_fdw: Push down joins to remote servers.
2016-02-05 Robert Haaspostgres_fdw: Avoid possible misbehavior when RETURNING...
2016-02-03 Robert Haaspostgres_fdw: Allow fetch_size to be set per-table...
2016-01-29 Tom LaneFix incorrect pattern-match processing in psql's \det...
2015-12-22 Robert Haaspostgres_fdw: Consider requesting sorted data so we...
2015-11-04 Tom LaneAdd regression tests for remote execution of extension...
2015-11-03 Robert Haaspostgres_fdw: Add ORDER BY to some remote SQL queries.
2015-09-24 Tom LaneImprove handling of collations in contrib/postgres_fdw.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2014-12-17 Tom LaneAllow CHECK constraints to be placed on foreign tables.
2014-12-12 Tom LaneRevert misguided change to postgres_fdw FOR UPDATE...
2014-11-22 Tom LaneFix mishandling of system columns in FDW queries.
2014-08-26 Andres FreundSpecify the port in dblink and postgres_fdw tests.
2014-08-26 Andres FreundDon't hardcode contrib_regression dbname in postgres_fd...
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-04-16 Tom LaneFix contrib/postgres_fdw's remote-estimate representati...
2014-03-23 Noah MischDon't test xmin/xmax columns of a postgres_fdw foreign...
2014-03-23 Noah MischOffer triggers on foreign tables.
2014-03-07 Tom LaneFix contrib/postgres_fdw to handle multiple join condit...
2013-06-12 Tom LaneImprove updatability checking for views and foreign...
2013-06-09 Tom LaneTweak postgres_fdw regression test so autovacuum doesn...
2013-05-15 Tom LaneAllow CREATE FOREIGN TABLE to include SERIAL columns.
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 LaneAvoid row-processing-order dependency in postgres_fdw...
2013-03-12 Tom LaneFix postgres_fdw's issues with inconsistent interpretat...
2013-03-10 Tom LaneBand-aid for regression test expected-results problem...
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 whole-row references in postgres_fdw.
2013-02-21 Tom LaneAdd postgres_fdw contrib module.