summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
AgeCommit message (Expand)Author
2018-05-02Remove now-unnecessary cast.Robert Haas
2018-05-01Fix interaction of foreign tuple routing with remote triggers.Robert Haas
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-20Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane
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-02postgres_fdw: Push down partition-wise aggregation.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-12get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera
2018-02-07postgres_fdw: Push down UPDATE/DELETE joins to remote servers.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-02Update copyright for 2018Bruce Momjian
2017-12-27Remove incorrect apostrophe.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-06-30Fix typo in commentPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-24postgres_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
2017-04-06Reset API of clause_selectivity()Simon Riggs
2017-04-05Collect and use multi-column dependency statsSimon Riggs
2017-04-03Abstract logic to allow for multiple kinds of child rels.Robert Haas
2017-03-31postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning.Robert Haas
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-16postgres_fdw: Push down FULL JOINs with restriction clauses.Robert Haas
2017-03-09Fix hard-coded relkind constants in assorted other files.Tom Lane
2017-01-27Fix typo in comment.Robert Haas
2017-01-26Use the new castNode() macro in a number of places.Andres Freund
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-04postgres_fdw: Fix typo in comment.Robert Haas
2016-11-03Use NIL instead of NULL for an empty List.Robert Haas
2016-10-21postgres_fdw: Push down aggregates to remote servers.Robert Haas
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-26Support OID system column in postgres_fdw.Heikki Linnakangas
2016-08-24postgres_fdw: Cosmetic cleanup.Robert Haas
2016-07-15Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane
2016-07-01postgres_fdw: Fix cache lookup failure while creating error context.Robert Haas
2016-06-17postgres_fdw: Rephrase comment.Robert Haas
2016-06-14postgres_fdw: Check PlaceHolderVars before pushing down a join.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-05-16postgres_fdw: Fix the fix for crash when pushing down multiple joins.Robert Haas