Commits

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

DateSubjectAuthorReleases
2025-05-30 Fix memory leakage in postgres_fdw's DirectModify code path. Tom Lane 16.10
2024-07-19 postgres_fdw: Avoid "cursor can only scan forward" error. Etsuro Fujita 16.4
2024-06-07 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. Etsuro Fujita 16.4
2024-04-04 Fix bogus coding in ExecAppendAsyncEventWait(). Etsuro Fujita 16.3
2023-05-25 Fix filtering of "cloned" outer-join quals some more. Tom Lane 16.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-04-18 Fix various typos David Rowley 16.0
2023-04-05 Fix function reference in comment Daniel Gustafsson 16.0
2023-01-30 Do assorted mop-up in the planner. Tom Lane 16.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2023-01-18 Remove redundant grouping and DISTINCT columns. Tom Lane 16.0
2023-01-07 Check relkind before using TABLESAMPLE in postgres_fdw Tomas Vondra 16.0
2023-01-06 Fix stale comment about sample_frac adjustment Tomas Vondra 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-30 Sample postgres_fdw tables remotely during ANALYZE Tomas Vondra 16.0
2022-12-20 Allow batching of inserts during cross-partition updates. Etsuro Fujita 16.0
2022-12-16 C comment: fix wording Bruce Momjian 16.0
2022-12-06 Rework query relation permission checking Alvaro Herrera 16.0
2022-11-30 Stop accessing checkAsUser via RTE in some cases Alvaro Herrera 16.0
2022-10-18 Fix confusion about havingQual vs hasHavingQual in planner. Tom Lane 16.0
2022-10-13 Allow batch insertion during COPY into a foreign table. Etsuro Fujita 16.0
2022-10-07 Fix final warnings produced by -Wshadow=compatible-local David Rowley 16.0
2022-09-22 Harmonize parameter names in contrib code. Peter Geoghegan 16.0
2022-09-14 postgres_fdw: Avoid 'variable not found in subplan target list' error. Etsuro Fujita 16.0
2022-08-05 postgres_fdw: Disable batch insertion when there are WCO constraints. Etsuro Fujita 16.0