Stabilized features
- #722: Stabilize heartbeat aggregate (
heartbeat_agg
). - #724: Stabilize
integral
andinterpolated_integral
for time-weighted-average (time_weight
). - #723: Stabilize state aggregate (
state_agg
). Note that this was previously known astimeline_agg
before version 1.14.0.
Bug fixes
- #715: Fix out-of-bounds indexing error in
state_agg
rollup.
Other notable changes
- #716: Add arrow operator support for counter aggregate and time-weighted aggregate interpolated accessors.
- #716: Remove experimental versions of interpolated accessors for counter aggregate and time-weighted aggregates. The stable versions introduced in 1.14.0 should be used instead.
- #723: Add
state_at
function forstate_agg
. - #709: Update pgx version to 0.7.1.
Full Changelog: 1.14.0...1.15.0