postgresql/src/backend/rewrite
Tom Lane f9e4f611a1 First pass at set-returning-functions in FROM, by Joe Conway with
some kibitzing from Tom Lane.  Not everything works yet, and there's
no documentation or regression test, but let's commit this so Joe
doesn't need to cope with tracking changes in so many files ...
2002-05-12 20:10:05 +00:00
..
Makefile Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
rewriteDefine.c First pass at set-returning-functions in FROM, by Joe Conway with 2002-05-12 20:10:05 +00:00
rewriteHandler.c Restructure representation of aggregate functions so that they have pg_proc 2002-04-11 20:00:18 +00:00
rewriteManip.c First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
rewriteRemove.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
rewriteSupport.c Change naming rule for ON SELECT rules of views: they're all just 2002-04-19 23:13:54 +00:00