Commits

DateSubjectAuthorReleases
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
2024-01-08 Make dblink interruptible, via new libpqsrv APIs. Noah Misch 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-12-05 Add support for deparsing semi-joins to contrib/postgres_fdw Alexander Korotkov 17.0
2023-11-02 Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2 David Rowley 17.0
2023-10-26 Add trailing commas to enum definitions Peter Eisentraut 17.0
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
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-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 13.10