summaryrefslogtreecommitdiff
path: root/doc/src/sgml/postgres-fdw.sgml
AgeCommit message (Expand)Author
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-12doc: Fix some typos and grammarMichael Paquier
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-04-06postgres_fdw: Add support for parallel abort.Etsuro Fujita
2023-03-24Doc: Improve description of the "batch_size" option for postgres_fdw.Etsuro Fujita
2023-03-14doc: spell out full productnameDaniel Gustafsson
2023-01-20Describe each contrib module in its SGML section titleAlvaro Herrera
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2022-12-30Sample postgres_fdw tables remotely during ANALYZETomas Vondra
2022-10-13Allow batch insertion during COPY into a foreign table.Etsuro Fujita
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-06postgres_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