Add string_agg aggregate functions. The one argument version concatenates

Itagaki Takahiro <itagaki.takahiro@gmail.com>

Commit: 9ea9918e37689fbc9ed43532b8828652b5ea90cd
Author: Itagaki Takahiro <itagaki.takahiro@gmail.com>
Date: 2010-02-01T03:14:45Z
Releases: 9.0.0
Add string_agg aggregate functions. The one argument version concatenates
the input values into a string. The two argument version also does the same
thing, but inserts delimiters between elements.

Original patch by Pavel Stehule, reviewed by David E. Wheeler and me.

Files