Commits

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

DateSubjectAuthorReleases
2026-06-27 Reject child partition FDWs in FOR PORTION OF Peter Eisentraut 19 (unreleased)
2026-06-23 Re-index ModifyTable FDW arrays when pruning result relations Amit Langote 19 (unreleased)
2026-05-14 postgres_fdw: Fix deparsing of remote column names in stats import. Etsuro Fujita 19 (unreleased)
2026-05-05 postgres_fdw: Fix handling of abort-cleanup-failed connections. Etsuro Fujita 19 (unreleased)
2026-04-08 Add support for importing statistics from remote servers. Etsuro Fujita 19 (unreleased)
2026-04-05 postgres_fdw: Inherit the local transaction's access/deferrable modes. Etsuro Fujita 19 (unreleased)
2026-04-01 Add UPDATE/DELETE FOR PORTION OF Peter Eisentraut 19 (unreleased)
2026-03-06 CREATE SUBSCRIPTION ... SERVER. Jeff Davis 19 (unreleased)
2026-02-11 Further stabilize a postgres_fdw test case. Tom Lane 19 (unreleased)
2026-02-10 Optimize IS DISTINCT FROM with non-nullable inputs Richard Guo 19 (unreleased)
2025-12-29 Further stabilize a postgres_fdw test case. Tom Lane 19 (unreleased)
2025-11-26 Have the planner replace COUNT(ANY) with COUNT(*), when possible David Rowley 19 (unreleased)
2025-10-20 Support COPY TO for partitioned tables. Masahiko Sawada 19 (unreleased)
2025-10-08 Implement Eager Aggregation Richard Guo 19 (unreleased)
2025-10-07 Assign each subquery a unique name prior to planning it. Robert Haas 19 (unreleased)
2025-09-23 Keep track of what RTIs a Result node is scanning. Robert Haas 19 (unreleased)
2025-09-16 Provide more-specific error details/hints for function lookup failures. Tom Lane 19 (unreleased)
2025-09-08 Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases. Robert Haas 19 (unreleased)
2025-09-01 postgres_fdw: Use psql variables for connection parameters Michael Paquier 19 (unreleased)
2025-08-13 postgres_fdw: Fix tests with ANALYZE and remote sampling Michael Paquier 19 (unreleased)
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 19 (unreleased)
2025-07-22 Reduce "Var IS [NOT] NULL" quals during constant folding Richard Guo 19 (unreleased)
2025-07-18 Support for deparsing of ArrayCoerceExpr node in contrib/postgres_fdw Alexander Korotkov 19 (unreleased)