index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
/
postgres_fdw.h
Commit message (
Expand
)
Author
Age
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-21
*
Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2024-01-08
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add support for deparsing semi-joins to contrib/postgres_fdw
Alexander Korotkov
2023-12-05
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Check relkind before using TABLESAMPLE in postgres_fdw
Tomas Vondra
2023-01-07
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Sample postgres_fdw tables remotely during ANALYZE
Tomas Vondra
2022-12-30
*
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-09-22
*
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-31
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.
Fujii Masao
2021-12-24
*
postgres_fdw: Allow application_name of remote connection to be set via GUC.
Fujii Masao
2021-09-07
*
postgres_fdw: Fix issues with generated columns in foreign tables.
Etsuro Fujita
2021-08-05
*
Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.
Fujii Masao
2021-04-27
*
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-04-08
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Implement support for bulk inserts in postgres_fdw
Tomas Vondra
2021-01-20
*
Replace remaining uses of "whitelist".
Thomas Munro
2021-01-05
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN.
Tom Lane
2019-12-02
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
pgindent run prior to branching v12.
Tom Lane
2019-07-01
*
postgres_fdw: Fix costing of pre-sorted foreign paths with local stats.
Etsuro Fujita
2019-06-14
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Avoid postgres_fdw crash for a targetlist entry that's just a Param.
Tom Lane
2019-04-27
*
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-04-02
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix WITH CHECK OPTION on views referencing postgres_fdw tables.
Jeff Davis
2018-07-08
*
Fix interaction of foreign tuple routing with remote triggers.
Robert Haas
2018-05-01
*
postgres_fdw: Push down UPDATE/DELETE joins to remote servers.
Robert Haas
2018-02-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
postgres_fdw: Move function prototype to correct section.
Robert Haas
2017-06-22
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
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-04-11
*
postgres_fdw: Push down FULL JOINs with restriction clauses.
Robert Haas
2017-03-16
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
postgres_fdw: Push down aggregates to remote servers.
Robert Haas
2016-10-21
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Allow queries submitted by postgres_fdw to be canceled.
Robert Haas
2016-04-21
*
Directly modify foreign tables.
Robert Haas
2016-03-18
*
postgres_fdw: Push down joins to remote servers.
Robert Haas
2016-02-09
*
postgres_fdw: Allow fetch_size to be set per-table or per-server.
Robert Haas
2016-02-03
*
postgres_fdw: More preliminary refactoring for upcoming join pushdown.
Robert Haas
2016-01-30
[next]