postgresql/src/backend/optimizer/util
Tom Lane 8bdc2bf030 Use variable aliases, if supplied, rather than real column names in
complaints about ungrouped variables.  This is for consistency with
behavior elsewhere, notably the fact that the relname is reported as
an alias in these same complaints.  Also, it'll work with subselect-
in-FROM where old code didn't.
2000-09-25 18:14:55 +00:00
..
clauses.c Use variable aliases, if supplied, rather than real column names in 2000-09-25 18:14:55 +00:00
indexnode.c Add: 2000-01-26 05:58:53 +00:00
joininfo.c Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
pathnode.c First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
plancat.c Make planner safe for recursive calls --- needed for cases where 2000-07-27 23:16:04 +00:00
relnode.c First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
restrictinfo.c First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
tlist.c Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' 2000-08-08 15:43:12 +00:00
var.c First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00