postgresql/src/backend/commands
Tom Lane 7b970bc1bc Use aclcheck_error() in place of ad-hoc permissions complaints. 2002-07-29 23:44:44 +00:00
..
_deadcode Remove _deadcode. 2002-07-24 19:16:43 +00:00
Makefile Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 2002-07-29 22:14:11 +00:00
aggregatecmds.c Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
analyze.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
async.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
cluster.c Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
comment.c oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
conversioncmds.c Implement DROP CONVERSION 2002-07-25 10:07:13 +00:00
copy.c oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
dbcommands.c oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
define.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
explain.c Code review for SHOW output changes; fix horology expected files for 2002-07-20 15:12:56 +00:00
functioncmds.c Use aclcheck_error() in place of ad-hoc permissions complaints. 2002-07-29 23:44:44 +00:00
indexcmds.c oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
lockcmds.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
opclasscmds.c Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 2002-07-29 22:14:11 +00:00
operatorcmds.c Remove unused system table columns: 2002-07-24 19:11:14 +00:00
portalcmds.c Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
proclang.c Remove unused system table columns: 2002-07-24 19:11:14 +00:00
schemacmds.c Implement DROP SCHEMA. It lacks support for dropping conversions and 2002-07-18 16:47:26 +00:00
sequence.c Add more dependency insertions --- this completes the basic pg_depend 2002-07-16 22:12:20 +00:00
tablecmds.c oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
trigger.c Tweak CreateTrigger() so that the OID used in the name of an 2002-07-20 19:55:38 +00:00
typecmds.c Remove unused system table columns: 2002-07-24 19:11:14 +00:00
user.c Remove unused system table columns: 2002-07-24 19:11:14 +00:00
vacuum.c oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
vacuumlazy.c oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
variable.c I have committed many support files for CREATE CONVERSION. Default 2002-07-18 02:02:30 +00:00
view.c Add more dependency insertions --- this completes the basic pg_depend 2002-07-16 22:12:20 +00:00