Commits

DateSubjectAuthorReleases
2026-06-14 Fix oversight in commit aa1f93a33. Etsuro Fujita 19 (unreleased)
2026-05-16 postgres_fdw: Replace buffers in RemoteAttributeMapping with pointers. Etsuro Fujita 19 (unreleased)
2026-05-14 postgres_fdw: Fix deparsing of remote column names in stats import. Etsuro Fujita 19 (unreleased)
2026-05-08 postgres_fdw: Fix syntax error in fetch_attstats(). Etsuro Fujita 19 (unreleased)
2026-04-08 Add support for importing statistics from remote servers. Etsuro Fujita 19 (unreleased)
2025-07-06 postgres_fdw: Add Assert to estimate_path_cost_size(). Etsuro Fujita 19 (unreleased)
2024-07-19 postgres_fdw: Avoid "cursor can only scan forward" error. Etsuro Fujita 15.8
2024-07-19 postgres_fdw: Avoid "cursor can only scan forward" error. Etsuro Fujita 16.4
2024-07-19 postgres_fdw: Avoid "cursor can only scan forward" error. Etsuro Fujita 17.0
2024-07-19 postgres_fdw: Avoid "cursor can only scan forward" error. Etsuro Fujita 18.0
2024-06-07 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. Etsuro Fujita 13.16
2024-06-07 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. Etsuro Fujita 14.13
2024-06-07 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. Etsuro Fujita 15.8
2024-06-07 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. Etsuro Fujita 16.4
2024-06-07 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. Etsuro Fujita 17.0
2024-04-11 postgres_fdw: Improve comment about handling of asynchronous requests. Etsuro Fujita 17.0
2024-04-04 Fix bogus coding in ExecAppendAsyncEventWait(). Etsuro Fujita 14.12
2024-04-04 Fix bogus coding in ExecAppendAsyncEventWait(). Etsuro Fujita 15.7
2024-04-04 Fix bogus coding in ExecAppendAsyncEventWait(). Etsuro Fujita 16.3
2023-08-15 Fix code indentation vioaltion introduced in commit 9e9931d2b. Etsuro Fujita 17.0
2023-08-15 Re-allow FDWs and custom scan providers to replace joins with pseudoconstant quals. Etsuro Fujita 17.0
2022-12-20 Allow batching of inserts during cross-partition updates. Etsuro Fujita 16.0
2022-12-15 postgres_fdw: Fix assertion in estimate_path_cost_size(). Etsuro Fujita 12.14
2022-10-13 Allow batch insertion during COPY into a foreign table. Etsuro Fujita 16.0
2022-09-14 postgres_fdw: Avoid 'variable not found in subplan target list' error. Etsuro Fujita 10.23