aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw
Commit message (Expand)AuthorAge
...
* 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
* Handle restriction clause lists more uniformly in postgres_fdw.Tom Lane2017-04-11
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-07
* Reset API of clause_selectivity()Simon Riggs2017-04-06
* Collect and use multi-column dependency statsSimon Riggs2017-04-05
* Capitalize names of PLs consistentlyPeter Eisentraut2017-04-05
* Abstract logic to allow for multiple kinds of child rels.Robert Haas2017-04-03
* postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.Robert Haas2017-03-31
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-27
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* postgres_fdw: Push down FULL JOINs with restriction clauses.Robert Haas2017-03-16
* Fix hard-coded relkind constants in assorted other files.Tom Lane2017-03-09