summaryrefslogtreecommitdiff
path: root/src/backend/executor/execSRF.c
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-03-08Complain if a function-in-FROM returns a set when it shouldn't.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-23Fix transient memory leak for SRFs in FROM.Andres Freund
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-15Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-26Support domains over composite types.Tom Lane
2017-10-08Reduce memory usage of targetlist SRFs.Andres Freund
2017-10-06Fix intra-query memory leakage in nodeProjectSet.c.Tom Lane
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-04-18Provide an error cursor for "can't call an SRF here" errors.Tom Lane
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund