Commit Graph

43 Commits (3fa17d37716f978f80dfcdab4e7c73f3a24e7a48)

Author SHA1 Message Date
Michael Paquier 609b0652af Fix typos and grammar in documentation and code comments 5 years ago
Fujii Masao 8ff1c94649 Allow TRUNCATE command to truncate foreign tables. 5 years ago
Fujii Masao a3740c48eb postgres_fdw: Allow partitions specified in LIMIT TO to be imported. 5 years ago
Fujii Masao b1be3074ac postgres_fdw: Add option to control whether to keep connections open. 5 years ago
Tom Lane 86dc90056d Rework planning and execution of UPDATE and DELETE. 5 years ago
Etsuro Fujita 27e1f14563 Add support for asynchronous execution. 5 years ago
Michael Paquier bcf2667bf6 Fix some typos, grammar and style in docs and comments 5 years ago
Fujii Masao 411ae64997 postgres_fdw: Add functions to discard cached connections. 5 years ago
Tomas Vondra b663a41363 Implement support for bulk inserts in postgres_fdw 5 years ago
Fujii Masao ee79a548e7 doc: Add note about the server name of postgres_fdw_get_connections() returns. 5 years ago
Fujii Masao 708d165ddb postgres_fdw: Add function to list cached connections to foreign servers. 5 years ago
Peter Eisentraut 9081bddbd7 Improve <xref> vs. <command> formatting in the documentation 5 years ago
Bruce Momjian 953c64e0f6 doc: add commas after 'i.e.' and 'e.g.' 5 years ago
Michael Paquier 07451e1f1a Doc: Fix some inconsistencies with markups 5 years ago
Andrew Dunstan cebf9d6e6e Only superuser can set sslcert/sslkey in postgres_fdw user mappings 6 years ago
Andrew Dunstan f5fd995a1a Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings 6 years ago
Andrew Dunstan 6136e94dcb Superuser can permit passwordless connections on postgres_fdw 6 years ago
Andrew Dunstan 4dc6355210 libq support for sslpassword connection param, DER format keys 6 years ago
Etsuro Fujita 879c117615 postgres_fdw: Fix error message for PREPARE TRANSACTION. 6 years ago
Etsuro Fujita f9f2fda796 Doc: Update FDW documentation about direct foreign table modification. 6 years ago
Etsuro Fujita 5c47049180 postgres_fdw: Fix incorrect handling of row movement for remote partitions. 6 years ago
Peter Eisentraut 122fa9f942 doc: Fix whitespace 7 years ago
Peter Eisentraut 3c49c6facb Convert documentation to DocBook XML 8 years ago
Peter Eisentraut c29c578908 Don't use SGML empty tags 8 years ago
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