-
I was use `cstore_fdw`, and I created 20 partition table ,when i query the partition table ,I realize the query plan did not show the parallel.But when use the normal table ,the parallel is worked.
…
-
Hi
I am trying to use MySQL FDW to query data on the StarRocks cluster which supports MySQL protocol but does not support the use of PREPARED-STATEMENT, is there a way to disable the use of PREPARED-…
-
-
The signature for create_foreignscan_path() changed with the addition of a new parameter, which breaks this FDW when building for 9.5.
-
Hi, to my understanding, the version numbers in various files need to be adjusted to 2.0.1 (aka the current release). Otherwise, postgres lists it as version 1.0, yet the release name is 2.0.1.
-
Hi,
cstore_fdw fails to build against v13. Can you please take a look? We will likely release v13 next week.
Thanks!
```
Makefile:50: *** PostgreSQL 9.3 to 12 is required to compile this ext…
-
Hello guys, first I want to thank all the contributors for this fdw!!!
The context is: I have computer1 which is hosting an SQL server(MSSQL Server 2008 R2) on Windows 7 32bit and a computer2 which …
-
Currently, we have already improved mongo_fdw to support a lot of features:
- Support GROUP BY, HAVING
- Support LIMIT
- Support JSON arrow operator
- Support pushdown Aggregate functions
- Sup…
-
# Issue report
_The following information is very important in order to help us to help you. Omission of the following details cause delays or could receive no attention at all._
## Operating sy…
-
Thank you very much for jdbc_fdw.
Can you please add units to paragraphs like
> querytimeout : The time after which a query will be terminated automatically.
> This can be used for terminating hung …