• Tom Lane's avatar
    Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can · 2e7a6889
    Tom Lane authored
    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.
    2e7a6889
builtins.h 32.9 KB