aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
Commit message (Expand)AuthorAge
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05
* 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
* 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
* Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane2021-10-06
* 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
* Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE.Tom Lane2021-07-07
* postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.Fujii Masao2021-07-07
* Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.Tom Lane2021-07-06
* Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra2021-06-08
* Fix postgres_fdw failure with whole-row Vars of type RECORD.Tom Lane2021-06-04
* Prevent asynchronous execution of direct foreign-table modifications.Etsuro Fujita2021-05-13
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-12
* Copy the INSERT query in postgres_fdwTomas Vondra2021-05-07
* Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao2021-04-27
* Minor code cleanup in asynchronous execution support.Etsuro Fujita2021-04-23
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-08
* postgres_fdw: Allow partitions specified in LIMIT TO to be imported.Fujii Masao2021-04-07
* Silence compiler warning in non-assert builds.Tom Lane2021-03-31
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley2021-03-30
* Update obsolete comment.Etsuro Fujita2021-03-30
* Fix tuple routing to initialize batching only for insertsTomas Vondra2021-02-18
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* postgres_fdw: Fix assertion in estimate_path_cost_size().Etsuro Fujita2021-02-05
* Fix memory leak when deallocating prepared statement in postgres_fdwMichael Paquier2021-01-26
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* Implement support for bulk inserts in postgres_fdwTomas Vondra2021-01-20
* Update copyright for 2021Bruce Momjian2021-01-02
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-15
* Include result relation info in direct modify ForeignScan nodes.Heikki Linnakangas2020-10-14
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-30
* Consider Incremental Sort paths at additional placesTomas Vondra2020-04-07
* Update copyrights for 2020Bruce Momjian2020-01-01
* Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN.Tom Lane2019-12-03
* Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN.Tom Lane2019-12-02
* PG_FINALLYPeter Eisentraut2019-11-01
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-24
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* postgres_fdw: Remove redundancy in postgresAcquireSampleRowsFunc().Etsuro Fujita2019-07-03