You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ _Whats new_
6
6
- Allow using `pprof` on FDW when `STEAMPIPE_FDW_PPROF` environment variable is set. ([#368](https://github.com/turbot/steampipe-postgres-fdw/issues/368))
7
7
8
8
_Bug fixes_
9
-
- Fix issue where the FDW ignored to apply filter for `anyOf` key columns for complex queries. ([#558](https://github.com/turbot/steampipe-postgres-fdw/issues/558))
9
+
- Fix issue where the FDW did not correctly provide planning cost information for key-columns with an `any-of` requirement. This could lead the Postgres planner to choose query plans that do not include filters on those columns, even when filters were present in the query. . ([#558](https://github.com/turbot/steampipe-postgres-fdw/issues/558))
10
10
11
11
_Dependencies_
12
12
- Upgrade `go-jose/v4` to remediate vulnerabilities.
0 commit comments