index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
file_fdw
/
input
Commit message (
Expand
)
Author
Age
*
file_fdw: Fix for generated columns
Peter Eisentraut
2019-04-04
*
Allow insert and update tuple routing and COPY for foreign tables.
Robert Haas
2018-04-06
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Even if some partitions are foreign, allow tuple routing.
Robert Haas
2017-09-07
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-28
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
*
Allow CHECK constraints to be placed on foreign tables.
Tom Lane
2014-12-17
*
copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination
Bruce Momjian
2014-04-22
*
Provide a FORCE NULL option to COPY in CSV mode.
Andrew Dunstan
2014-03-04
*
Support writable foreign tables.
Tom Lane
2013-03-10
*
Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper.
Tom Lane
2011-09-16
*
Make the file_fdw validator check that a filename option has been provided.
Tom Lane
2011-07-05
*
Add contrib/file_fdw foreign-data wrapper for reading files via COPY.
Tom Lane
2011-02-20