aboutsummaryrefslogtreecommitdiff
path: root/contrib/file_fdw/output/file_fdw.source
Commit message (Expand)AuthorAge
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* Fix contrib/file_fdw's expected fileAlvaro Herrera2015-03-06
* Allow CHECK constraints to be placed on foreign tables.Tom Lane2014-12-17
* copy: update docs for FORCE_NULL and FORCE_NOT_NULL combinationBruce Momjian2014-04-22
* Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan2014-03-04
* Support writable foreign tables.Tom Lane2013-03-10
* Improve error message wordingAlvaro Herrera2013-02-06
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* file_fdw: Improve error messagePeter Eisentraut2012-05-17
* Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper.Tom Lane2011-09-16
* Make the file_fdw validator check that a filename option has been provided.Tom Lane2011-07-05
* Add contrib/file_fdw foreign-data wrapper for reading files via COPY.Tom Lane2011-02-20