postgresql/contrib/postgres_fdw
Heikki Linnakangas 0a2bc5d61e Move per-agg and per-trans duplicate finding to the planner.
This has the advantage that the cost estimates for aggregates can count
the number of calls to transition and final functions correctly.

Bump catalog version, because views can contain Aggrefs.

Reviewed-by: Andres Freund
Discussion: https://www.postgresql.org/message-id/b2e3536b-1dbc-8303-c97e-89cb0b4a9a48%40iki.fi
2020-11-24 10:45:00 +02:00
..
expected Band-aid new postgres_fdw test case to remove error text dependency. 2020-10-10 19:57:25 -04:00
sql Band-aid new postgres_fdw test case to remove error text dependency. 2020-10-10 19:57:25 -04:00
.gitignore
connection.c Fix and simplify some usages of TimestampDifference(). 2020-11-10 22:51:54 -05:00
deparse.c Remove support for postfix (right-unary) operators. 2020-09-17 19:38:05 -04:00
Makefile
option.c Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
postgres_fdw--1.0.sql
postgres_fdw.c Move per-agg and per-trans duplicate finding to the planner. 2020-11-24 10:45:00 +02:00
postgres_fdw.control
postgres_fdw.h
shippable.c