index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
/
postgres_fdw.c
Age
Commit message (
Expand
)
Author
2021-10-06
Fix null-pointer crash in postgres_fdw's conversion_error_callback.
Tom Lane
2021-09-09
Remove Value node struct
Peter Eisentraut
2021-09-01
Refactor postgresImportForeignSchema to avoid code duplication.
Tom Lane
2021-08-05
postgres_fdw: Fix issues with generated columns in foreign tables.
Etsuro Fujita
2021-08-02
Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.
Etsuro Fujita
2021-07-30
postgres_fdw: Fix handling of pending asynchronous requests.
Etsuro Fujita
2021-07-27
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-07
Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE.
Tom Lane
2021-07-07
postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.
Fujii Masao
2021-07-06
Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.
Tom Lane
2021-06-08
Adjust batch size in postgres_fdw to not use too many parameters
Tomas Vondra
2021-06-04
Fix postgres_fdw failure with whole-row Vars of type RECORD.
Tom Lane
2021-05-13
Prevent asynchronous execution of direct foreign-table modifications.
Etsuro Fujita
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-07
Copy the INSERT query in postgres_fdw
Tomas Vondra
2021-04-27
Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.
Fujii Masao
2021-04-23
Minor code cleanup in asynchronous execution support.
Etsuro Fujita
2021-04-08
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-04-07
postgres_fdw: Allow partitions specified in LIMIT TO to be imported.
Fujii Masao
2021-03-31
Silence compiler warning in non-assert builds.
Tom Lane
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-03-30
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-30
Update obsolete comment.
Etsuro Fujita
2021-02-18
Fix tuple routing to initialize batching only for inserts
Tomas Vondra
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-05
postgres_fdw: Fix assertion in estimate_path_cost_size().
Etsuro Fujita
2021-01-26
Fix memory leak when deallocating prepared statement in postgres_fdw
Michael Paquier
2021-01-21
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-20
Implement support for bulk inserts in postgres_fdw
Tomas Vondra
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-14
Include result relation info in direct modify ForeignScan nodes.
Heikki Linnakangas
2020-08-30
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-04-07
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-03
Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN.
Tom Lane
2019-12-02
Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN.
Tom Lane
2019-11-01
PG_FINALLY
Peter Eisentraut
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-03
postgres_fdw: Remove redundancy in postgresAcquireSampleRowsFunc().
Etsuro Fujita
2019-06-14
postgres_fdw: Fix costing of pre-sorted foreign paths with local stats.
Etsuro Fujita
2019-06-13
postgres_fdw: Account for triggers in non-direct remote UPDATE planning.
Etsuro Fujita
2019-06-11
postgres_fdw: Reorder C includes.
Etsuro Fujita
2019-05-26
Fix typos.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
[next]