Commit Graph

35 Commits (7351e18286ec83461b386e23328d65fd4a538bba)

Author SHA1 Message Date
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
Noah Misch 7cbe57c34d Offer triggers on foreign tables. 11 years ago
Tom Lane 83204e100c Fix contrib/postgres_fdw to handle multiple join conditions properly. 11 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Robert Haas cacbdd7810 Use appendStringInfoString instead of appendStringInfo where possible. 12 years ago
Tom Lane e690b95150 Avoid retrieving dummy NULL columns in postgres_fdw. 12 years ago
Tom Lane 9cbc4b80dd Redo postgres_fdw's planner code so it can handle parameterized paths. 12 years ago
Tom Lane ed3ddf918b Introduce less-bogus handling of collations in contrib/postgres_fdw. 12 years ago
Tom Lane 50c19fc76f Fix contrib/postgres_fdw's handling of column defaults. 12 years ago
Tom Lane cc3f281ffb Fix postgres_fdw's issues with inconsistent interpretation of data values. 12 years ago
Tom Lane 8f9cc41daf Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES. 12 years ago
Tom Lane 21734d2fb8 Support writable foreign tables. 12 years ago
Tom Lane c0c6acdfa0 Fix some planning oversights in postgres_fdw. 13 years ago
Tom Lane 6da378dbc9 Fix whole-row references in postgres_fdw. 13 years ago
Tom Lane 211e157a51 Change postgres_fdw to show casts as casts, not underlying function calls. 13 years ago
Tom Lane 5fd386bb31 Get rid of postgres_fdw's assumption that remote type OIDs match ours. 13 years ago
Tom Lane 6d06049493 Adjust postgres_fdw's search path handling. 13 years ago
Tom Lane d0d75c4022 Add postgres_fdw contrib module. 13 years ago