postgresql/src/backend/commands
Tom Lane 95ef6a3448 First phase of SCHEMA changes, concentrating on fixing the grammar and
the parsetree representation.  As yet we don't *do* anything with schema
names, just drop 'em on the floor; but you can enter schema-compatible
command syntax, and there's even a primitive CREATE SCHEMA command.
No doc updates yet, except to note that you can now extract a field
from a function-returning-row's result with (foo(...)).fieldname.
2002-03-21 16:02:16 +00:00
..
_deadcode Change made to elog: 2002-03-06 06:10:59 +00:00
analyze.c Change made to elog: 2002-03-06 06:10:59 +00:00
async.c Change made to elog: 2002-03-06 06:10:59 +00:00
cluster.c A bunch of changes aimed at reducing backend startup time... 2002-02-19 20:11:20 +00:00
command.c First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
comment.c
copy.c Change made to elog: 2002-03-06 06:10:59 +00:00
creatinh.c First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
dbcommands.c Change made to elog: 2002-03-06 06:10:59 +00:00
define.c Code review for DOMAIN patch. 2002-03-20 19:45:13 +00:00
explain.c First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
indexcmds.c Code review for DOMAIN patch. 2002-03-20 19:45:13 +00:00
Makefile
proclang.c Privileges on functions and procedural languages 2002-02-18 23:11:58 +00:00
remove.c Code review for DOMAIN patch. 2002-03-20 19:45:13 +00:00
rename.c
sequence.c First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
trigger.c First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
user.c Change made to elog: 2002-03-06 06:10:59 +00:00
vacuum.c First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
vacuumlazy.c Change made to elog: 2002-03-06 06:10:59 +00:00
variable.c Change made to elog: 2002-03-06 06:10:59 +00:00
view.c First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00