• Andrew Gierth's avatar
    Implement OR REPLACE option for CREATE AGGREGATE. · 01bde4fa
    Andrew Gierth authored
    Aggregates have acquired a dozen or so optional attributes in recent
    years for things like parallel query and moving-aggregate mode; the
    lack of an OR REPLACE option to add or change these for an existing
    agg makes extension upgrades gratuitously hard. Rectify.
    01bde4fa
parsenodes.h 118 KB