summaryrefslogtreecommitdiff
path: root/contrib/file_fdw/input/file_fdw.source
Commit message (Expand)AuthorAgeFilesLines
* Remove dynamic translation of regression test scripts, step 2.Tom Lane2021-12-201-253/+0
* Remove dynamic translation of regression test scripts, step 1.Tom Lane2021-12-201-12/+41
* file_fdw: Fix for generated columnsPeter Eisentraut2019-04-041-0/+6
* Allow insert and update tuple routing and COPY for foreign tables.Robert Haas2018-04-061-0/+5
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-191-0/+1
* Even if some partitions are foreign, allow tuple routing.Robert Haas2017-09-071-0/+21
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-171-27/+27
* Don't require a user mapping for FDWs to work.Robert Haas2016-03-281-0/+3
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-221-1/+15
* Allow CHECK constraints to be placed on foreign tables.Tom Lane2014-12-171-1/+15
* copy: update docs for FORCE_NULL and FORCE_NOT_NULL combinationBruce Momjian2014-04-221-6/+4
* Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan2014-03-041-1/+16
* Support writable foreign tables.Tom Lane2013-03-101-1/+0
* Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper.Tom Lane2011-09-161-0/+16
* Make the file_fdw validator check that a filename option has been provided.Tom Lane2011-07-051-0/+1
* Add contrib/file_fdw foreign-data wrapper for reading files via COPY.Tom Lane2011-02-201-0/+131