aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeTableFuncscan.c
Commit message (Expand)AuthorAge
* Add basic JSON_TABLE() functionalityAmit Langote2024-04-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove obsolete executor cleanup codeAmit Langote2023-09-28
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Update copyright for 2023Bruce Momjian2023-01-02
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* JSON_TABLEAndrew Dunstan2022-04-04
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix typos and grammar in code commentsMichael Paquier2021-09-27
* Remove Value node structPeter Eisentraut2021-09-09
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Update copyright for 2019Bruce Momjian2019-01-02
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Don't require return slots for nodes without projection.Andres Freund2018-11-09
* Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).Tom Lane2018-09-17
* Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)Andrew Gierth2018-08-13
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-30
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08