index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
file_fdw
/
output
/
file_fdw.source
Age
Commit message (
Expand
)
Author
2021-12-20
Remove dynamic translation of regression test scripts, step 2.
Tom Lane
2021-12-20
Remove dynamic translation of regression test scripts, step 1.
Tom Lane
2019-04-04
file_fdw: Fix for generated columns
Peter Eisentraut
2018-04-06
Allow insert and update tuple routing and COPY for foreign tables.
Robert Haas
2018-04-06
Add default roles for file/program access
Stephen Frost
2018-01-19
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2017-09-07
Even if some partitions are foreign, allow tuple routing.
Robert Haas
2016-09-29
Allow contrib/file_fdw to read from a program, like COPY FROM PROGRAM.
Tom Lane
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2016-03-29
Don't require a user mapping for FDWs to work.
Robert Haas
2015-03-22
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-06
Fix contrib/file_fdw's expected file
Alvaro Herrera
2014-12-17
Allow CHECK constraints to be placed on foreign tables.
Tom Lane
2014-04-22
copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination
Bruce Momjian
2014-03-04
Provide a FORCE NULL option to COPY in CSV mode.
Andrew Dunstan
2013-03-10
Support writable foreign tables.
Tom Lane
2013-02-06
Improve error message wording
Alvaro Herrera
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2012-05-17
file_fdw: Improve error message
Peter Eisentraut
2011-09-16
Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper.
Tom Lane
2011-07-05
Make the file_fdw validator check that a filename option has been provided.
Tom Lane
2011-02-20
Add contrib/file_fdw foreign-data wrapper for reading files via COPY.
Tom Lane