aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/gen_node_support.pl
Commit message (Expand)AuthorAge
* Fix MSVC build script's check for obsolete node support functions.Tom Lane2022-08-08
* Dump more fields when dumping planner internal data structures.Tom Lane2022-07-20
* Add output directory option to gen_node_support.plAndres Freund2022-07-18
* Tighten up parsing logic in gen_node_support.pl.Tom Lane2022-07-14
* Remove artificial restrictions on which node types have out/read funcs.Tom Lane2022-07-13
* Add defenses against unexpected changes in the NodeTag enum list.Tom Lane2022-07-12
* Invent nodetag_only attribute for Nodes.Tom Lane2022-07-12
* Rationalize order of input files for gen_node_support.pl.Tom Lane2022-07-11
* Make assorted quality-of-life improvements in gen_node_support.pl.Tom Lane2022-07-09
* Automatically generate node support functionsPeter Eisentraut2022-07-09