Commits

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

DateSubjectAuthorReleases
2025-05-30 Fix memory leakage in postgres_fdw's DirectModify code path. Tom Lane 15.14
2024-07-19 postgres_fdw: Avoid "cursor can only scan forward" error. Etsuro Fujita 15.8
2024-06-07 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. Etsuro Fujita 15.8
2024-04-04 Fix bogus coding in ExecAppendAsyncEventWait(). Etsuro Fujita 15.7
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 15.2
2022-09-14 postgres_fdw: Avoid 'variable not found in subplan target list' error. Etsuro Fujita 15.0
2022-08-05 postgres_fdw: Disable batch insertion when there are WCO constraints. Etsuro Fujita 15.0
2022-07-22 postgres_fdw: Fix bug in checking of return value of PQsendQuery(). Fujii Masao 15.0
2022-07-17 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. Tom Lane 15.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-04-21 postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist. Etsuro Fujita 15.0
2022-03-31 Fix postgres_fdw to check shippability of sort clauses properly. Tom Lane 15.0
2022-01-27 postgres_fdw: Fix handling of a pending asynchronous request in postgresReScanForeignScan(). Etsuro Fujita 15.0
2022-01-17 Add Boolean node Peter Eisentraut 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-11-30 Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use Daniel Gustafsson 15.0
2021-11-29 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. Tom Lane 15.0
2021-10-06 Fix null-pointer crash in postgres_fdw's conversion_error_callback. Tom Lane 15.0
2021-09-09 Remove Value node struct Peter Eisentraut 15.0
2021-09-01 Refactor postgresImportForeignSchema to avoid code duplication. Tom Lane 15.0
2021-08-05 postgres_fdw: Fix issues with generated columns in foreign tables. Etsuro Fujita 15.0
2021-08-02 Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc. Etsuro Fujita 15.0
2021-07-30 postgres_fdw: Fix handling of pending asynchronous requests. Etsuro Fujita 15.0
2021-07-27 Use the "pg_temp" schema alias in EXPLAIN and related output. Tom Lane 15.0
2021-07-07 Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. Tom Lane 15.0