Commits

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

DateSubjectAuthorReleases
2022-12-15 postgres_fdw: Fix assertion in estimate_path_cost_size(). Etsuro Fujita 12.14
2022-09-14 postgres_fdw: Avoid 'variable not found in subplan target list' error. Etsuro Fujita 12.13
2022-07-17 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. Tom Lane 12.12
2022-03-31 Fix postgres_fdw to check shippability of sort clauses properly. Tom Lane 12.11
2021-10-06 Fix null-pointer crash in postgres_fdw's conversion_error_callback. Tom Lane 12.9
2021-08-05 postgres_fdw: Fix issues with generated columns in foreign tables. Etsuro Fujita 12.8
2021-07-06 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. Tom Lane 12.8
2021-03-30 Update obsolete comment. Etsuro Fujita 12.7
2021-02-08 Fix permission checks on constraint violation errors on partitions. Heikki Linnakangas 12.6
2021-01-21 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. Tom Lane 12.6
2019-06-14 postgres_fdw: Fix costing of pre-sorted foreign paths with local stats. Etsuro Fujita 12.0
2019-06-13 postgres_fdw: Account for triggers in non-direct remote UPDATE planning. Etsuro Fujita 12.0
2019-06-11 postgres_fdw: Reorder C includes. Etsuro Fujita 12.0
2019-05-26 Fix typos. Amit Kapila 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-05-13 postgres_fdw: Fix typo in comment. Etsuro Fujita 12.0
2019-05-09 postgres_fdw: Fix cost estimation for aggregate pushdown. Etsuro Fujita 12.0
2019-04-27 Avoid postgres_fdw crash for a targetlist entry that's just a Param. Tom Lane 12.0
2019-04-24 postgres_fdw: Fix incorrect handling of row movement for remote partitions. Etsuro Fujita 12.0
2019-04-19 Fix two memory leaks around force-storing tuples in slots. Andres Freund 12.0
2019-04-02 postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely. Etsuro Fujita 12.0
2019-04-02 postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely. Etsuro Fujita 12.0
2019-03-30 Generated columns Peter Eisentraut 12.0
2019-02-27 Use slots in trigger infrastructure, except for the actual invocation. Andres Freund 12.0