New functions
group_number(),ema(),interpolate()run_length()/run_position(),most_common(),avg_percent_rank()count_ties(),avg_rank()
Other changes
- The extension is now relocatable
- Compatibility updated through PG15
- GitHub Actions CI for the regression tests (Travis removed)
- Expanded and polished README
- The
*_ignore_nullsfunctions are obsolete on PostgreSQL 19, which adds the
standardIGNORE NULLSclause.nth_value_from_lastremains useful on every
version, sinceFROM LASTis still unimplemented.
Upgrading
From 1.0:
ALTER EXTENSION extra_window_functions UPDATE;Full Changelog: v1.0...v2.0