v.25.1Improvement
Introduce least_greatest_legacy_null_behavior Setting for NULL Handling in Functions
Introduce a settingleast_greatest_legacy_null_behavior(default:false) which controls if functionsleastandgreatesthandleNULLarguments by unconditionally returningNULL(iftrue) or by ignoring them (iffalse). #73344 (Robert Schulze).