index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
/
postgres_fdw.c
Age
Commit message (
Expand
)
Author
16 hours
postgres_fdw: Add Assert to estimate_path_cost_size().
Etsuro Fujita
2025-05-30
Fix memory leakage in postgres_fdw's DirectModify code path.
Tom Lane
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-08
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-04
Convert PathKey to use CompareType
Peter Eisentraut
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-03-25
postgres_fdw: Remove redundant check in semijoin_target_ok()
Alexander Korotkov
2025-03-25
postgres_fdw: Avoid pulling up restrict infos from subqueries
Alexander Korotkov
2025-03-20
Revert workarounds for -Wmissing-braces false positives on old GCC
Peter Eisentraut
2025-03-18
Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
2025-02-27
Create explain_format.c and move relevant code there.
Robert Haas
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-07-19
postgres_fdw: Avoid "cursor can only scan forward" error.
Etsuro Fujita
2024-06-07
postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.
Etsuro Fujita
2024-04-11
postgres_fdw: Improve comment about handling of asynchronous requests.
Etsuro Fujita
2024-01-08
Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-05
Add support for deparsing semi-joins to contrib/postgres_fdw
Alexander Korotkov
2023-11-02
Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2
David Rowley
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-08-15
Fix code indentation vioaltion introduced in commit 9e9931d2b.
Etsuro Fujita
2023-08-15
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-05-25
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-18
Fix various typos
David Rowley
2023-04-05
Fix function reference in comment
Daniel Gustafsson
2023-01-30
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-18
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-07
Check relkind before using TABLESAMPLE in postgres_fdw
Tomas Vondra
2023-01-06
Fix stale comment about sample_frac adjustment
Tomas Vondra
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-30
Sample postgres_fdw tables remotely during ANALYZE
Tomas Vondra
2022-12-20
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-16
C comment: fix wording
Bruce Momjian
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-11-30
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-10-18
Fix confusion about havingQual vs hasHavingQual in planner.
Tom Lane
2022-10-13
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-07
Fix final warnings produced by -Wshadow=compatible-local
David Rowley
2022-09-22
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-09-14
postgres_fdw: Avoid 'variable not found in subplan target list' error.
Etsuro Fujita
2022-08-05
postgres_fdw: Disable batch insertion when there are WCO constraints.
Etsuro Fujita
2022-07-22
postgres_fdw: Fix bug in checking of return value of PQsendQuery().
Fujii Masao
2022-07-17
postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.
Tom Lane
[next]