postgresql/src
Tom Lane bb3da43e3b Allow use of table rowtypes directly as column types of other tables.
Instead of prohibiting that, put code into ALTER TABLE to reject ALTERs
that would affect other tables' columns.  Eventually we will probably
want to extend ALTER TABLE to actually do something useful here, but
in the meantime it seems wrong to forbid the feature completely just
because ALTER isn't fully baked.
2004-06-06 20:30:07 +00:00
..
backend Allow use of table rowtypes directly as column types of other tables. 2004-06-06 20:30:07 +00:00
bin Slight code cleanup for printf's. 2004-06-05 04:27:48 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include Minor catalog cleanups for composite-type stuff. Adjust signatures shown 2004-06-06 19:07:02 +00:00
interfaces The attached patch will create a dummy pg_config_paths.h. Additionally, 2004-06-04 13:30:04 +00:00
makefiles Rename irix5 port to irix. 2004-05-19 21:37:43 +00:00
pl Infrastructure for I/O of composite types: arrange for the I/O routines 2004-06-06 00:41:28 +00:00
port Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) 2004-06-03 00:07:38 +00:00
template Rename irix5 port to irix. 2004-05-19 21:37:43 +00:00
test Minor catalog cleanups for composite-type stuff. Adjust signatures shown 2004-06-06 19:07:02 +00:00
timezone Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +00:00
tools When checking for thread safety with src/tools/thread/thread_test.c, the 2004-05-28 18:37:10 +00:00
tutorial Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
utils For application to HEAD, following community review. 2004-02-25 19:41:23 +00:00
bcc32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
DEVELOPERS
Makefile Integrate timezone library to be called only from Win32. 2004-04-30 04:31:52 +00:00
Makefile.global.in Move -lpgport to the beginning of the library list for win32 linking. 2004-06-02 21:05:52 +00:00
Makefile.shlib Rename irix5 port to irix. 2004-05-19 21:37:43 +00:00
nls-global.mk More locale fixes for pg_ctl. 2004-06-01 03:32:42 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00