Commits

Showing commits that first shipped in 14 (backpatches included). Clear

DateSubjectAuthorReleases
2025-05-30 Fix memory leakage in postgres_fdw's DirectModify code path. Tom Lane 14.19
2024-06-07 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. Etsuro Fujita 14.13
2024-04-04 Fix bogus coding in ExecAppendAsyncEventWait(). Etsuro Fujita 14.12
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 14.7
2022-09-14 postgres_fdw: Avoid 'variable not found in subplan target list' error. Etsuro Fujita 14.6
2022-08-05 postgres_fdw: Disable batch insertion when there are WCO constraints. Etsuro Fujita 14.5
2022-07-22 postgres_fdw: Fix bug in checking of return value of PQsendQuery(). Fujii Masao 14.5
2022-07-17 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. Tom Lane 14.5
2022-04-21 postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist. Etsuro Fujita 14.3
2022-03-31 Fix postgres_fdw to check shippability of sort clauses properly. Tom Lane 14.3
2022-01-27 postgres_fdw: Fix handling of a pending asynchronous request in postgresReScanForeignScan(). Etsuro Fujita 14.2
2021-10-06 Fix null-pointer crash in postgres_fdw's conversion_error_callback. Tom Lane 14.1
2021-08-05 postgres_fdw: Fix issues with generated columns in foreign tables. Etsuro Fujita 14.0
2021-08-02 Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc. Etsuro Fujita 14.0
2021-07-30 postgres_fdw: Fix handling of pending asynchronous requests. Etsuro Fujita 14.0
2021-07-07 Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. Tom Lane 14.0
2021-07-07 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. Fujii Masao 14.0
2021-07-06 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. Tom Lane 14.0
2021-06-08 Adjust batch size in postgres_fdw to not use too many parameters Tomas Vondra 14.0
2021-06-05 Fix postgres_fdw failure with whole-row Vars of type RECORD. Tom Lane 14.0
2021-05-13 Prevent asynchronous execution of direct foreign-table modifications. Etsuro Fujita 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-05-12 Fix EXPLAIN ANALYZE for async-capable nodes. Etsuro Fujita 14.0
2021-05-07 Copy the INSERT query in postgres_fdw Tomas Vondra 14.0
2021-04-27 Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper. Fujii Masao 14.0