index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
tsrf.out
Age
Commit message (
Expand
)
Author
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2019-03-07
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2018-07-11
Fix create_scan_plan's handling of sortgrouprefs for physical tlists.
Tom Lane
2017-06-27
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-06-14
Fix no-longer-valid shortcuts in expression_returns_set().
Tom Lane
2017-06-14
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-04-18
Provide an error cursor for "can't call an SRF here" errors.
Tom Lane
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-02-02
Fix mishandling of tSRFs at different nesting levels.
Tom Lane
2017-01-19
Fix platform dependant regression output triggered by 69f4b9c85f16.
Andres Freund
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-16
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2016-10-10
Make regression tests less dependent on hash table order.
Andres Freund
2016-09-14
Tweak targetlist-SRF tests some more.
Tom Lane
2016-09-14
Tweak targetlist-SRF tests.
Tom Lane
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
Address portability issues in bfe16d1a5 test output.
Andres Freund
2016-09-13
Add more tests for targetlist SRFs.
Andres Freund