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