summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/deparse.c
Commit message (Expand)AuthorAgeFilesLines
* Remove spurious semicolons.Heikki Linnakangas2015-03-311-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix mishandling of system columns in FDW queries.Tom Lane2014-11-221-0/+12
* postgres_fdw.h: don't pull in rel.h when relcache.h is enoughAlvaro Herrera2014-11-141-0/+1
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-101-2/+1
* Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.Tom Lane2014-06-161-3/+0
* pgindent run for 9.4Bruce Momjian2014-05-061-9/+9
* Fix contrib/postgres_fdw's remote-estimate representation of array Params.Tom Lane2014-04-161-30/+54
* Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane2014-04-031-9/+1
* Offer triggers on foreign tables.Noah Misch2014-03-231-26/+37
* Fix contrib/postgres_fdw to handle multiple join conditions properly.Tom Lane2014-03-071-3/+4
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-311-5/+5
* Avoid retrieving dummy NULL columns in postgres_fdw.Tom Lane2013-03-221-26/+69
* Redo postgres_fdw's planner code so it can handle parameterized paths.Tom Lane2013-03-211-164/+235
* Introduce less-bogus handling of collations in contrib/postgres_fdw.Tom Lane2013-03-131-43/+373
* Fix contrib/postgres_fdw's handling of column defaults.Tom Lane2013-03-121-38/+17
* Fix postgres_fdw's issues with inconsistent interpretation of data values.Tom Lane2013-03-111-0/+6
* Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.Tom Lane2013-03-111-23/+29
* Support writable foreign tables.Tom Lane2013-03-101-64/+239
* Fix some planning oversights in postgres_fdw.Tom Lane2013-02-221-0/+23
* Fix whole-row references in postgres_fdw.Tom Lane2013-02-221-1/+7
* Change postgres_fdw to show casts as casts, not underlying function calls.Tom Lane2013-02-221-7/+35
* Get rid of postgres_fdw's assumption that remote type OIDs match ours.Tom Lane2013-02-221-6/+12
* Adjust postgres_fdw's search path handling.Tom Lane2013-02-221-32/+69
* Add postgres_fdw contrib module.Tom Lane2013-02-211-0/+1104