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
/
option.c
Age
Commit message (
Expand
)
Author
2022-02-24
postgres_fdw: Add support for parallel commit.
Etsuro Fujita
2022-02-21
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-18
postgres_fdw: Make postgres_fdw.application_name support more escape sequences.
Fujii Masao
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-27
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-24
postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.
Fujii Masao
2021-12-21
Add missing EmitWarningsOnPlaceholders() calls.
Tom Lane
2021-10-26
Improve HINT message that FDW reports when there are no valid options.
Fujii Masao
2021-09-07
postgres_fdw: Allow application_name of remote connection to be set via GUC.
Fujii Masao
2021-07-27
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-07
postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.
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-20
Implement support for bulk inserts in postgres_fdw
Tomas Vondra
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-01-13
Only superuser can set sslcert/sslkey in postgres_fdw user mappings
Andrew Dunstan
2020-01-09
Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings
Andrew Dunstan
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-20
Superuser can permit passwordless connections on postgres_fdw
Andrew Dunstan
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-03-22
Improve style guideline compliance of assorted error-report messages.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-06-09
pgindent run for 9.6
Robert Haas
2016-02-03
postgres_fdw: Allow fetch_size to be set per-table or per-server.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-03
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-06-12
Improve updatability checking for views and foreign tables.
Tom Lane
2013-02-23
Rename postgres_fdw's use_remote_explain option to use_remote_estimate.
Tom Lane
2013-02-21
Add postgres_fdw contrib module.
Tom Lane