index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
file_fdw
/
output
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-28
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