Commit Graph

15 Commits (REL_13_STABLE)

Author SHA1 Message Date
Tom Lane cd31eaaebc Disallow "=" in names of reloptions and foreign-data options. 3 months ago
Peter Eisentraut 33215d113d file_fdw: Fix for generated columns 7 years ago
Robert Haas 3d956d9562 Allow insert and update tuple routing and COPY for foreign tables. 8 years ago
Robert Haas 2f17844104 Allow UPDATE to move rows between partitions. 8 years ago
Robert Haas 9d71323dac Even if some partitions are foreign, allow tuple routing. 8 years ago
Tom Lane 18555b1323 Establish conventions about global object names used in regression tests. 9 years ago
Robert Haas 5d4171d1c7 Don't require a user mapping for FDWs to work. 10 years ago
Tom Lane cb1ca4d800 Allow foreign tables to participate in inheritance. 11 years ago
Tom Lane fc2ac1fb41 Allow CHECK constraints to be placed on foreign tables. 11 years ago
Bruce Momjian 7ec73783d8 copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination 12 years ago
Andrew Dunstan 3b5e03dca2 Provide a FORCE NULL option to COPY in CSV mode. 12 years ago
Tom Lane 21734d2fb8 Support writable foreign tables. 13 years ago
Tom Lane 86a3f2d492 Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper. 14 years ago
Tom Lane 6e6cc5910b Make the file_fdw validator check that a filename option has been provided. 14 years ago
Tom Lane 7c5d0ae707 Add contrib/file_fdw foreign-data wrapper for reading files via COPY. 15 years ago