summaryrefslogtreecommitdiff
path: root/doc/src/sgml/postgres-fdw.sgml
AgeCommit message (Expand)Author
2025-06-08Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."Etsuro Fujita
2025-06-01postgres_fdw: Inherit the local transaction's access/deferrable modes.Etsuro Fujita
2025-03-26dblink: SCRAM authentication pass-throughPeter Eisentraut
2025-03-24postgres_fdw: improve security checksPeter Eisentraut
2025-03-02postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.Fujii Masao
2025-01-15postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut
2024-11-01doc: explain how the home directory is found on Unix-like syst.Bruce Momjian
2024-09-18postgres_fdw: Extend postgres_fdw_get_connections to return user name.Fujii Masao
2024-08-19doc: mention of postpostgres_fdw INSERT ON CONFLICT limitationBruce Momjian
2024-07-26postgres_fdw: Add connection status check to postgres_fdw_get_connections().Fujii Masao
2024-07-26postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().Fujii Masao
2024-07-26doc: Enhance documentation for postgres_fdw_get_connections() output columns.Fujii Masao
2024-03-04doc: Fix datatype for postgres_fdw optionDaniel Gustafsson
2024-01-11Update documentation of default fdw_tuple_costJohn Naylor
2023-11-09doc: remove unnecessary comma in postgres-fdwBruce Momjian
2023-10-05postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier
2023-09-29doc: Fix descriptions related to the handling of non-ASCII charactersMichael Paquier
2023-04-26doc: Fix grammar.Etsuro Fujita
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