postgres/contrib/postgres_fdw
Robert Haas 2099b911d7 postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only.
deparseReturningList ended up adding up RETURNING NULL to the code, but
code elsewhere saw an empty list of attributes and concluded that it
should not expect tuples from the remote side.

Etsuro Fujita and Robert Haas, reviewed by Thom Brown
2016-02-04 22:27:47 -05:00
..
expected postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only. 2016-02-04 22:27:47 -05:00
sql postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only. 2016-02-04 22:27:47 -05:00
.gitignore
connection.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
deparse.c postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only. 2016-02-04 22:27:47 -05:00
Makefile Fix SHLIB_PREREQS use in contrib, allowing PGXS builds 2014-12-04 08:45:38 -05:00
option.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
postgres_fdw--1.0.sql
postgres_fdw.c Revert misguided change to postgres_fdw FOR UPDATE/SHARE code. 2014-12-12 12:41:52 -05:00
postgres_fdw.control
postgres_fdw.h Fix contrib/postgres_fdw to handle multiple join conditions properly. 2014-03-07 16:36:40 -05:00