This website requires JavaScript.
Explore
Help
Sign In
1berry
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
Code
Issues
Packages
Projects
Releases
Wiki
Activity
postgres
/
src
/
backend
/
rewrite
History
Tom Lane
6d6ca2166c
Change naming rule for ON SELECT rules of views: they're all just
...
_RETURN now, since there's no need to keep 'em unique anymore.
2002-04-19 23:13:54 +00:00
..
Makefile
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
2000-09-29 18:21:41 +00:00
rewriteDefine.c
Change naming rule for ON SELECT rules of views: they're all just
2002-04-19 23:13:54 +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
Rule names are now unique per-relation, rather than unique globally.
2002-04-18 20:01:11 +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