summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
AgeCommit message (Expand)Author
2018-12-12Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane
2018-12-04postgres_fdw: Improve cost and size estimation for aggregate pushdown.Etsuro Fujita
2018-11-28C comment: remove extra '*'Bruce Momjian
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-15Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund
2018-10-07Remove some unnecessary fields from Plan trees.Tom Lane
2018-10-04In the executor, use an array of pointers to access the rangetable.Tom Lane
2018-10-04Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane
2018-09-25Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund
2018-08-28postgres_fdw: don't push ORDER BY with no vars (bug #15352)Andrew Gierth
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-07-08Fix WITH CHECK OPTION on views referencing postgres_fdw tables.Jeff Davis
2018-06-30pgindent run prior to branchingAndrew Dunstan
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