summaryrefslogtreecommitdiff
path: root/doc/src/sgml/postgres-fdw.sgml
AgeCommit message (Expand)Author
2022-05-19doc: Properly punctuate "etc."Peter Eisentraut
2022-05-13Doc: Improve description of the "parallel_commit" option for postgres_fdw.Etsuro Fujita
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2022-04-11Docs: Fix various mistakes and typosDavid Rowley
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-02-24postgres_fdw: Add support for parallel commit.Etsuro Fujita
2022-02-18postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao
2022-02-16Doc: Update documentation for modifying postgres_fdw foreign tables.Etsuro Fujita
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2021-12-24postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao
2021-12-16doc: Add note about postgres_fdw.application_name.Fujii Masao
2021-09-25Doc: extend warnings about collation-mismatch hazards in postgres_fdw.Tom Lane
2021-09-07postgres_fdw: Allow application_name of remote connection to be set via GUC.Fujii Masao
2021-08-05postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita
2021-07-07postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.Fujii Masao
2021-06-30doc: Add type information for postgres_fdw parameters.Fujii Masao
2021-06-08Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra
2021-06-08Doc: Further update documentation for asynchronous execution.Etsuro Fujita
2021-06-04Doc: Fix some spelling mistakesDavid Rowley
2021-05-17Doc: Update documentation for asynchronous execution.Etsuro Fujita
2021-04-27doc: Review for "Allow TRUNCATE command to truncate foreign tables".Fujii Masao
2021-04-27Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao
2021-04-07postgres_fdw: Allow partitions specified in LIMIT TO to be imported.Fujii Masao
2021-04-02postgres_fdw: Add option to control whether to keep connections open.Fujii Masao
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-01-26postgres_fdw: Add functions to discard cached connections.Fujii Masao
2021-01-20Implement support for bulk inserts in postgres_fdwTomas Vondra
2021-01-19doc: Add note about the server name of postgres_fdw_get_connections() returns.Fujii Masao
2021-01-18postgres_fdw: Add function to list cached connections to foreign servers.Fujii Masao
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-08-31doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian
2020-05-14Doc: Fix some inconsistencies with markupsMichael Paquier
2020-01-13Only superuser can set sslcert/sslkey in postgres_fdw user mappingsAndrew Dunstan
2020-01-09Allow 'sslkey' and 'sslcert' in postgres_fdw user mappingsAndrew Dunstan
2019-12-20Superuser can permit passwordless connections on postgres_fdwAndrew Dunstan
2019-11-30libq support for sslpassword connection param, DER format keysAndrew Dunstan
2019-11-08postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita
2019-09-18Doc: Update FDW documentation about direct foreign table modification.Etsuro Fujita
2019-04-24postgres_fdw: Fix incorrect handling of row movement for remote partitions.Etsuro Fujita
2019-04-08doc: Fix whitespacePeter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-07-24When WCOs are present, disable direct foreign table modification.Robert Haas
2017-06-12Trim trailing whitespacePeter Eisentraut
2017-03-31postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.Robert Haas
2017-03-07Document what values postgres_fdw sets for each parameter it sets.Robert Haas