Files
postgres/src
Tom Lane 3eb1c82277 Fix planner and rewriter to follow SQL semantics for tables that are
mentioned in FROM but not elsewhere in the query: such tables should be
joined over anyway.  Aside from being more standards-compliant, this allows
removal of some very ugly hacks for COUNT(*) processing.  Also, allow
HAVING clause without aggregate functions, since SQL does.  Clean up
CREATE RULE statement-list syntax the same way Bruce just fixed the
main stmtmulti production.
CAUTION: addition of a field to RangeTblEntry nodes breaks stored rules;
you will have to initdb if you have any rules.
1999-10-07 04:23:24 +00:00
..
1998-11-19 02:39:51 +00:00
1999-09-21 21:10:37 +00:00
1999-09-27 00:48:42 +00:00
1999-10-03 18:24:03 +00:00
1999-07-30 03:45:57 +00:00
1999-09-27 20:54:56 +00:00