aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execSRF.c
Commit message (Expand)AuthorAge
* Fix intra-query memory leakage in nodeProjectSet.c.Tom Lane2017-10-06
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Provide an error cursor for "can't call an SRF here" errors.Tom Lane2017-04-18
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25