postgresql/src
Tom Lane 71dc300a37 The contents of command.c, creatinh.c, define.c, remove.c and rename.c
have been divided according to the type of object manipulated - so ALTER
TABLE code is in tablecmds.c, aggregate commands in aggregatecmds.c and
so on.

A few common support routines remain in define.c (prototypes in
src/include/commands/defrem.h).

No code has been changed except for includes to reflect the new files.
The prototypes for aggregatecmds.c, functioncmds.c, operatorcmds.c,
and typecmds.c remain in src/include/commands/defrem.h.

From John Gray <jgray@azuli.co.uk>
2002-04-15 05:22:04 +00:00
..
backend The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
bin Rod's patch does what it is supposed to do, but it also includes 2002-04-13 19:57:18 +00:00
corba
data
include The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
interfaces 1) Fix a bug about reporting varchar info thanks to Aceto. 2002-04-15 02:46:00 +00:00
makefiles > > This patch corrects the use of rpath and export options when compiling 2002-04-05 12:01:59 +00:00
pl pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00
template Upgrade to Autoconf version 2.53. Replaced many custom macro 2002-03-29 17:32:55 +00:00
test Checking to decide whether relations are system relations now depends 2002-04-12 20:38:31 +00:00
tools Update release list. 2002-03-26 05:34:33 +00:00
tutorial Update obsolete syntax in example of inheritance. 2002-04-11 21:18:50 +00:00
utils
DEVELOPERS
Makefile Move 2002-03-13 00:05:06 +00:00
Makefile.global.in Allow detection of collateindex.pl in stylesheet directory or in path, 2002-04-14 17:23:20 +00:00
Makefile.shlib Add make install-strip target. 2002-04-10 16:45:25 +00:00
nls-global.mk
win32.mak