summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw
AgeCommit message (Expand)Author
2022-05-12postgres_fdw: Update comments in make_new_connection().Etsuro Fujita
2022-04-28Disable asynchronous execution if using gating Result nodes.Etsuro Fujita
2022-04-21postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.Etsuro Fujita
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-06Allow asynchronous execution in more cases.Etsuro Fujita
2022-03-31Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane
2022-03-30Optimize order of GROUP BY keysTomas Vondra
2022-03-25postgres_fdw: Minor cleanup for pgfdw_abort_cleanup().Etsuro Fujita
2022-03-08Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier
2022-02-24postgres_fdw: Add support for parallel commit.Etsuro Fujita
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-18postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-01-27postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...Etsuro Fujita
2022-01-21postgres_fdw: Fix subabort cleanup of connections used in asynchronous execut...Etsuro Fujita
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-07postgres_fdw: Add regression test for postgres_fdw.application_name GUC.Fujii Masao
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-12-24postgres_fdw: Revert unstable tests for postgres_fdw.application_name.Fujii Masao
2021-12-24postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao
2021-12-22Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLYMichael Paquier
2021-12-21Add missing EmitWarningsOnPlaceholders() calls.Tom Lane
2021-12-08postgres_fdw: Report warning when timeout expires while getting query result.Fujii Masao
2021-12-03postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao
2021-11-30Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-11-17Improve publication error messagesDaniel Gustafsson
2021-11-12postgres_fdw: suppress casts on constants in limited cases.Tom Lane
2021-10-26Improve HINT message that FDW reports when there are no valid options.Fujii Masao
2021-10-13postgres_fdw: Move comments about elog level in (sub)abort cleanup.Etsuro Fujita
2021-10-07postgres_fdw: Fix comments in connection.c.Etsuro Fujita
2021-10-06Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane
2021-09-22postgres_fdw: Refactor transaction rollback code to avoid code duplication.Fujii Masao
2021-09-10Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch
2021-09-09Remove Value node structPeter Eisentraut
2021-09-08postgres_fdw: Revert unstable tests for postgres_fdw.application_name.Fujii Masao
2021-09-07postgres_fdw: Allow application_name of remote connection to be set via GUC.Fujii Masao
2021-09-01Refactor postgresImportForeignSchema to avoid code duplication.Tom Lane
2021-08-05postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita
2021-08-02Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita
2021-07-30In postgres_fdw, allow CASE expressions to be pushed to the remote server.Tom Lane
2021-07-30postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita
2021-07-27Avoid using ambiguous word "non-negative" in error messages.Fujii Masao
2021-07-27Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-07-13Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane
2021-07-07Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE.Tom Lane