Commits

DateSubjectAuthorReleases
2025-05-30 Fix memory leakage in postgres_fdw's DirectModify code path. Tom Lane 13.22
2025-05-30 Fix memory leakage in postgres_fdw's DirectModify code path. Tom Lane 18.0
2025-04-12 Harmonize function parameter names for Postgres 18. Peter Geoghegan 18.0
2025-04-08 Speedup child EquivalenceMember lookup in planner David Rowley 18.0
2025-04-04 Convert PathKey to use CompareType Peter Eisentraut 18.0
2025-03-26 Use PG_MODULE_MAGIC_EXT in our installable shared libraries. Tom Lane 18.0
2025-03-25 postgres_fdw: Remove redundant check in semijoin_target_ok() Alexander Korotkov 17.5
2025-03-25 postgres_fdw: Remove redundant check in semijoin_target_ok() Alexander Korotkov 18.0
2025-03-25 postgres_fdw: Avoid pulling up restrict infos from subqueries Alexander Korotkov 17.5
2025-03-25 postgres_fdw: Avoid pulling up restrict infos from subqueries Alexander Korotkov 18.0
2025-03-20 Revert workarounds for -Wmissing-braces false positives on old GCC Peter Eisentraut 18.0
2025-03-18 Make it possible for loadable modules to add EXPLAIN options. Robert Haas 18.0
2025-02-27 Create explain_format.c and move relevant code there. Robert Haas 18.0
2025-02-20 Remove various unnecessary (char *) casts Peter Eisentraut 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-20 Introduce CompactAttribute array in TupleDesc, take 2 David Rowley 18.0
2024-11-28 Remove useless casts to (void *) Peter Eisentraut 18.0
2024-10-28 Remove unused #include's from contrib, pl, test .c files Peter Eisentraut 18.0
2024-08-21 Treat number of disabled nodes in a path as a separate cost metric. Robert Haas 18.0
2024-07-26 postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections(). Fujii Masao 18.0
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