mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +03:00
into indexscans on matching indexes. For the moment, it only handles int4 and text datatypes; next step is to add a column to pg_aggregate so that all MIN/MAX aggregates can be handled. Per my recent proposal.