postgresql/src/backend/commands
Tom Lane 2822788993 Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION
to reset session userid to the originally-authenticated name.  Also,
relax SET SESSION AUTHORIZATION to allow specifying one's own username
even if one is not superuser, so as to avoid unnecessary error messages
when loading a pg_dump file that uses this command.  Per discussion from
several months ago.
2002-05-06 19:47:30 +00:00
..
_deadcode Change made to elog: 2002-03-06 06:10:59 +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
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 Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +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 Use quote_identifier on relation names in EXPLAIN output, per suggestion 2002-05-03 15:56:45 +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
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 Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION 2002-05-06 19:47:30 +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