index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
/
connection.c
Age
Commit message (
Expand
)
Author
2021-10-13
postgres_fdw: Move comments about elog level in (sub)abort cleanup.
Etsuro Fujita
2021-10-07
postgres_fdw: Fix comments in connection.c.
Etsuro Fujita
2021-09-22
postgres_fdw: Refactor transaction rollback code to avoid code duplication.
Fujii Masao
2021-09-07
postgres_fdw: Allow application_name of remote connection to be set via GUC.
Fujii Masao
2021-04-08
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-04-02
postgres_fdw: Add option to control whether to keep connections open.
Fujii Masao
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-01-26
postgres_fdw: Add functions to discard cached connections.
Fujii Masao
2021-01-18
postgres_fdw: Add function to list cached connections to foreign servers.
Fujii Masao
2021-01-15
postgres_fdw: Save foreign server OID in connection cache entry.
Fujii Masao
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-28
postgres_fdw: Fix connection leak.
Fujii Masao
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-11-11
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-09
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-10-16
postgres_fdw: Restructure connection retry logic.
Fujii Masao
2020-10-06
postgres_fdw: reestablish new connection if cached one is detected as broken.
Fujii Masao
2020-08-17
Make xact.h usable in frontend.
Heikki Linnakangas
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-02-24
Fix compile failure.
Tom Lane
2020-02-24
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-20
Superuser can permit passwordless connections on postgres_fdw
Andrew Dunstan
2019-11-08
postgres_fdw: Fix error message for PREPARE TRANSACTION.
Etsuro Fujita
2019-11-01
PG_FINALLY
Peter Eisentraut
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-06-11
postgres_fdw: Reorder C includes.
Etsuro Fujita
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-03-22
Improve style guideline compliance of assorted error-report messages.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-05
postgres_fdw: Judge password use by run-as user, not session user.
Robert Haas
2017-07-21
Re-establish postgres_fdw connections after server or user mapping changes.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-15
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-07
postgres_fdw: Allow cancellation of transaction control commands.
Robert Haas
2017-02-27
chomp PQerrorMessage() in backend uses
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-21
Improve dblink error message when remote does not provide it
Joe Conway
2016-10-05
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-05-16
Fix multiple problems in postgres_fdw query cancellation logic.
Robert Haas
2016-04-21
Allow queries submitted by postgres_fdw to be canceled.
Robert Haas
2016-02-08
Use %u not %d to print OIDs.
Tom Lane
2016-01-28
Add missing quotation mark.
Robert Haas
2016-01-28
Avoid multiple foreign server connections when all use same user mapping.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
[next]