index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
gen_node_support.pl
Commit message (
Expand
)
Author
Age
*
Adapt REL_17_STABLE to its new status as a stable branch
Michael Paquier
2024-07-01
*
Introduce a bump memory allocator
David Rowley
2024-04-08
*
gen_node_support.pl: Mark location fields as type alias ParseLoc
Peter Eisentraut
2024-03-19
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Make all Perl warnings fatal
Peter Eisentraut
2023-12-29
*
Make parseNodeString() C idiom compatible with Visual Studio 2015.
Noah Misch
2023-06-14
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Mark more nodes with attribute no_query_jumble
Michael Paquier
2023-02-13
*
Generate code for query jumbling through gen_node_support.pl
Michael Paquier
2023-01-31
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Create infrastructure for "soft" error reporting.
Tom Lane
2022-12-09
*
Remove gen_node_support.pl's special treatment of EquivalenceClasses.
Tom Lane
2022-12-02
*
Add some error cross-checks to gen_node_support.pl.
Tom Lane
2022-12-02
*
Fix gen_node_support.pl for changed AclMode size
Andrew Dunstan
2022-11-25
*
Make Bitmapsets be valid Nodes.
Tom Lane
2022-11-13
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
*
Don't lose precision for float fields of Nodes.
Peter Eisentraut
2022-09-26
*
Fix MSVC build script's check for obsolete node support functions.
Tom Lane
2022-08-08
*
Dump more fields when dumping planner internal data structures.
Tom Lane
2022-07-20
*
Add output directory option to gen_node_support.pl
Andres Freund
2022-07-18
*
Tighten up parsing logic in gen_node_support.pl.
Tom Lane
2022-07-14
*
Remove artificial restrictions on which node types have out/read funcs.
Tom Lane
2022-07-13
*
Add defenses against unexpected changes in the NodeTag enum list.
Tom Lane
2022-07-12
*
Invent nodetag_only attribute for Nodes.
Tom Lane
2022-07-12
*
Rationalize order of input files for gen_node_support.pl.
Tom Lane
2022-07-11
*
Make assorted quality-of-life improvements in gen_node_support.pl.
Tom Lane
2022-07-09
*
Automatically generate node support functions
Peter Eisentraut
2022-07-09