postgresql/contrib/postgres_fdw
Robert Haas cc592c48c5 postgres_fdw: More preliminary refactoring for upcoming join pushdown.
The code that generates a complete SQL query for a given foreign relation
was repeated in two places, and they didn't quite agree: the EXPLAIN case
left out the locking clause.  Centralize the code so we get the same
behavior everywhere, and adjust calling conventions and which functions
are static vs. extern accordingly .  Centralize the code so we get the same
behavior everywhere, and adjust calling conventions and which functions
are static vs. extern accordingly.

Ashutosh Bapat, reviewed and slightly adjusted by me.
2016-01-30 10:32:38 -05:00
..
expected Fix incorrect pattern-match processing in psql's \det command. 2016-01-29 10:28:02 +01:00
sql Fix incorrect pattern-match processing in psql's \det command. 2016-01-29 10:28:02 +01:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
connection.c Add missing quotation mark. 2016-01-28 12:21:51 -05:00
deparse.c postgres_fdw: More preliminary refactoring for upcoming join pushdown. 2016-01-30 10:32:38 -05:00
Makefile Allow postgres_fdw to ship extension funcs/operators for remote execution. 2015-11-03 18:42:18 -05:00
option.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c postgres_fdw: More preliminary refactoring for upcoming join pushdown. 2016-01-30 10:32:38 -05:00
postgres_fdw.control Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.h postgres_fdw: More preliminary refactoring for upcoming join pushdown. 2016-01-30 10:32:38 -05:00
shippable.c Update copyright for 2016 2016-01-02 13:33:40 -05:00