Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename postgres_fdw's use_remote_explain option to use_remote_estimate. | Tom Lane | 2013-02-23 |
| | | | | | The new name was originally my typo, but per discussion it seems like a better name anyway. So make the code match the docs, not vice versa. | ||
* | Add postgres_fdw contrib module. | Tom Lane | 2013-02-21 |
There's still a lot of room for improvement, but it basically works, and we need this to be present before we can do anything much with the writable-foreign-tables patch. So let's commit it and get on with testing. Shigeru Hanada, reviewed by KaiGai Kohei and Tom Lane |