postgresql/src/include/nodes
Tom Lane fcaad7e2c1 Standardize on the assumption that the arguments of a RowExpr correspond
to the physical layout of the rowtype, ie, there are dummy arguments
corresponding to any dropped columns in the rowtype.  We formerly had a
couple of places that did it this way and several others that did not.
Fixes Gaetano Mendola's "cache lookup failed for type 0" bug of 5-Aug.
2004-08-17 18:47:09 +00:00
..
bitmapset.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
execnodes.h Support assignment to subfields of composite columns in UPDATE and INSERT. 2004-06-09 19:08:20 +00:00
makefuncs.h Promote row expressions to full-fledged citizens of the expression syntax, 2004-05-10 22:44:49 +00:00
memnodes.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
nodeFuncs.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
nodes.h Support renaming of tablespaces, and changing the owners of 2004-06-25 21:55:59 +00:00
params.h Allow DECLARE CURSOR to take parameters from the portal in which it is 2004-08-02 01:30:51 +00:00
parsenodes.h Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 2004-08-04 21:34:35 +00:00
pg_list.h FastList is history, yay. 2004-06-01 06:02:13 +00:00
plannodes.h Instead of rechecking lossy index operators by putting them into the 2004-01-06 04:31:01 +00:00
primnodes.h Standardize on the assumption that the arguments of a RowExpr correspond 2004-08-17 18:47:09 +00:00
print.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
readfuncs.h Rewrite nodeRead() in a less obfuscated fashion, per discussion with 2004-05-06 14:01:33 +00:00
relation.h Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 2004-08-04 21:34:35 +00:00
value.h The outer #define was forgotten. Attached patch adds it; please apply. 2004-07-12 01:00:45 +00:00