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