summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various typosDavid Rowley2023-04-181-1/+1
* Fix function reference in commentDaniel Gustafsson2023-04-051-1/+1
* Do assorted mop-up in the planner.Tom Lane2023-01-301-2/+0
* Make Vars be outer-join-aware.Tom Lane2023-01-301-6/+6
* Remove redundant grouping and DISTINCT columns.Tom Lane2023-01-181-4/+8
* Check relkind before using TABLESAMPLE in postgres_fdwTomas Vondra2023-01-071-18/+42
* Fix stale comment about sample_frac adjustmentTomas Vondra2023-01-061-3/+4
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Sample postgres_fdw tables remotely during ANALYZETomas Vondra2022-12-301-7/+195
* Allow batching of inserts during cross-partition updates.Etsuro Fujita2022-12-201-5/+5
* C comment: fix wordingBruce Momjian2022-12-161-1/+1
* Rework query relation permission checkingAlvaro Herrera2022-12-061-9/+8
* Stop accessing checkAsUser via RTE in some casesAlvaro Herrera2022-11-301-11/+7
* Fix confusion about havingQual vs hasHavingQual in planner.Tom Lane2022-10-181-2/+2
* Allow batch insertion during COPY into a foreign table.Etsuro Fujita2022-10-131-0/+9
* Fix final warnings produced by -Wshadow=compatible-localDavid Rowley2022-10-071-8/+3
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-221-1/+1
* postgres_fdw: Avoid 'variable not found in subplan target list' error.Etsuro Fujita2022-09-141-0/+49
* postgres_fdw: Disable batch insertion when there are WCO constraints.Etsuro Fujita2022-08-051-2/+4
* postgres_fdw: Fix bug in checking of return value of PQsendQuery().Fujii Masao2022-07-221-1/+1
* postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.Tom Lane2022-07-171-0/+8
* Attempt to fix compiler warning on old compilerPeter Eisentraut2022-07-161-1/+2
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-2/+1
* Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut2022-07-031-16/+8
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-5/+5
* postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.Etsuro Fujita2022-04-211-4/+13
* Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane2022-03-311-28/+75
* postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...Etsuro Fujita2022-01-271-0/+14
* Add Boolean nodePeter Eisentraut2022-01-171-16/+16
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson2021-11-301-1/+1
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-1/+1
* Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane2021-10-061-35/+73
* Remove Value node structPeter Eisentraut2021-09-091-6/+6
* Refactor postgresImportForeignSchema to avoid code duplication.Tom Lane2021-09-011-27/+23
* postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita2021-08-051-16/+49
* Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita2021-08-021-4/+18
* postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita2021-07-301-13/+52
* Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane2021-07-271-1/+1
* Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE.Tom Lane2021-07-071-1/+3
* postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.Fujii Masao2021-07-071-7/+9
* Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.Tom Lane2021-07-061-42/+36
* Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra2021-06-081-2/+9
* Fix postgres_fdw failure with whole-row Vars of type RECORD.Tom Lane2021-06-041-2/+53
* Prevent asynchronous execution of direct foreign-table modifications.Etsuro Fujita2021-05-131-0/+7
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-42/+42
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-121-2/+7
* Copy the INSERT query in postgres_fdwTomas Vondra2021-05-071-0/+3
* Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao2021-04-271-3/+1
* Minor code cleanup in asynchronous execution support.Etsuro Fujita2021-04-231-1/+7