mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +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.