postgresql/src/backend/commands
Vadim B. Mikheev dc13d5d307 Before row insertion triggers call. 1997-09-04 13:19:01 +00:00
..
_deadcode Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
Makefile Workplace for CREATE/DROP TRIGGER 1997-08-31 11:40:13 +00:00
async.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
cluster.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
command.c Turn constraints off for sequences & views 1997-08-22 14:22:14 +00:00
copy.c Before row insertion triggers call. 1997-09-04 13:19:01 +00:00
creatinh.c DefineRelation: DEFAULT/CHECK handling 1997-08-22 03:03:56 +00:00
defind.c Disallow to create multi-column indices using non-btree. 1997-03-26 03:05:28 +00:00
define.c Remove more (void) and fix -Wall warnings. 1997-08-12 22:55:25 +00:00
explain.c Now that names are null terminated, no need to do all that NAMEDATALEN stuff. 1997-08-18 20:53:48 +00:00
purge.c Remove more (void) and fix -Wall warnings. 1997-08-12 22:55:25 +00:00
recipe.c Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. 1997-08-12 20:16:25 +00:00
remove.c Now that names are null terminated, no need to do all that NAMEDATALEN stuff. 1997-08-18 20:53:48 +00:00
rename.c Now that names are null terminated, no need to do all that NAMEDATALEN stuff. 1997-08-18 20:53:48 +00:00
sequence.c Turn constraints off for sequences & views 1997-08-22 14:22:14 +00:00
trigger.c Before row insertion triggers call. 1997-09-04 13:19:01 +00:00
vacuum.c Fix for psql pager when no tty, cleanup for vacuum attdisbursion type. 1997-08-22 04:13:18 +00:00
view.c Turn constraints off for sequences & views 1997-08-22 14:22:14 +00:00