Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-03-31 | Fix postgres_fdw to check shippability of sort clauses properly. | Tom Lane | 11.16 |
| 2020-01-26 | In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. | Tom Lane | 11.7 |
| 2019-04-27 | Avoid postgres_fdw crash for a targetlist entry that's just a Param. | Tom Lane | 11.3 |
| 2018-03-01 | Fix format_type() to restore its old behavior. | Tom Lane | 11.0 |
| 2018-02-19 | Remove bogus "extern" annotations on function definitions. | Tom Lane | 11.0 |
| 2018-01-12 | Fix postgres_fdw to cope with duplicate GROUP BY entries. | Tom Lane | 11.0 |