postgresql/src/backend/commands
Bruce Momjian c66eb00adc Allow ANALYZE to run in a transaction. 2002-06-13 19:52:02 +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 Allow ANALYZE to run in a transaction. 2002-06-13 19:52:02 +00:00
async.c Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
cluster.c Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
comment.c Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
copy.c Since COPY fires triggers, it seems like a good idea for it to use 2002-05-21 22:59:01 +00:00
dbcommands.c AlterDatabaseSet() forgot to update the indexes on pg_database. 2002-05-25 16:30:59 +00:00
define.c Modify sequence state storage to eliminate dangling-pointer problem 2002-05-22 21:40:55 +00:00
explain.c Further tweaks to support display of sort keys in EXPLAIN --- initial 2002-06-13 03:40:49 +00:00
functioncmds.c Add optional "validator" function to languages that can validate the 2002-05-22 17:21:02 +00:00
indexcmds.c Restructure indexscan API (index_beginscan, index_getnext) per 2002-05-20 23:51:44 +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 Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
proclang.c Add optional "validator" function to languages that can validate the 2002-05-22 17:21:02 +00:00
schemacmds.c Katherine Ward wrote: 2002-06-11 13:40:53 +00:00
sequence.c Modify sequence state storage to eliminate dangling-pointer problem 2002-05-22 21:40:55 +00:00
tablecmds.c Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
trigger.c Mark index entries "killed" when they are no longer visible to any 2002-05-24 18:57:57 +00:00
typecmds.c Retire xlateSqlType/xlateSqlFunc; all type name translations are now 2002-05-03 00:32:19 +00:00
user.c Katherine Ward wrote: 2002-06-11 13:40:53 +00:00
vacuum.c Allow ANALYZE to run in a transaction. 2002-06-13 19:52:02 +00:00
vacuumlazy.c Make VACUUM handle schema-qualified relation names properly. 2002-04-02 01:03:07 +00:00
variable.c Katherine Ward wrote: 2002-06-11 13:40: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