summaryrefslogtreecommitdiff
path: root/contrib/file_fdw/output/file_fdw.source
AgeCommit message (Expand)Author
2021-12-20Remove dynamic translation of regression test scripts, step 2.Tom Lane
2021-12-20Remove dynamic translation of regression test scripts, step 1.Tom Lane
2019-04-04file_fdw: Fix for generated columnsPeter Eisentraut
2018-04-06Allow insert and update tuple routing and COPY for foreign tables.Robert Haas
2018-04-06Add default roles for file/program accessStephen Frost
2018-01-19Allow UPDATE to move rows between partitions.Robert Haas
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2017-09-07Even if some partitions are foreign, allow tuple routing.Robert Haas
2016-09-29Allow contrib/file_fdw to read from a program, like COPY FROM PROGRAM.Tom Lane
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-03-29Don't require a user mapping for FDWs to work.Robert Haas
2015-03-22Allow foreign tables to participate in inheritance.Tom Lane
2015-03-06Fix contrib/file_fdw's expected fileAlvaro Herrera
2014-12-17Allow CHECK constraints to be placed on foreign tables.Tom Lane
2014-04-22copy: update docs for FORCE_NULL and FORCE_NOT_NULL combinationBruce Momjian
2014-03-04Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan
2013-03-10Support writable foreign tables.Tom Lane
2013-02-06Improve error message wordingAlvaro Herrera
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2012-05-17file_fdw: Improve error messagePeter Eisentraut
2011-09-16Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper.Tom Lane
2011-07-05Make the file_fdw validator check that a filename option has been provided.Tom Lane
2011-02-20Add contrib/file_fdw foreign-data wrapper for reading files via COPY.Tom Lane