summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
AgeCommit message (Expand)Author
16 hourspostgres_fdw: Add Assert to estimate_path_cost_size().Etsuro Fujita
2025-05-30Fix memory leakage in postgres_fdw's DirectModify code path.Tom Lane
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-08Speedup child EquivalenceMember lookup in plannerDavid Rowley
2025-04-04Convert PathKey to use CompareTypePeter Eisentraut
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-25postgres_fdw: Remove redundant check in semijoin_target_ok()Alexander Korotkov
2025-03-25postgres_fdw: Avoid pulling up restrict infos from subqueriesAlexander Korotkov
2025-03-20Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut
2025-03-18Make it possible for loadable modules to add EXPLAIN options.Robert Haas
2025-02-27Create explain_format.c and move relevant code there.Robert Haas
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-08-21Treat number of disabled nodes in a path as a separate cost metric.Robert Haas
2024-07-19postgres_fdw: Avoid "cursor can only scan forward" error.Etsuro Fujita
2024-06-07postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.Etsuro Fujita
2024-04-11postgres_fdw: Improve comment about handling of asynchronous requests.Etsuro Fujita
2024-01-08Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-05Add support for deparsing semi-joins to contrib/postgres_fdwAlexander Korotkov
2023-11-02Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2David Rowley
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-08-15Fix code indentation vioaltion introduced in commit 9e9931d2b.Etsuro Fujita
2023-08-15Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...Etsuro Fujita
2023-05-25Fix filtering of "cloned" outer-join quals some more.Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-18Fix various typosDavid Rowley
2023-04-05Fix function reference in commentDaniel Gustafsson
2023-01-30Do assorted mop-up in the planner.Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-18Remove redundant grouping and DISTINCT columns.Tom Lane
2023-01-07Check relkind before using TABLESAMPLE in postgres_fdwTomas Vondra
2023-01-06Fix stale comment about sample_frac adjustmentTomas Vondra
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-30Sample postgres_fdw tables remotely during ANALYZETomas Vondra
2022-12-20Allow batching of inserts during cross-partition updates.Etsuro Fujita
2022-12-16C comment: fix wordingBruce Momjian
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-11-30Stop accessing checkAsUser via RTE in some casesAlvaro Herrera
2022-10-18Fix confusion about havingQual vs hasHavingQual in planner.Tom Lane
2022-10-13Allow batch insertion during COPY into a foreign table.Etsuro Fujita
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-09-14postgres_fdw: Avoid 'variable not found in subplan target list' error.Etsuro Fujita
2022-08-05postgres_fdw: Disable batch insertion when there are WCO constraints.Etsuro Fujita
2022-07-22postgres_fdw: Fix bug in checking of return value of PQsendQuery().Fujii Masao
2022-07-17postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.Tom Lane