postgresql/contrib/postgres_fdw
Tom Lane 9cbc4b80dd Redo postgres_fdw's planner code so it can handle parameterized paths.
I wasn't going to ship this without having at least some example of how
to do that.  This version isn't terribly bright; in particular it won't
consider any combinations of multiple join clauses.  Given the cost of
executing a remote EXPLAIN, I'm not sure we want to be very aggressive
about doing that, anyway.

In support of this, refactor generate_implied_equalities_for_indexcol
so that it can be used to extract equivalence clauses that aren't
necessarily tied to an index.
2013-03-21 19:44:32 -04:00
..
expected Redo postgres_fdw's planner code so it can handle parameterized paths. 2013-03-21 19:44:32 -04:00
sql Redo postgres_fdw's planner code so it can handle parameterized paths. 2013-03-21 19:44:32 -04:00
.gitignore
connection.c Fix postgres_fdw's issues with inconsistent interpretation of data values. 2013-03-11 21:31:28 -04:00
deparse.c Redo postgres_fdw's planner code so it can handle parameterized paths. 2013-03-21 19:44:32 -04:00
Makefile
option.c Rename postgres_fdw's use_remote_explain option to use_remote_estimate. 2013-02-23 12:20:48 -05:00
postgres_fdw--1.0.sql
postgres_fdw.c Redo postgres_fdw's planner code so it can handle parameterized paths. 2013-03-21 19:44:32 -04:00
postgres_fdw.control
postgres_fdw.h Redo postgres_fdw's planner code so it can handle parameterized paths. 2013-03-21 19:44:32 -04:00