postgresql/src/test
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
..
bench Remove -B from wisconsin test. 1999-05-23 18:53:30 +00:00
examples Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
locale Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
mb Multibyte tests were all 'failing' because of change of 1999-04-25 19:34:44 +00:00
performance Remove more -B parameters not needed. 1999-05-23 19:01:18 +00:00
regress Fix planner and rewriter to follow SQL semantics for tables that are 1999-10-07 04:23:24 +00:00
suite Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
Makefile End of the make file simplifications. 1996-11-12 11:43:32 +00:00