postgresql/src/include/nodes
Tom Lane 4057b64f32 Modify readfuncs so that recursive use of stringToNode will not crash
and burn.  Just for added luck, change reading of CONST nodes so that
we do not need to consult pg_type rows while reading them; this means
that no database access occurs during stringToNode.  This requires
changing the order in which const-node fields are written, which means
an initdb is forced.
2001-01-07 01:08:48 +00:00
..
execnodes.h Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
makefuncs.h Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
memnodes.h Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's 2000-12-01 18:14:29 +00:00
nodeFuncs.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
nodes.h Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant, 2000-11-24 20:16:40 +00:00
params.h Add: 2000-01-26 05:58:53 +00:00
parsenodes.h Remove not-really-standard implementation of CREATE TABLE's UNDER clause, 2001-01-05 06:34:23 +00:00
pg_list.h Change the parser to convert SQL "position" and "substring" syntax to 2000-10-31 10:22:13 +00:00
plannodes.h Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
primnodes.h Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
print.h Add: 2000-01-26 05:58:53 +00:00
readfuncs.h Modify readfuncs so that recursive use of stringToNode will not crash 2001-01-07 01:08:48 +00:00
relation.h Planner speedup hacking. Avoid saving useless pathkeys, so that path 2000-12-14 22:30:45 +00:00