summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw
AgeCommit message (Expand)Author
2018-04-06Allow insert and update tuple routing and COPY for foreign tables.Robert Haas
2018-04-06Refactor PgFdwModifyState creation/destruction into separate functions.Robert Haas
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-04-02postgres_fdw: Push down partition-wise aggregation.Robert Haas
2018-03-29Rewrite the code that applies scan/join targets to paths.Robert Haas
2018-03-22Improve style guideline compliance of assorted error-report messages.Tom Lane
2018-03-08Revert "Temporarily instrument postgres_fdw test to look for statistics chang...Tom Lane
2018-03-05Temporarily instrument postgres_fdw test to look for statistics changes.Tom Lane
2018-03-02postgres_fdw: Fourth attempt to stabilize regression tests.Robert Haas
2018-03-01Fix format_type() to restore its old behavior.Tom Lane
2018-02-28postgres_fdw: Third attempt to stabilize regression tests.Robert Haas
2018-02-22postgres_fdw: Fix interaction of PHVs with child joins.Robert Haas
2018-02-19Remove bogus "extern" annotations on function definitions.Tom Lane
2018-02-17Refactor format_type APIs to be more modularAlvaro Herrera
2018-02-16Rename enable_partition_wise_join to enable_partitionwise_joinPeter Eisentraut
2018-02-12get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera
2018-02-09postgres_fdw: Attmempt to stabilize regression tests.Robert Haas
2018-02-08postgres_fdw: Remove CTID output from some tests.Robert Haas
2018-02-07postgres_fdw: Push down UPDATE/DELETE joins to remote servers.Robert Haas
2018-01-30Fix test case for 'outer pathkeys do not match mergeclauses' fix.Robert Haas
2018-01-17postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error.Robert Haas
2018-01-12Fix postgres_fdw to cope with duplicate GROUP BY entries.Tom Lane
2018-01-11Cosmetic fix in postgres_fdw.c.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-27Remove incorrect apostrophe.Robert Haas
2017-12-05postgres_fdw: Fix failing regression test.Robert Haas
2017-12-05postgres_fdw: Judge password use by run-as user, not session user.Robert Haas
2017-12-01postgres_fdw: Fix test that didn't test what it claimed.Robert Haas
2017-11-27Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane
2017-10-06Basic partition-wise join functionality.Robert Haas
2017-09-06Sync function prototype with its actual definition.Tom Lane
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-17Remove bogus line from comment.Robert Haas
2017-08-16Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-07-24When WCOs are present, disable direct foreign table modification.Robert Haas
2017-07-21Stabilize postgres_fdw regression tests.Tom Lane
2017-07-21Re-establish postgres_fdw connections after server or user mapping changes.Tom Lane
2017-06-30Fix typo in commentPeter Eisentraut
2017-06-22postgres_fdw: Move function prototype to correct section.Robert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-15Fix low-probability leaks of PGresult objects in the backend.Tom Lane
2017-06-13psql: Use more consistent capitalization of some output headingsPeter Eisentraut
2017-06-07postgres_fdw: Allow cancellation of transaction control commands.Robert Haas
2017-05-18Don't explicitly mark range partitioning columns NOT NULL.Robert Haas
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-25postgres_fdw: Fix join push down with extensionsPeter Eisentraut
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-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane