This website requires JavaScript.
Explore
Help
Sign In
database
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
mirror of
https://github.com/postgres/postgres.git
synced
2025-11-10 17:42:29 +03:00
Code
Activity
Files
a933bceacfbb5af353d6dca616ed1edfb024aa29
postgres
/
src
/
backend
/
rewrite
History
Tom Lane
d5096af2c4
Make the world safe for passing whole rows of views to functions. This
...
already worked fine for whole rows of tables, but not so well for views...
2001-04-18 20:42:56 +00:00
..
Makefile
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
2000-09-29 18:21:41 +00:00
rewriteDefine.c
Fix comments that were mis-wrapped, for Tom Lane.
2001-03-23 04:49:58 +00:00
rewriteHandler.c
Add some defenses to guard against case where a rule refers to a table
2001-04-17 00:32:58 +00:00
rewriteManip.c
Make the world safe for passing whole rows of views to functions. This
2001-04-18 20:42:56 +00:00
rewriteRemove.c
pgindent run. Make it all clean.
2001-03-22 04:01:46 +00:00
rewriteSupport.c
pgindent run. Make it all clean.
2001-03-22 04:01:46 +00:00