• T
    Aggregate functions now support multiple input arguments. I also took · 108fe473
    Tom Lane 提交于
    the opportunity to treat COUNT(*) as a zero-argument aggregate instead
    of the old hack that equated it to COUNT(1); this is materially cleaner
    (no more weird ANYOID cases) and ought to be at least a tiny bit faster.
    Original patch by Sergey Koposov; review, documentation, simple regression
    tests, pg_dump and psql support by moi.
    108fe473
gram.y 231.2 KB