mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +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.