postgresql/src/include/nodes
Tom Lane 27a54ae282 Opclasses live in namespaces. I also took the opportunity to create
an 'opclass owner' column in pg_opclass.  Nothing is done with it at
present, but since there are plans to invent a CREATE OPERATOR CLASS
command soon, we'll probably want DROP OPERATOR CLASS too, which
suggests that a notion of ownership would be a good idea.
2002-04-17 20:57:57 +00:00
..
execnodes.h Spell 'precedes', 'preceding' correctly in various places. 2001-11-21 22:57:01 +00:00
makefuncs.h Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +00:00
memnodes.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodeFuncs.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodes.h Add INSERT(..., DEFAULT, ). 2002-04-05 11:56:55 +00:00
params.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
parsenodes.h Opclasses live in namespaces. I also took the opportunity to create 2002-04-17 20:57:57 +00:00
pg_list.h Functions live in namespaces. Qualified function names work, eg 2002-04-09 20:35:55 +00:00
plannodes.h Restructure representation of join alias variables. An explicit JOIN 2002-03-12 00:52:10 +00:00
primnodes.h Restructure representation of aggregate functions so that they have pg_proc 2002-04-11 20:00:18 +00:00
print.h EXPLAIN output now comes out as a query result, not a NOTICE message. 2002-03-24 04:31:09 +00:00
readfuncs.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
relation.h Restructure representation of join alias variables. An explicit JOIN 2002-03-12 00:52:10 +00:00