Add postgres bulk insertion mode for tracing
Created by: efritz
For postgres bulk inserts, we cut out the placeholders (which doesn't hold any meaningful data) and do not list every argument separately, but give a count of arguments. This should stop errors during upload processing about oversized jaeger spans.