postgresql/src/include/nodes
Tom Lane 6ebc90b045 Remove Ident nodetype in favor of using String nodes; this fixes some
latent wrong-struct-type bugs and makes the coding style more uniform,
since the majority of places working with lists of column names were
already using Strings not Idents.  While at it, remove vestigial
support for Stream node type, and otherwise-unreferenced nodes.h entries
for T_TupleCount and T_BaseNode.
NB: full recompile is recommended due to changes of Node type numbers.
This shouldn't force an initdb though.
2002-08-19 15:08:47 +00:00
..
execnodes.h Attached are two patches to implement and document anonymous composite 2002-08-04 19:48:11 +00:00
makefuncs.h Back out BETWEEN node patch, was causing initdb failure. 2002-07-18 17:14:20 +00:00
memnodes.h Change memory-space accounting mechanism in tuplesort.c and tuplestore.c 2002-08-12 00:36:12 +00:00
nodeFuncs.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
nodes.h Remove Ident nodetype in favor of using String nodes; this fixes some 2002-08-19 15:08:47 +00:00
params.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
parsenodes.h Remove Ident nodetype in favor of using String nodes; this fixes some 2002-08-19 15:08:47 +00:00
pg_list.h Improve obsolete comment. 2002-08-19 00:10:03 +00:00
plannodes.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
primnodes.h Implement the IS DISTINCT FROM operator per SQL99. 2002-07-04 15:24:11 +00:00
print.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
readfuncs.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
relation.h Remove Ident nodetype in favor of using String nodes; this fixes some 2002-08-19 15:08:47 +00:00