summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/tsrf.sql
AgeCommit message (Expand)Author
2017-06-27Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane
2017-06-14Fix no-longer-valid shortcuts in expression_returns_set().Tom Lane
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-03-27Support hashed aggregation with grouping sets.Andrew Gierth
2017-02-02Fix mishandling of tSRFs at different nesting levels.Tom Lane
2017-01-19Fix platform dependant regression output triggered by 69f4b9c85f16.Andres Freund
2016-10-10Make regression tests less dependent on hash table order.Andres Freund
2016-09-14Tweak targetlist-SRF tests some more.Tom Lane
2016-09-14Tweak targetlist-SRF tests.Tom Lane
2016-09-13Improve parser's and planner's handling of set-returning functions.Tom Lane
2016-09-13Address portability issues in bfe16d1a5 test output.Andres Freund
2016-09-13Add more tests for targetlist SRFs.Andres Freund