summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/connection.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various typosDavid Rowley2023-04-181-1/+1
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-16/+56
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-56/+16
* Add support for Kerberos credential delegationStephen Frost2023-04-071-16/+56
* postgres_fdw: Add support for parallel abort.Etsuro Fujita2023-04-061-25/+378
* postgres_fdw: Remove useless if-test in GetConnection().Etsuro Fujita2023-03-171-2/+1
* Fix comment indentation and whitespacePeter Eisentraut2023-02-241-1/+1
* dblink, postgres_fdw: Handle interrupts during connection establishmentAndres Freund2023-01-231-36/+6
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-181-1/+1
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-5/+2
* postgres_fdw: Fix grammar.Etsuro Fujita2022-07-071-1/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-4/+6
* postgres_fdw: Update comments in make_new_connection().Etsuro Fujita2022-05-121-5/+6
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* postgres_fdw: Minor cleanup for pgfdw_abort_cleanup().Etsuro Fujita2022-03-251-14/+15
* Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier2022-03-081-29/+2
* postgres_fdw: Add support for parallel commit.Etsuro Fujita2022-02-241-18/+205
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-171-7/+0
* postgres_fdw: Fix subabort cleanup of connections used in asynchronous execut...Etsuro Fujita2022-01-211-2/+9
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao2021-12-241-0/+36
* postgres_fdw: Report warning when timeout expires while getting query result.Fujii Masao2021-12-081-12/+39
* postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao2021-12-031-1/+2
* postgres_fdw: Move comments about elog level in (sub)abort cleanup.Etsuro Fujita2021-10-131-5/+10
* postgres_fdw: Fix comments in connection.c.Etsuro Fujita2021-10-071-6/+4
* postgres_fdw: Refactor transaction rollback code to avoid code duplication.Fujii Masao2021-09-221-102/+75
* postgres_fdw: Allow application_name of remote connection to be set via GUC.Fujii Masao2021-09-071-4/+21
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-081-2/+1
* postgres_fdw: Add option to control whether to keep connections open.Fujii Masao2021-04-021-4/+29
* Add support for asynchronous execution.Etsuro Fujita2021-03-311-2/+24
* postgres_fdw: Add functions to discard cached connections.Fujii Masao2021-01-261-3/+132
* postgres_fdw: Add function to list cached connections to foreign servers.Fujii Masao2021-01-181-0/+135
* postgres_fdw: Save foreign server OID in connection cache entry.Fujii Masao2021-01-151-9/+3
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* postgres_fdw: Fix connection leak.Fujii Masao2020-12-281-7/+26
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-4/+1
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-101-7/+2
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-091-0/+4
* postgres_fdw: Restructure connection retry logic.Fujii Masao2020-10-161-46/+90
* postgres_fdw: reestablish new connection if cached one is detected as broken.Fujii Masao2020-10-061-12/+42
* Make xact.h usable in frontend.Heikki Linnakangas2020-08-171-0/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-2/+3
* Fix compile failure.Tom Lane2020-02-241-4/+10
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-241-1/+29
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Superuser can permit passwordless connections on postgres_fdwAndrew Dunstan2019-12-201-8/+34
* postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita2019-11-081-8/+8
* PG_FINALLYPeter Eisentraut2019-11-011-4/+1
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-3/+1