aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/gen_node_support.pl
Commit message (Expand)AuthorAge
* Adapt REL_17_STABLE to its new status as a stable branchMichael Paquier2024-07-01
* Introduce a bump memory allocatorDavid Rowley2024-04-08
* gen_node_support.pl: Mark location fields as type alias ParseLocPeter Eisentraut2024-03-19
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Make parseNodeString() C idiom compatible with Visual Studio 2015.Noah Misch2023-06-14
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Mark more nodes with attribute no_query_jumbleMichael Paquier2023-02-13
* Generate code for query jumbling through gen_node_support.plMichael Paquier2023-01-31
* Update copyright for 2023Bruce Momjian2023-01-02
* Create infrastructure for "soft" error reporting.Tom Lane2022-12-09
* Remove gen_node_support.pl's special treatment of EquivalenceClasses.Tom Lane2022-12-02
* Add some error cross-checks to gen_node_support.pl.Tom Lane2022-12-02
* Fix gen_node_support.pl for changed AclMode sizeAndrew Dunstan2022-11-25
* Make Bitmapsets be valid Nodes.Tom Lane2022-11-13
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Don't lose precision for float fields of Nodes.Peter Eisentraut2022-09-26
* 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