aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.h
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Treat number of disabled nodes in a path as a separate cost metric.Robert Haas2024-08-21
* Make dblink interruptible, via new libpqsrv APIs.Noah Misch2024-01-08
* Update copyright for 2024Bruce Momjian2024-01-03
* Add support for deparsing semi-joins to contrib/postgres_fdwAlexander Korotkov2023-12-05
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Check relkind before using TABLESAMPLE in postgres_fdwTomas Vondra2023-01-07
* Update copyright for 2023Bruce Momjian2023-01-02
* Sample postgres_fdw tables remotely during ANALYZETomas Vondra2022-12-30
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-22
* Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane2022-03-31
* Update copyright for 2022Bruce Momjian2022-01-07
* postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao2021-12-24
* postgres_fdw: Allow application_name of remote connection to be set via GUC.Fujii Masao2021-09-07
* postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita2021-08-05
* Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao2021-04-27
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-08
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Implement support for bulk inserts in postgres_fdwTomas Vondra2021-01-20
* Replace remaining uses of "whitelist".Thomas Munro2021-01-05
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN.Tom Lane2019-12-02
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* pgindent run prior to branching v12.Tom Lane2019-07-01
* postgres_fdw: Fix costing of pre-sorted foreign paths with local stats.Etsuro Fujita2019-06-14
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Avoid postgres_fdw crash for a targetlist entry that's just a Param.Tom Lane2019-04-27
* postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.Etsuro Fujita2019-04-02
* postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely.Etsuro Fujita2019-04-02
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix WITH CHECK OPTION on views referencing postgres_fdw tables.Jeff Davis2018-07-08
* Fix interaction of foreign tuple routing with remote triggers.Robert Haas2018-05-01
* postgres_fdw: Push down UPDATE/DELETE joins to remote servers.Robert Haas2018-02-07
* Update copyright for 2018Bruce Momjian2018-01-02
* postgres_fdw: Move function prototype to correct section.Robert Haas2017-06-22
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Simplify handling of remote-qual pass-forward in postgres_fdw.Tom Lane2017-04-11
* Handle restriction clause lists more uniformly in postgres_fdw.Tom Lane2017-04-11
* postgres_fdw: Push down FULL JOINs with restriction clauses.Robert Haas2017-03-16
* Update copyright via script for 2017Bruce Momjian2017-01-03
* postgres_fdw: Push down aggregates to remote servers.Robert Haas2016-10-21
* pgindent run for 9.6Robert Haas2016-06-09
* Allow queries submitted by postgres_fdw to be canceled.Robert Haas2016-04-21
* Directly modify foreign tables.Robert Haas2016-03-18
* postgres_fdw: Push down joins to remote servers.Robert Haas2016-02-09
* postgres_fdw: Allow fetch_size to be set per-table or per-server.Robert Haas2016-02-03
* postgres_fdw: More preliminary refactoring for upcoming join pushdown.Robert Haas2016-01-30