postgresql/contrib/postgres_fdw
Robert Haas dd077ef832 postgres_fdw: Avoid sharing list substructure.
list_concat(list_concat(a, b), c) destructively changes both a and b;
to avoid such perils, copy lists of remote_conds before incorporating
them into larger lists via list_concat().

Ashutosh Bapat, per a report from Etsuro Fujita
2016-02-21 14:17:50 +05:30
..
expected postgres_fdw: Remove unstable regression test. 2016-02-09 15:42:20 -05:00
sql postgres_fdw: Remove unstable regression test. 2016-02-09 15:42:20 -05:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
Makefile Allow postgres_fdw to ship extension funcs/operators for remote execution. 2015-11-03 18:42:18 -05:00
connection.c Use %u not %d to print OIDs. 2016-02-08 11:06:23 -05:00
deparse.c Add an explicit representation of the output targetlist to Paths. 2016-02-18 20:02:03 -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 Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c postgres_fdw: Avoid sharing list substructure. 2016-02-21 14:17:50 +05:30
postgres_fdw.control Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
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