aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
Commit message (Expand)AuthorAge
* postgres_fdw: Avoid "cursor can only scan forward" error.Etsuro Fujita2024-07-19
* postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.Etsuro Fujita2024-06-07
* postgres_fdw: Improve comment about handling of asynchronous requests.Etsuro Fujita2024-04-11
* Make dblink interruptible, via new libpqsrv APIs.Noah Misch2024-01-08
* Update copyright for 2024Bruce Momjian2024-01-03
* Add support for deparsing semi-joins to contrib/postgres_fdwAlexander Korotkov2023-12-05
* Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2David Rowley2023-11-02
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Fix code indentation vioaltion introduced in commit 9e9931d2b.Etsuro Fujita2023-08-15
* Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...Etsuro Fujita2023-08-15
* Fix filtering of "cloned" outer-join quals some more.Tom Lane2023-05-25
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix various typosDavid Rowley2023-04-18
* Fix function reference in commentDaniel Gustafsson2023-04-05
* Do assorted mop-up in the planner.Tom Lane2023-01-30
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Remove redundant grouping and DISTINCT columns.Tom Lane2023-01-18
* Check relkind before using TABLESAMPLE in postgres_fdwTomas Vondra2023-01-07
* Fix stale comment about sample_frac adjustmentTomas Vondra2023-01-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Sample postgres_fdw tables remotely during ANALYZETomas Vondra2022-12-30
* Allow batching of inserts during cross-partition updates.Etsuro Fujita2022-12-20
* C comment: fix wordingBruce Momjian2022-12-16
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Stop accessing checkAsUser via RTE in some casesAlvaro Herrera2022-11-30
* Fix confusion about havingQual vs hasHavingQual in planner.Tom Lane2022-10-18
* Allow batch insertion during COPY into a foreign table.Etsuro Fujita2022-10-13
* Fix final warnings produced by -Wshadow=compatible-localDavid Rowley2022-10-07
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-22
* postgres_fdw: Avoid 'variable not found in subplan target list' error.Etsuro Fujita2022-09-14
* postgres_fdw: Disable batch insertion when there are WCO constraints.Etsuro Fujita2022-08-05
* postgres_fdw: Fix bug in checking of return value of PQsendQuery().Fujii Masao2022-07-22
* postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.Tom Lane2022-07-17
* Attempt to fix compiler warning on old compilerPeter Eisentraut2022-07-16
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut2022-07-03
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.Etsuro Fujita2022-04-21
* Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane2022-03-31
* postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...Etsuro Fujita2022-01-27
* Add Boolean nodePeter Eisentraut2022-01-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson2021-11-30
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane2021-10-06
* Remove Value node structPeter Eisentraut2021-09-09
* Refactor postgresImportForeignSchema to avoid code duplication.Tom Lane2021-09-01
* postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita2021-08-05
* Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita2021-08-02
* postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita2021-07-30