summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/connection.c
AgeCommit message (Expand)Author
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-07postgres_fdw: Fix grammar.Etsuro Fujita
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12postgres_fdw: Update comments in make_new_connection().Etsuro Fujita
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
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-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-01-21postgres_fdw: Fix subabort cleanup of connections used in asynchronous execut...Etsuro Fujita
2022-01-07Update copyright for 2022Bruce Momjian
2021-12-24postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao
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-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-09-22postgres_fdw: Refactor transaction rollback code to avoid code duplication.Fujii Masao
2021-09-07postgres_fdw: Allow application_name of remote connection to be set via GUC.Fujii Masao
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao
2021-04-02postgres_fdw: Add option to control whether to keep connections open.Fujii Masao
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-01-26postgres_fdw: Add functions to discard cached connections.Fujii Masao
2021-01-18postgres_fdw: Add function to list cached connections to foreign servers.Fujii Masao
2021-01-15postgres_fdw: Save foreign server OID in connection cache entry.Fujii Masao
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28postgres_fdw: Fix connection leak.Fujii Masao
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-11-10Fix and simplify some usages of TimestampDifference().Tom Lane
2020-11-09In security-restricted operations, block enqueue of at-commit user code.Noah Misch
2020-10-16postgres_fdw: Restructure connection retry logic.Fujii Masao
2020-10-06postgres_fdw: reestablish new connection if cached one is detected as broken.Fujii Masao
2020-08-17Make xact.h usable in frontend.Heikki Linnakangas
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-02-24Fix compile failure.Tom Lane
2020-02-24Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-20Superuser can permit passwordless connections on postgres_fdwAndrew Dunstan
2019-11-08postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-06-11postgres_fdw: Reorder C includes.Etsuro Fujita
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-03-22Improve style guideline compliance of assorted error-report messages.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-05postgres_fdw: Judge password use by run-as user, not session user.Robert Haas
2017-07-21Re-establish postgres_fdw connections after server or user mapping changes.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-15Fix low-probability leaks of PGresult objects in the backend.Tom Lane