summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
AgeCommit message (Expand)Author
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
2022-07-16Attempt to fix compiler warning on old compilerPeter Eisentraut
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-03Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-21postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.Etsuro Fujita
2022-03-31Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane
2022-01-27postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...Etsuro Fujita
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-30Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-10-06Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane
2021-09-09Remove Value node structPeter Eisentraut
2021-09-01Refactor postgresImportForeignSchema to avoid code duplication.Tom Lane
2021-08-05postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita
2021-08-02Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita
2021-07-30postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita
2021-07-27Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane
2021-07-07Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE.Tom Lane
2021-07-07postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.Fujii Masao
2021-07-06Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.Tom Lane
2021-06-08Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra
2021-06-05Fix postgres_fdw failure with whole-row Vars of type RECORD.Tom Lane
2021-05-13Prevent asynchronous execution of direct foreign-table modifications.Etsuro Fujita
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita
2021-05-07Copy the INSERT query in postgres_fdwTomas Vondra
2021-04-27Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao
2021-04-23Minor code cleanup in asynchronous execution support.Etsuro Fujita
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao
2021-04-06postgres_fdw: Allow partitions specified in LIMIT TO to be imported.Fujii Masao