postgresql/contrib/postgres_fdw
Robert Haas b88ef201d4 postgres_fdw: Refactor deparsing code for locking clauses.
The upcoming patch to allow join pushdown in postgres_fdw needs to use
this code multiple times, which requires moving it to deparse.c.  That
seems like a good idea anyway, so do that now both on general principle
and to simplify the future patch.

Inspired by a patch by Shigeru Hanada and Ashutosh Bapat, but I did
it a little differently than what that patch did.
2016-01-28 16:44:01 -05:00
..
expected postgres_fdw: Consider requesting sorted data so we can do a merge join. 2015-12-22 13:46:40 -05:00
sql postgres_fdw: Consider requesting sorted data so we can do a merge join. 2015-12-22 13:46:40 -05: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: Refactor deparsing code for locking clauses. 2016-01-28 16:44:01 -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: Refactor deparsing code for locking clauses. 2016-01-28 16:44:01 -05:00
postgres_fdw.control Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.h postgres_fdw: Refactor deparsing code for locking clauses. 2016-01-28 16:44:01 -05:00
shippable.c Update copyright for 2016 2016-01-02 13:33:40 -05:00