aboutsummaryrefslogtreecommitdiff
path: root/contrib/file_fdw/input
Commit message (Expand)AuthorAge
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* Don't require a user mapping for FDWs to work.Robert Haas2016-03-28
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* 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
* 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