This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
postgres
/
contrib
/
postgres_fdw
History
Tom Lane
6da378dbc9
Fix whole-row references in postgres_fdw.
...
The optimization to not retrieve unnecessary columns wasn't smart enough. Noted by Thom Brown.
2013-02-22 09:21:50 -05:00
..
expected
Fix whole-row references in postgres_fdw.
2013-02-22 09:21:50 -05:00
sql
Fix whole-row references in postgres_fdw.
2013-02-22 09:21:50 -05:00
.gitignore
Add postgres_fdw contrib module.
2013-02-21 05:27:16 -05:00
connection.c
Adjust postgres_fdw's search path handling.
2013-02-22 06:04:49 -05:00
deparse.c
Fix whole-row references in postgres_fdw.
2013-02-22 09:21:50 -05:00
Makefile
Add postgres_fdw contrib module.
2013-02-21 05:27:16 -05:00
option.c
Add postgres_fdw contrib module.
2013-02-21 05:27:16 -05:00
postgres_fdw--1.0.sql
Add postgres_fdw contrib module.
2013-02-21 05:27:16 -05:00
postgres_fdw.c
Get rid of postgres_fdw's assumption that remote type OIDs match ours.
2013-02-22 06:36:54 -05:00
postgres_fdw.control
Add postgres_fdw contrib module.
2013-02-21 05:27:16 -05:00
postgres_fdw.h
Add postgres_fdw contrib module.
2013-02-21 05:27:16 -05:00