Commit Graph

19 Commits (6ecabead4b5993c42745f2802d857b1a79f48bf9)

Author SHA1 Message Date
Robert Haas 7086be6e36 When WCOs are present, disable direct foreign table modification. 8 years ago
Peter Eisentraut bf6e4c3c82 Trim trailing whitespace 8 years ago
Robert Haas f49bcd4ef3 postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning. 9 years ago
Robert Haas 889a3f4892 Document what values postgres_fdw sets for each parameter it sets. 9 years ago
Peter Eisentraut aa14bc41d1 Fix whitespace 9 years ago
Robert Haas 0bf3ae88af Directly modify foreign tables. 10 years ago
Robert Haas e4106b2528 postgres_fdw: Push down joins to remote servers. 10 years ago
Robert Haas dc203dc3ac postgres_fdw: Allow fetch_size to be set per-table or per-server. 10 years ago
Tom Lane d894941663 Allow postgres_fdw to ship extension funcs/operators for remote execution. 10 years ago
Tom Lane 522400a519 Add docs about postgres_fdw's setting of search_path and other GUCs. 10 years ago
Tom Lane e70ec8230a Explain CHECK constraint handling in postgres_fdw's IMPORT FOREIGN SCHEMA. 10 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
Tom Lane 59efda3e50 Implement IMPORT FOREIGN SCHEMA. 11 years ago
Tom Lane e93ca1618b Add some examples to the postgres_fdw documentation. 12 years ago
Tom Lane dc3eb56383 Improve updatability checking for views and foreign tables. 12 years ago
Peter Eisentraut 256f6ba78a Documentation spell checking and markup improvements 13 years ago
Tom Lane 5b86fedfb5 Document cross-version compatibility issues for contrib/postgres_fdw. 13 years ago
Tom Lane 21734d2fb8 Support writable foreign tables. 13 years ago
Tom Lane d0d75c4022 Add postgres_fdw contrib module. 13 years ago