Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2e7a68896bfa84b28cd57e23e141aa9c899275c7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-12T04:26:34Z
Releases: 8.1.0
Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can
be supported for all datatypes.  Add CREATE AGGREGATE and pg_dump support
too.  Add specialized min/max aggregates for bpchar, instead of depending
on text's min/max, because otherwise the possible use of bpchar indexes
cannot be recognized.
initdb forced because of catalog changes.

Files