summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/sql
Commit message (Expand)AuthorAgeFilesLines
* Introduce less-bogus handling of collations in contrib/postgres_fdw.Tom Lane2013-03-131-3/+20
* Fix contrib/postgres_fdw's handling of column defaults.Tom Lane2013-03-121-8/+7
* 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-2/+2
* Band-aid for regression test expected-results problem with timestamptz.Tom Lane2013-03-101-2/+2
* Support writable foreign tables.Tom Lane2013-03-101-0/+74
* 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/+3
* Add postgres_fdw contrib module.Tom Lane2013-02-211-0/+272