Add bytea_agg, parallel to string_agg.
Robert Haas <rhaas@postgresql.org>
Add bytea_agg, parallel to string_agg. Pavel Stehule
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +18 −0 |
| src/backend/utils/adt/varlena.c | modified | +47 −0 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_aggregate.h | modified | +3 −0 |
| src/include/catalog/pg_proc.h | modified | +7 −0 |
| src/include/utils/builtins.h | modified | +2 −0 |
| src/test/regress/expected/aggregates.out | modified | +23 −0 |
| src/test/regress/sql/aggregates.sql | modified | +15 −0 |