postgresql/src
Tom Lane 8e68d78390 Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit
creation of a shell type.  This allows a less hacky way of dealing with
the mutual dependency between a datatype and its I/O functions: make a
shell type, then make the functions, then define the datatype fully.
We should fix pg_dump to handle things this way, but this commit just deals
with the backend.

Martijn van Oosterhout, with some corrections by Tom Lane.
2006-02-28 22:37:27 +00:00
..
backend Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit 2006-02-28 22:37:27 +00:00
bin Make restricted_exec feature for Windows more robust by using the environment 2006-02-24 02:02:41 +00:00
include Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit 2006-02-28 22:37:27 +00:00
interfaces Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 2006-02-27 16:09:50 +00:00
makefiles Remove ancient hack to work around a peculiarity of libcurses on HPUX. 2006-02-07 17:36:13 +00:00
pl Tweak the error message emitted when a void-returning PL/Python function 2006-02-28 20:56:14 +00:00
port Fix const cast in get_progname(). 2006-02-01 12:41:45 +00:00
template Update tested AIX memset platforms. 2006-02-03 13:56:20 +00:00
test Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit 2006-02-28 22:37:27 +00:00
timezone Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
tools Update release checlist. 2006-02-12 17:23:31 +00:00
tutorial Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 2006-02-27 16:09:50 +00:00
utils Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
bcc32.mak Add -N make flag to bcc builds from /src dir. 2005-05-13 18:12:35 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Update Makefile for new thread_test location. 2006-02-04 01:04:20 +00:00
Makefile.global.in When performing a parallel build (make -j N) with ./configure 2006-02-12 07:29:36 +00:00
Makefile.shlib Remove BEOS port. 2006-01-05 03:01:38 +00:00
nls-global.mk Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
win32.mak Add MSVC support for utility commands and pg_dump. 2006-02-12 06:11:51 +00:00