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
/
postgres_fdw.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check relkind before using TABLESAMPLE in postgres_fdw
Tomas Vondra
2023-01-07
1
-1
/
+1
*
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
/
+15
*
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-09-22
1
-1
/
+1
*
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-31
1
-4
/
+9
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.
Fujii Masao
2021-12-24
1
-0
/
+1
*
postgres_fdw: Allow application_name of remote connection to be set via GUC.
Fujii Masao
2021-09-07
1
-0
/
+1
*
postgres_fdw: Fix issues with generated columns in foreign tables.
Etsuro Fujita
2021-08-05
1
-2
/
+3
*
Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.
Fujii Masao
2021-04-27
1
-1
/
+0
*
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-04-08
1
-0
/
+6
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
1
-2
/
+15
*
Implement support for bulk inserts in postgres_fdw
Tomas Vondra
2021-01-20
1
-1
/
+4
*
Replace remaining uses of "whitelist".
Thomas Munro
2021-01-05
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN.
Tom Lane
2019-12-02
1
-4
/
+7
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
1
-2
/
+1
*
pgindent run prior to branching v12.
Tom Lane
2019-07-01
1
-0
/
+1
*
postgres_fdw: Fix costing of pre-sorted foreign paths with local stats.
Etsuro Fujita
2019-06-14
1
-2
/
+7
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-46
/
+46
*
Avoid postgres_fdw crash for a targetlist entry that's just a Param.
Tom Lane
2019-04-27
1
-0
/
+3
*
postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.
Etsuro Fujita
2019-04-02
1
-1
/
+2
*
postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely.
Etsuro Fujita
2019-04-02
1
-1
/
+11
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Fix WITH CHECK OPTION on views referencing postgres_fdw tables.
Jeff Davis
2018-07-08
1
-2
/
+4
*
Fix interaction of foreign tuple routing with remote triggers.
Robert Haas
2018-05-01
1
-3
/
+3
*
postgres_fdw: Push down UPDATE/DELETE joins to remote servers.
Robert Haas
2018-02-07
1
-0
/
+2
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
postgres_fdw: Move function prototype to correct section.
Robert Haas
2017-06-22
1
-1
/
+1
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-2
/
+2
*
Simplify handling of remote-qual pass-forward in postgres_fdw.
Tom Lane
2017-04-11
1
-1
/
+8
*
Handle restriction clause lists more uniformly in postgres_fdw.
Tom Lane
2017-04-11
1
-11
/
+3
*
postgres_fdw: Push down FULL JOINs with restriction clauses.
Robert Haas
2017-03-16
1
-1
/
+15
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
postgres_fdw: Push down aggregates to remote servers.
Robert Haas
2016-10-21
1
-1
/
+4
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-13
/
+13
*
Allow queries submitted by postgres_fdw to be canceled.
Robert Haas
2016-04-21
1
-0
/
+2
*
Directly modify foreign tables.
Robert Haas
2016-03-18
1
-0
/
+14
*
postgres_fdw: Push down joins to remote servers.
Robert Haas
2016-02-09
1
-3
/
+43
*
postgres_fdw: Allow fetch_size to be set per-table or per-server.
Robert Haas
2016-02-03
1
-0
/
+2
*
postgres_fdw: More preliminary refactoring for upcoming join pushdown.
Robert Haas
2016-01-30
1
-15
/
+3
*
postgres_fdw: Refactor deparsing code for locking clauses.
Robert Haas
2016-01-28
1
-0
/
+2
*
Avoid multiple foreign server connections when all use same user mapping.
Robert Haas
2016-01-28
1
-2
/
+1
*
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
-1
/
+42
*
postgres_fdw: Add ORDER BY to some remote SQL queries.
Robert Haas
2015-11-03
1
-0
/
+3
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-1
/
+1
[next]