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
/
Makefile
Age
Commit message (
Expand
)
Author
2025-10-15
Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch.
Etsuro Fujita
2025-01-15
postgres_fdw: SCRAM authentication pass-through
Peter Eisentraut
2024-07-26
postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().
Fujii Masao
2024-07-22
postgres_fdw: Split out the query_cancel test to its own file
Alvaro Herrera
2021-01-18
postgres_fdw: Add function to list cached connections to foreign servers.
Fujii Masao
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2018-04-03
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2015-11-03
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2014-12-04
Fix SHLIB_PREREQS use in contrib, allowing PGXS builds
Peter Eisentraut
2014-08-26
Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests.
Andres Freund
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2013-02-21
Add postgres_fdw contrib module.
Tom Lane