summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/connection.c
AgeCommit message (Expand)Author
2023-04-18Fix various typosDavid Rowley
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
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-17postgres_fdw: Remove useless if-test in GetConnection().Etsuro Fujita
2023-02-24Fix comment indentation and whitespacePeter Eisentraut
2023-01-24dblink, postgres_fdw: Handle interrupts during connection establishmentAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
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-08Update 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-11Fix 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