summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/deparse.c
AgeCommit message (Expand)Author
2019-02-01Renaming for new subscripting mechanismAlvaro Herrera
2019-01-29Refactor planner's header files.Tom Lane
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-07-08Fix WITH CHECK OPTION on views referencing postgres_fdw tables.Jeff Davis
2018-07-01Use optimized bitmap set function for membership test in postgres_fdwMichael Paquier
2018-05-01Fix interaction of foreign tuple routing with remote triggers.Robert Haas
2018-03-01Fix format_type() to restore its old behavior.Tom Lane
2018-02-19Remove bogus "extern" annotations on function definitions.Tom Lane
2018-02-17Refactor format_type APIs to be more modularAlvaro Herrera
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-12Fix postgres_fdw to cope with duplicate GROUP BY entries.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-15Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
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-03Abstract logic to allow for multiple kinds of child rels.Robert Haas
2017-03-16postgres_fdw: Push down FULL JOINs with restriction clauses.Robert Haas
2017-01-26Use the new castNode() macro in a number of places.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-01postgres_fdw: Fix typo in comment.Robert Haas
2016-10-26Suppress unused-variable warning in non-assert builds.Tom Lane
2016-10-21postgres_fdw: Push down aggregates to remote servers.Robert Haas
2016-08-26Support OID system column in postgres_fdw.Heikki Linnakangas
2016-08-24postgres_fdw: Cosmetic cleanup.Robert Haas
2016-07-28Fix assorted fallout from IS [NOT] NULL patch.Tom Lane
2016-07-25Fix typo in comment.Fujii Masao
2016-07-01postgres_fdw: Remove schema-qualification from cast to text.Robert Haas
2016-06-24postgres_fdw: Fix incorrect NULL handling in join pushdown.Robert Haas
2016-06-24postgres_fdw: Remove useless return statement.Robert Haas
2016-06-14postgres_fdw: Check PlaceHolderVars before pushing down a join.Robert Haas
2016-06-14postgres_fdw: Promote an Assert() to elog().Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-04-15postgres_fdw: Clean up handling of system columns.Robert Haas
2016-03-21Clean up some Coverity complaints about commit 0bf3ae88af330496.Tom Lane
2016-03-18Directly modify foreign tables.Robert Haas
2016-03-14Rethink representation of PathTargets.Tom Lane
2016-03-10Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane
2016-03-04postgres_fdw: When sending ORDER BY, always include NULLS FIRST/LAST.Robert Haas
2016-02-18Add an explicit representation of the output targetlist to Paths.Tom Lane
2016-02-12Add missing "static" qualifier.Tom Lane
2016-02-09postgres_fdw: Push down joins to remote servers.Robert Haas
2016-02-06Add missing "static" qualifier.Tom Lane
2016-02-04postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only.Robert Haas