aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/postgres-fdw.sgml
Commit message (Expand)AuthorAge
* doc: explain how the home directory is found on Unix-like syst.Bruce Momjian2024-11-01
* postgres_fdw: Extend postgres_fdw_get_connections to return user name.Fujii Masao2024-09-18
* doc: mention of postpostgres_fdw INSERT ON CONFLICT limitationBruce Momjian2024-08-19
* postgres_fdw: Add connection status check to postgres_fdw_get_connections().Fujii Masao2024-07-26
* postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().Fujii Masao2024-07-26
* doc: Enhance documentation for postgres_fdw_get_connections() output columns.Fujii Masao2024-07-26
* doc: Fix datatype for postgres_fdw optionDaniel Gustafsson2024-03-04
* Update documentation of default fdw_tuple_costJohn Naylor2024-01-11
* doc: remove unnecessary comma in postgres-fdwBruce Momjian2023-11-09
* postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier2023-10-05
* doc: Fix descriptions related to the handling of non-ASCII charactersMichael Paquier2023-09-29
* doc: Fix grammar.Etsuro Fujita2023-04-26
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* doc: Fix some typos and grammarMichael Paquier2023-04-12
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* postgres_fdw: Add support for parallel abort.Etsuro Fujita2023-04-06
* Doc: Improve description of the "batch_size" option for postgres_fdw.Etsuro Fujita2023-03-24
* doc: spell out full productnameDaniel Gustafsson2023-03-14
* Describe each contrib module in its SGML section titleAlvaro Herrera2023-01-20
* Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane2023-01-09
* Sample postgres_fdw tables remotely during ANALYZETomas Vondra2022-12-30
* Allow batch insertion during COPY into a foreign table.Etsuro Fujita2022-10-13
* doc: Properly punctuate "etc."Peter Eisentraut2022-05-19
* Doc: Improve description of the "parallel_commit" option for postgres_fdw.Etsuro Fujita2022-05-13
* Remove trailing whitespace from *.sgml files.Tom Lane2022-04-20
* Docs: Fix various mistakes and typosDavid Rowley2022-04-11
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* postgres_fdw: Add support for parallel commit.Etsuro Fujita2022-02-24
* postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao2022-02-18
* Doc: Update documentation for modifying postgres_fdw foreign tables.Etsuro Fujita2022-02-16
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao2021-12-24
* doc: Add note about postgres_fdw.application_name.Fujii Masao2021-12-16
* Doc: extend warnings about collation-mismatch hazards in postgres_fdw.Tom Lane2021-09-25
* postgres_fdw: Allow application_name of remote connection to be set via GUC.Fujii Masao2021-09-07
* postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita2021-08-05
* postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.Fujii Masao2021-07-07
* doc: Add type information for postgres_fdw parameters.Fujii Masao2021-06-30
* Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra2021-06-08
* Doc: Further update documentation for asynchronous execution.Etsuro Fujita2021-06-08
* Doc: Fix some spelling mistakesDavid Rowley2021-06-04
* Doc: Update documentation for asynchronous execution.Etsuro Fujita2021-05-17
* doc: Review for "Allow TRUNCATE command to truncate foreign tables".Fujii Masao2021-04-27
* Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao2021-04-27
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-09
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-08
* postgres_fdw: Allow partitions specified in LIMIT TO to be imported.Fujii Masao2021-04-07
* postgres_fdw: Add option to control whether to keep connections open.Fujii Masao2021-04-02
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31