index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
/
postgres_fdw.h
Age
Commit message (
Expand
)
Author
2021-01-05
Replace remaining uses of "whitelist".
Thomas Munro
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-02
Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN.
Tom Lane
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-07-01
pgindent run prior to branching v12.
Tom Lane
2019-06-14
postgres_fdw: Fix costing of pre-sorted foreign paths with local stats.
Etsuro Fujita
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-27
Avoid postgres_fdw crash for a targetlist entry that's just a Param.
Tom Lane
2019-04-02
postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.
Etsuro Fujita
2019-04-02
postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely.
Etsuro Fujita
2019-01-29
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-07-08
Fix WITH CHECK OPTION on views referencing postgres_fdw tables.
Jeff Davis
2018-05-01
Fix interaction of foreign tuple routing with remote triggers.
Robert Haas
2018-02-07
postgres_fdw: Push down UPDATE/DELETE joins to remote servers.
Robert Haas
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-06-22
postgres_fdw: Move function prototype to correct section.
Robert Haas
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-11
Simplify handling of remote-qual pass-forward in postgres_fdw.
Tom Lane
2017-04-11
Handle restriction clause lists more uniformly in postgres_fdw.
Tom Lane
2017-03-16
postgres_fdw: Push down FULL JOINs with restriction clauses.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-21
postgres_fdw: Push down aggregates to remote servers.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-21
Allow queries submitted by postgres_fdw to be canceled.
Robert Haas
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-02-09
postgres_fdw: Push down joins to remote servers.
Robert Haas
2016-02-03
postgres_fdw: Allow fetch_size to be set per-table or per-server.
Robert Haas
2016-01-30
postgres_fdw: More preliminary refactoring for upcoming join pushdown.
Robert Haas
2016-01-28
postgres_fdw: Refactor deparsing code for locking clauses.
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-11-03
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2015-11-03
postgres_fdw: Add ORDER BY to some remote SQL queries.
Robert Haas
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-14
postgres_fdw.h: don't pull in rel.h when relcache.h is enough
Alvaro Herrera
2014-07-10
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-03-07
Fix contrib/postgres_fdw to handle multiple join conditions properly.
Tom Lane
2014-02-03
Improve connection-failure error handling in contrib/postgres_fdw.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-22
Avoid retrieving dummy NULL columns in postgres_fdw.
Tom Lane
2013-03-21
Redo postgres_fdw's planner code so it can handle parameterized paths.
Tom Lane
2013-03-12
Fix contrib/postgres_fdw's handling of column defaults.
Tom Lane
2013-03-11
Fix postgres_fdw's issues with inconsistent interpretation of data values.
Tom Lane
2013-03-10
Support writable foreign tables.
Tom Lane
2013-02-22
Fix some planning oversights in postgres_fdw.
Tom Lane
[next]