postgresql/src/backend/commands
Thomas G. Lockhart 0569136e48 Change Constraint structure name from ConstraintDef to Constraint.
Change reference to field inside to be compatible with new definition
 as a "node" structure rather than a specialty structure.
1997-12-04 23:15:28 +00:00
..
_deadcode Break parser functions into smaller files, group together. 1997-11-25 22:07:18 +00:00
async.c Remove all time travel stuff. Small parser cleanup. 1997-11-20 23:24:03 +00:00
cluster.c Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. 1997-11-28 17:28:02 +00:00
command.c Remove all time travel stuff. Small parser cleanup. 1997-11-20 23:24:03 +00:00
copy.c Remove all time travel stuff. Small parser cleanup. 1997-11-20 23:24:03 +00:00
creatinh.c Change Constraint structure name from ConstraintDef to Constraint. 1997-12-04 23:15:28 +00:00
dbcommands.c Move dbcommands.c to commands/. It should not be in the parser directory. 1997-11-24 05:32:56 +00:00
defind.c Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
define.c Re-order args for TypeCreate() to be clearer. 1997-11-26 04:50:47 +00:00
explain.c Break parser functions into smaller files, group together. 1997-11-25 22:07:18 +00:00
Makefile From: todd brandys <brandys@eng3.hep.uiuc.edu> 1997-12-04 00:28:15 +00:00
proclang.c Remove all time travel stuff. Small parser cleanup. 1997-11-20 23:24:03 +00:00
recipe.c Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. 1997-11-28 17:28:02 +00:00
remove.c Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. 1997-11-28 17:28:02 +00:00
rename.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
sequence.c Remove archive stuff. 1997-11-21 18:12:58 +00:00
trigger.c Remove all time travel stuff. Small parser cleanup. 1997-11-20 23:24:03 +00:00
user.c Missed a few files from Todd's patch...oops :) 1997-12-04 00:34:01 +00:00
vacuum.c Break parser functions into smaller files, group together. 1997-11-25 22:07:18 +00:00
view.c Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. 1997-11-28 17:28:02 +00:00