aboutsummaryrefslogtreecommitdiff
path: root/contrib/file_fdw
Commit message (Expand)AuthorAge
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Allow insert and update tuple routing and COPY for foreign tables.Robert Haas2018-04-06
* Add default roles for file/program accessStephen Frost2018-04-06
* Improve style guideline compliance of assorted error-report messages.Tom Lane2018-03-22
* Add 'unit' parameter to ExplainProperty{Integer,Float}.Andres Freund2018-03-16
* Make ExplainPropertyInteger accept 64bit input, remove *Long variant.Andres Freund2018-03-16
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Even if some partitions are foreign, allow tuple routing.Robert Haas2017-09-07
* pg_prewarm: Add automatic prewarm feature.Robert Haas2017-08-21
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Reset API of clause_selectivity()Simon Riggs2017-04-06
* Collect and use multi-column dependency statsSimon Riggs2017-04-05
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Allow contrib/file_fdw to read from a program, like COPY FROM PROGRAM.Tom Lane2016-09-29
* Add location field to DefElemPeter Eisentraut2016-09-06
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* pgindent run for 9.6Robert Haas2016-06-09
* Don't require a user mapping for FDWs to work.Robert Haas2016-03-28
* Allow callers of create_foreignscan_path to specify nondefault PathTarget.Tom Lane2016-03-14
* Rethink representation of PathTargets.Tom Lane2016-03-14
* Add new FDW API to test for parallel-safety.Robert Haas2016-02-26
* Add an explicit representation of the output targetlist to Paths.Tom Lane2016-02-18
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas2015-12-08
* Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas2015-10-15
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Separate block sampling functionsSimon Riggs2015-05-15
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* Fix contrib/file_fdw's expected fileAlvaro Herrera2015-03-06
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-21
* Update copyright for 2015Bruce Momjian2015-01-06
* Allow CHECK constraints to be placed on foreign tables.Tom Lane2014-12-17
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* copy: update docs for FORCE_NULL and FORCE_NOT_NULL combinationBruce Momjian2014-04-22
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan2014-03-04
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Support writable foreign tables.Tom Lane2013-03-10
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Improve error message wordingAlvaro Herrera2013-02-06