aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/connection.c
Commit message (Expand)AuthorAge
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* postgres_fdw: Minor cleanup for pgfdw_abort_cleanup().Etsuro Fujita2022-03-25
* Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier2022-03-08
* postgres_fdw: Add support for parallel commit.Etsuro Fujita2022-02-24
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* postgres_fdw: Fix subabort cleanup of connections used in asynchronous execut...Etsuro Fujita2022-01-21
* Update copyright for 2022Bruce Momjian2022-01-07
* postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao2021-12-24
* postgres_fdw: Report warning when timeout expires while getting query result.Fujii Masao2021-12-08
* postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao2021-12-03
* postgres_fdw: Move comments about elog level in (sub)abort cleanup.Etsuro Fujita2021-10-13
* postgres_fdw: Fix comments in connection.c.Etsuro Fujita2021-10-07
* postgres_fdw: Refactor transaction rollback code to avoid code duplication.Fujii Masao2021-09-22
* postgres_fdw: Allow application_name of remote connection to be set via GUC.Fujii Masao2021-09-07
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-08
* postgres_fdw: Add option to control whether to keep connections open.Fujii Masao2021-04-02
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* postgres_fdw: Add functions to discard cached connections.Fujii Masao2021-01-26
* postgres_fdw: Add function to list cached connections to foreign servers.Fujii Masao2021-01-18
* postgres_fdw: Save foreign server OID in connection cache entry.Fujii Masao2021-01-15
* Update copyright for 2021Bruce Momjian2021-01-02
* postgres_fdw: Fix connection leak.Fujii Masao2020-12-28
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* postgres_fdw: Restructure connection retry logic.Fujii Masao2020-10-16
* postgres_fdw: reestablish new connection if cached one is detected as broken.Fujii Masao2020-10-06
* Make xact.h usable in frontend.Heikki Linnakangas2020-08-17
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix compile failure.Tom Lane2020-02-24
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Update copyrights for 2020Bruce Momjian2020-01-01
* Superuser can permit passwordless connections on postgres_fdwAndrew Dunstan2019-12-20
* postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita2019-11-08
* PG_FINALLYPeter Eisentraut2019-11-01
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-24
* postgres_fdw: Reorder C includes.Etsuro Fujita2019-06-11
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Improve style guideline compliance of assorted error-report messages.Tom Lane2018-03-22
* Update copyright for 2018Bruce Momjian2018-01-02
* postgres_fdw: Judge password use by run-as user, not session user.Robert Haas2017-12-05
* Re-establish postgres_fdw connections after server or user mapping changes.Tom Lane2017-07-21
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Fix low-probability leaks of PGresult objects in the backend.Tom Lane2017-06-15
* postgres_fdw: Allow cancellation of transaction control commands.Robert Haas2017-06-07
* chomp PQerrorMessage() in backend usesPeter Eisentraut2017-02-27
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Improve dblink error message when remote does not provide itJoe Conway2016-12-21