aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execSRF.c
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix transient memory leak for SRFs in FROM.Andres Freund2020-04-22
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Change function call information to be variable length.Andres Freund2019-01-26
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund2018-11-15
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Support domains over composite types.Tom Lane2017-10-26
* Reduce memory usage of targetlist SRFs.Andres Freund2017-10-08
* 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