Commit Graph

36 Commits (07341a2980a37ccbb3a51af2bd2f3c87953d8ea4)

Author SHA1 Message Date
Robert Haas 35746bc348 Add new FDW API to test for parallel-safety. 9 years ago
Tom Lane 19a541143a Add an explicit representation of the output targetlist to Paths. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Robert Haas 385f337c9f Allow foreign and custom joins to handle EvalPlanQual rechecks. 10 years ago
Robert Haas 5fc4c26db5 Allow FDWs to push down quals without breaking EvalPlanQual rechecks. 10 years ago
Simon Riggs f6d208d6e5 TABLESAMPLE, SQL Standard and extensible 10 years ago
Simon Riggs 83e176ec18 Separate block sampling functions 10 years ago
Tom Lane 1a8a4e5cde Code review for foreign/custom join pushdown patch. 10 years ago
Tom Lane e1a11d9311 Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Bruce Momjian 7ec73783d8 copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination 11 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 11 years ago
Andrew Dunstan 3b5e03dca2 Provide a FORCE NULL option to COPY in CSV mode. 11 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Heikki Linnakangas 3d009e45bd Add support for piping COPY to/from an external program. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Heikki Linnakangas d092d116ed Oops, have to rename local variables called 'errcontext' in contrib, too. 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Tom Lane a36088bcfa Skip text->binary conversion of unnecessary columns in contrib/file_fdw. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Peter Eisentraut 8402fab411 file_fdw: Improve error message 13 years ago
Tom Lane 5b7b5518d0 Revise parameterized-path mechanism to fix assorted issues. 13 years ago
Tom Lane cea49fe82f Dept of second thoughts: improve the API for AnalyzeForeignTable. 13 years ago
Tom Lane 263d9de66b Allow statistics to be collected for foreign tables. 13 years ago
Tom Lane b14953932d Revise FDW planning API, again. 14 years ago
Tom Lane 9088d1b965 Add GetForeignColumnOptions() to foreign.c, and add some documentation. 14 years ago
Tom Lane 6b289942bf Redesign PlanForeignScan API to allow multiple paths for a foreign table. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 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
Alvaro Herrera b93f5a5673 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Itagaki Takahiro 3cba8240a1 Add ENCODING option to COPY TO/FROM and file_fdw. 15 years ago
Tom Lane 7c5d0ae707 Add contrib/file_fdw foreign-data wrapper for reading files via COPY. 15 years ago