postgresql/contrib/postgres_fdw
Robert Haas aa09cd242f postgres_fdw: Consider foreign joining and foreign sorting together.
Commit ccd8f97922 gave us the ability to
request that the remote side sort the data, and, later, commit
e4106b2528 gave us the ability to
request that the remote side perform the join for us rather than doing
it locally.  But we could not do both things at the same time: a
remote SQL query that had an ORDER BY clause would never be a join.
This commit adds that capability.

Ashutosh Bapat, reviewed by me.
2016-03-09 10:51:49 -05:00
..
expected postgres_fdw: Consider foreign joining and foreign sorting together. 2016-03-09 10:51:49 -05:00
sql postgres_fdw: Consider foreign joining and foreign sorting together. 2016-03-09 10:51:49 -05:00
.gitignore
connection.c Use %u not %d to print OIDs. 2016-02-08 11:06:23 -05:00
deparse.c postgres_fdw: When sending ORDER BY, always include NULLS FIRST/LAST. 2016-03-04 11:37:42 -05:00
Makefile Allow postgres_fdw to ship extension funcs/operators for remote execution. 2015-11-03 18:42:18 -05:00
option.c postgres_fdw: Allow fetch_size to be set per-table or per-server. 2016-02-03 09:07:35 -05:00
postgres_fdw--1.0.sql
postgres_fdw.c postgres_fdw: Consider foreign joining and foreign sorting together. 2016-03-09 10:51:49 -05:00
postgres_fdw.control
postgres_fdw.h postgres_fdw: Push down joins to remote servers. 2016-02-09 14:00:50 -05:00
shippable.c Update copyright for 2016 2016-01-02 13:33:40 -05:00