Commits

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

DateSubjectAuthorReleases
2021-07-30 postgres_fdw: Fix handling of pending asynchronous requests. Etsuro Fujita 14.0
2021-07-14 Change the name of the Result Cache node to Memoize David Rowley 14.0
2021-07-13 Rename debug_invalidate_system_caches_always to debug_discard_caches. Tom Lane 14.0
2021-07-07 Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. Tom Lane 14.0
2021-07-07 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. Fujii Masao 14.0
2021-07-06 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. Tom Lane 14.0
2021-06-24 Further stabilize postgres_fdw test. Tom Lane 14.0
2021-06-20 Stabilize test case added by commit f61db909d. Tom Lane 14.0
2021-06-16 Fix copying data into slots with FDW batching Tomas Vondra 14.0
2021-06-08 Adjust batch size in postgres_fdw to not use too many parameters Tomas Vondra 14.0
2021-06-07 Fix rescanning of async-aware Append nodes. Etsuro Fujita 14.0
2021-06-05 Fix postgres_fdw failure with whole-row Vars of type RECORD. Tom Lane 14.0
2021-06-02 Fix planner's row-mark code for inheritance from a foreign table. Tom Lane 14.0
2021-05-13 Prevent asynchronous execution of direct foreign-table modifications. Etsuro Fujita 14.0
2021-05-12 Fix EXPLAIN ANALYZE for async-capable nodes. Etsuro Fujita 14.0
2021-05-04 Disable cache clobber to avoid breaking postgres_fdw termination test. Tom Lane 14.0
2021-04-27 Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper. Fujii Masao 14.0
2021-04-14 Simplify tests of postgres_fdw terminating connections Michael Paquier 14.0
2021-04-08 Allow TRUNCATE command to truncate foreign tables. Fujii Masao 14.0
2021-04-07 libpq: Set Server Name Indication (SNI) for SSL connections Peter Eisentraut 14.0
2021-04-06 postgres_fdw: Allow partitions specified in LIMIT TO to be imported. Fujii Masao 14.0
2021-04-02 postgres_fdw: Add option to control whether to keep connections open. Fujii Masao 14.0
2021-04-02 Add Result Cache executor node (take 2) David Rowley 14.0
2021-04-01 Revert b6002a796 David Rowley 14.0
2021-03-31 Add Result Cache executor node David Rowley 14.0