postgresql/src/backend/commands
Tom Lane 53cedcac22 Retire xlateSqlType/xlateSqlFunc; all type name translations are now
handled as special productions.  This is needed to keep us honest about
user-schema type names that happen to coincide with system type names.
Per pghackers discussion 24-Apr.  To avoid bloating the keyword list
too much, I removed the translations for datetime, timespan, and lztext,
all of which were slated for destruction several versions back anyway.
2002-05-03 00:32:19 +00:00
..
_deadcode Change made to elog: 2002-03-06 06:10:59 +00:00
aggregatecmds.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
analyze.c Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +00:00
async.c Change made to elog: 2002-03-06 06:10:59 +00:00
cluster.c Support toasting of shared system relations, and provide toast tables for 2002-04-27 21:24:34 +00:00
comment.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
copy.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
dbcommands.c Support toasting of shared system relations, and provide toast tables for 2002-04-27 21:24:34 +00:00
define.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
explain.c Tweak labeling of plan qual conditions for more consistency. 2002-03-24 17:11:37 +00:00
functioncmds.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
indexcmds.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
lockcmds.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
Makefile The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
operatorcmds.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
portalcmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
proclang.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
schemacmds.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
sequence.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
tablecmds.c Support toasting of shared system relations, and provide toast tables for 2002-04-27 21:24:34 +00:00
trigger.c Code review for ALTER TRIGGER RENAME patch: make better use of index, 2002-04-30 01:24:57 +00:00
typecmds.c Retire xlateSqlType/xlateSqlFunc; all type name translations are now 2002-05-03 00:32:19 +00:00
user.c Minor code cleanup. 2002-04-28 00:36:38 +00:00
vacuum.c Disable VACUUM from being called from a function because function memory 2002-04-15 23:39:42 +00:00
vacuumlazy.c Make VACUUM handle schema-qualified relation names properly. 2002-04-02 01:03:07 +00:00
variable.c Convert GUC parameters back to strings if input as integers. 2002-04-22 15:13:53 +00:00
view.c Change naming rule for ON SELECT rules of views: they're all just 2002-04-19 23:13:54 +00:00