postgresql/src/backend/commands
1997-08-22 03:03:56 +00:00
..
_deadcode Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +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 Rename pg_attribute.attnvals to attdisbursion. 1997-08-21 03:02:13 +00:00
copy.c NOT NULL implementation (submitted by Robson Paniago de Miranda). 1997-08-19 04:46:15 +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
Makefile Sequence numbers generators code. 1997-04-02 03:51:23 +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 Oracle like currval behaviour. 1997-06-02 11:22:52 +00:00
vacuum.c Rename pg_attribute.attnvals to attdisbursion. 1997-08-21 03:02:13 +00:00
view.c include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix 1997-01-10 20:19:49 +00:00