summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/expected
Commit message (Expand)AuthorAgeFilesLines
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-121-0/+1
* Tweak postgres_fdw regression test so autovacuum doesn't change results.Tom Lane2013-06-091-112/+110
* Allow CREATE FOREIGN TABLE to include SERIAL columns.Tom Lane2013-05-151-0/+34
* Avoid retrieving dummy NULL columns in postgres_fdw.Tom Lane2013-03-221-119/+131
* Redo postgres_fdw's planner code so it can handle parameterized paths.Tom Lane2013-03-211-1/+22
* Introduce less-bogus handling of collations in contrib/postgres_fdw.Tom Lane2013-03-131-14/+81
* Fix contrib/postgres_fdw's handling of column defaults.Tom Lane2013-03-121-143/+142
* Avoid row-processing-order dependency in postgres_fdw regression test.Tom Lane2013-03-121-1/+1
* Fix postgres_fdw's issues with inconsistent interpretation of data values.Tom Lane2013-03-111-6/+6
* Band-aid for regression test expected-results problem with timestamptz.Tom Lane2013-03-101-6/+6
* Support writable foreign tables.Tom Lane2013-03-101-0/+1509
* Rename postgres_fdw's use_remote_explain option to use_remote_estimate.Tom Lane2013-02-231-3/+3
* Fix whole-row references in postgres_fdw.Tom Lane2013-02-221-0/+29
* Change postgres_fdw to show casts as casts, not underlying function calls.Tom Lane2013-02-221-12/+12
* Get rid of postgres_fdw's assumption that remote type OIDs match ours.Tom Lane2013-02-221-6/+6
* Adjust postgres_fdw's search path handling.Tom Lane2013-02-221-82/+82
* Add postgres_fdw contrib module.Tom Lane2013-02-211-0/+704