• Robert Haas's avatar
    Support parallel aggregation. · e06a3896
    Robert Haas authored
    Parallel workers can now partially aggregate the data and pass the
    transition values back to the leader, which can combine the partial
    results to produce the final answer.
    
    David Rowley, based on earlier work by Haribabu Kommi.  Reviewed by
    Álvaro Herrera, Tomas Vondra, Amit Kapila, James Sewell, and me.
    e06a3896
clauses.c 158 KB