postgresql/src/include/nodes
Thomas G. Lockhart a344a6e7b5 Carry column aliases from the parser frontend. Enables queries like
SELECT a FROM t1 tx (a);
Allow join syntax, including queries like
  SELECT * FROM t1 NATURAL JOIN t2;
Update RTE structure to hold column aliases in an Attr structure.
2000-02-15 03:38:29 +00:00
..
execnodes.h Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now 2000-01-27 18:11:50 +00:00
makefuncs.h Carry column aliases from the parser frontend. Enables queries like 2000-02-15 03:38:29 +00:00
memnodes.h Add: 2000-01-26 05:58:53 +00:00
nodeFuncs.h Add: 2000-01-26 05:58:53 +00:00
nodes.h Add: 2000-01-26 05:58:53 +00:00
params.h Add: 2000-01-26 05:58:53 +00:00
parsenodes.h Carry column aliases from the parser frontend. Enables queries like 2000-02-15 03:38:29 +00:00
pg_list.h Rename same() to sameseti() to have a slightly less generic name. Move 2000-02-06 03:27:35 +00:00
plannodes.h Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now 2000-01-27 18:11:50 +00:00
primnodes.h Add: 2000-01-26 05:58:53 +00:00
print.h Add: 2000-01-26 05:58:53 +00:00
readfuncs.h Add: 2000-01-26 05:58:53 +00:00
relation.h Repair planning bugs caused by my misguided removal of restrictinfo link 2000-02-07 04:41:04 +00:00