index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
/
option.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
1
-0
/
+6
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
1
-6
/
+0
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
1
-0
/
+6
*
postgres_fdw: Add support for parallel abort.
Etsuro Fujita
2023-04-06
1
-0
/
+2
*
Fix handling of escape sequences in postgres_fdw.application_name
Michael Paquier
2023-02-21
1
-4
/
+18
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Sample postgres_fdw tables remotely during ANALYZE
Tomas Vondra
2022-12-30
1
-0
/
+21
*
Adjust assorted hint messages that list all valid options.
Peter Eisentraut
2022-09-16
1
-9
/
+14
*
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-20
1
-2
/
+2
*
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-17
1
-2
/
+0
*
postgres_fdw: Add support for parallel commit.
Etsuro Fujita
2022-02-24
1
-0
/
+2
*
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
1
-1
/
+1
*
postgres_fdw: Make postgres_fdw.application_name support more escape sequences.
Fujii Masao
2022-02-18
1
-0
/
+6
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
1
-1
/
+1
*
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-27
1
-1
/
+1
*
postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.
Fujii Masao
2021-12-24
1
-0
/
+62
*
Add missing EmitWarningsOnPlaceholders() calls.
Tom Lane
2021-12-21
1
-0
/
+2
*
Improve HINT message that FDW reports when there are no valid options.
Fujii Masao
2021-10-27
1
-2
/
+4
*
postgres_fdw: Allow application_name of remote connection to be set via GUC.
Fujii Masao
2021-09-07
1
-1
/
+34
*
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-28
1
-3
/
+6
*
postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.
Fujii Masao
2021-07-07
1
-21
/
+31
*
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-04-08
1
-0
/
+4
*
postgres_fdw: Add option to control whether to keep connections open.
Fujii Masao
2021-04-02
1
-1
/
+3
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
1
-1
/
+5
*
Implement support for bulk inserts in postgres_fdw
Tomas Vondra
2021-01-20
1
-0
/
+14
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-6
/
+6
*
Only superuser can set sslcert/sslkey in postgres_fdw user mappings
Andrew Dunstan
2020-01-13
1
-0
/
+10
*
Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings
Andrew Dunstan
2020-01-09
1
-0
/
+9
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Superuser can permit passwordless connections on postgres_fdw
Andrew Dunstan
2019-12-20
1
-0
/
+19
*
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-10-24
1
-3
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Improve style guideline compliance of assorted error-report messages.
Tom Lane
2018-03-22
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-2
/
+2
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
1
-0
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-2
/
+2
*
postgres_fdw: Allow fetch_size to be set per-table or per-server.
Robert Haas
2016-02-03
1
-0
/
+14
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2015-11-03
1
-0
/
+54
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-1
/
+1
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
1
-2
/
+0
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-12
1
-2
/
+6
*
Rename postgres_fdw's use_remote_explain option to use_remote_estimate.
Tom Lane
2013-02-23
1
-5
/
+5
[next]