summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
AgeCommit message (Expand)Author
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-07Update copyright for 2022Bruce Momjian
2021-11-30Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson
2021-11-28Replace 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-04Fix 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-07postgres_fdw: Allow partitions specified in LIMIT TO to be imported.Fujii Masao
2021-03-31Silence compiler warning in non-assert builds.Tom Lane
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-03-30Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley
2021-03-30Update obsolete comment.Etsuro Fujita
2021-02-18Fix tuple routing to initialize batching only for insertsTomas Vondra
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-02-05postgres_fdw: Fix assertion in estimate_path_cost_size().Etsuro Fujita
2021-01-26Fix memory leak when deallocating prepared statement in postgres_fdwMichael Paquier
2021-01-21Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane
2021-01-20Implement support for bulk inserts in postgres_fdwTomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-10-14Include result relation info in direct modify ForeignScan nodes.Heikki Linnakangas
2020-08-30Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane
2020-04-07Consider Incremental Sort paths at additional placesTomas Vondra
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-03Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN.Tom Lane
2019-12-02Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN.Tom Lane
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier