Commits

DateSubjectAuthorReleases
2026-06-30 Disallow set-returning functions within window OVER clauses. Tom Lane master
2026-06-30 Disallow set-returning functions within window OVER clauses. Tom Lane 19 (unreleased)
2025-09-23 Keep track of what RTIs a Result node is scanning. Robert Haas 19 (unreleased)
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 12.0
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 11.3
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 10.8
2018-07-11 Fix create_scan_plan's handling of sortgrouprefs for physical tlists. Tom Lane 10.5
2018-07-11 Fix create_scan_plan's handling of sortgrouprefs for physical tlists. Tom Lane 11.0
2018-07-11 Fix create_scan_plan's handling of sortgrouprefs for physical tlists. Tom Lane 12.0
2017-06-27 Re-allow SRFs and window functions within sub-selects within aggregates. Tom Lane 10.0
2017-06-14 Fix no-longer-valid shortcuts in expression_returns_set(). Tom Lane 10.0
2017-06-14 Disallow set-returning functions inside CASE or COALESCE. Tom Lane 10.0
2017-04-18 Provide an error cursor for "can't call an SRF here" errors. Tom Lane 10.0
2017-03-27 Support hashed aggregation with grouping sets. Andrew Gierth 10.0
2017-02-02 Fix mishandling of tSRFs at different nesting levels. Tom Lane 10.0
2017-01-19 Fix platform dependant regression output triggered by 69f4b9c85f16. Andres Freund 10.0
2017-01-18 Move targetlist SRF handling from expression evaluation to new executor node. Andres Freund 10.0
2017-01-16 Fix check_srf_call_placement() to handle VALUES cases correctly. Tom Lane 10.0
2016-10-10 Make regression tests less dependent on hash table order. Andres Freund 10.0
2016-09-14 Tweak targetlist-SRF tests some more. Tom Lane 10.0
2016-09-14 Tweak targetlist-SRF tests. Tom Lane 10.0
2016-09-13 Improve parser's and planner's handling of set-returning functions. Tom Lane 10.0
2016-09-13 Address portability issues in bfe16d1a5 test output. Andres Freund 10.0
2016-09-13 Add more tests for targetlist SRFs. Andres Freund 10.0