Commit Graph

67 Commits (2cd70845240087da205695baedab6412342d1dbe)

Author SHA1 Message Date
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 8 years ago
Peter Eisentraut 77d05706be Fix up some misusage of appendStringInfo() and friends 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Tom Lane 28b0478755 Handle restriction clause lists more uniformly in postgres_fdw. 8 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 8 years ago
Robert Haas 7a39b5e4d1 Abstract logic to allow for multiple kinds of child rels. 8 years ago
Robert Haas b30fb56b07 postgres_fdw: Push down FULL JOINs with restriction clauses. 8 years ago
Andres Freund 9ba8a9ce45 Use the new castNode() macro in a number of places. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas 9779f71c40 postgres_fdw: Fix typo in comment. 9 years ago
Tom Lane 8529686ccb Suppress unused-variable warning in non-assert builds. 9 years ago
Robert Haas 7012b132d0 postgres_fdw: Push down aggregates to remote servers. 9 years ago
Heikki Linnakangas ae025a1598 Support OID system column in postgres_fdw. 9 years ago
Robert Haas dcb7a54bd1 postgres_fdw: Cosmetic cleanup. 9 years ago
Tom Lane 9492cf86e4 Fix assorted fallout from IS [NOT] NULL patch. 9 years ago
Fujii Masao 1804d1555f Fix typo in comment. 9 years ago
Robert Haas 5f3499b2b5 postgres_fdw: Remove schema-qualification from cast to text. 9 years ago
Robert Haas 9e9c38e159 postgres_fdw: Fix incorrect NULL handling in join pushdown. 9 years ago
Robert Haas 267569b24c postgres_fdw: Remove useless return statement. 9 years ago
Robert Haas 131c7e70b4 postgres_fdw: Check PlaceHolderVars before pushing down a join. 9 years ago
Robert Haas 332fdbef20 postgres_fdw: Promote an Assert() to elog(). 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Robert Haas da7d44b627 postgres_fdw: Clean up handling of system columns. 9 years ago
Tom Lane 92b7902deb Clean up some Coverity complaints about commit 0bf3ae88af. 9 years ago
Robert Haas 0bf3ae88af Directly modify foreign tables. 9 years ago
Tom Lane 307c78852f Rethink representation of PathTargets. 9 years ago
Tom Lane 364a9f47ab Refactor pull_var_clause's API to make it less tedious to extend. 9 years ago
Robert Haas 3bea3f88d5 postgres_fdw: When sending ORDER BY, always include NULLS FIRST/LAST. 9 years ago
Tom Lane 19a541143a Add an explicit representation of the output targetlist to Paths. 9 years ago
Tom Lane 99a9d6d563 Add missing "static" qualifier. 10 years ago
Robert Haas e4106b2528 postgres_fdw: Push down joins to remote servers. 10 years ago
Tom Lane 392998bc58 Add missing "static" qualifier. 10 years ago
Robert Haas 37c84570b1 postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only. 10 years ago
Robert Haas cc592c48c5 postgres_fdw: More preliminary refactoring for upcoming join pushdown. 10 years ago
Robert Haas b88ef201d4 postgres_fdw: Refactor deparsing code for locking clauses. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane d894941663 Allow postgres_fdw to ship extension funcs/operators for remote execution. 10 years ago
Robert Haas f18c944b61 postgres_fdw: Add ORDER BY to some remote SQL queries. 10 years ago
Tom Lane 76f965ff1f Improve handling of collations in contrib/postgres_fdw. 10 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 10 years ago
Heikki Linnakangas 1d0db8de04 Remove spurious semicolons. 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 9c58101117 Fix mishandling of system columns in FDW queries. 11 years ago
Alvaro Herrera f9ef578d05 postgres_fdw.h: don't pull in rel.h when relcache.h is enough 11 years ago
Tom Lane 59efda3e50 Implement IMPORT FOREIGN SCHEMA. 11 years ago
Tom Lane 2146f13408 Avoid recursion when processing simple lists of AND'ed or OR'ed clauses. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Tom Lane 5b68d81697 Fix contrib/postgres_fdw's remote-estimate representation of array Params. 11 years ago
Tom Lane c7b3539599 Fix non-equivalence of VARIADIC and non-VARIADIC function call formats. 11 years ago