postgresql/src
Tom Lane 5e3c09a114 Coerce unknown-literal-constant default values to the column type during
CREATE TABLE (or ALTER TABLE SET DEFAULT), rather than postponing it to
the time that the default is inserted into an INSERT command by the
rewriter.  This reverses an old decision that was intended to make the
world safe for writing
	f1 timestamp default 'now'
but in fact merely made the failure modes subtle rather than obvious.
Per recent trouble report and followup discussion.

initdb forced since there is a chance that stored default expressions
will change.
2003-07-29 17:21:27 +00:00
..
backend Coerce unknown-literal-constant default values to the column type during 2003-07-29 17:21:27 +00:00
bin There is no reason to cast valuntil to timestamp, and a very good 2003-07-29 14:17:37 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
data
include Coerce unknown-literal-constant default values to the column type during 2003-07-29 17:21:27 +00:00
interfaces A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
makefiles Support for Intel compiler on Linux 2003-06-05 16:07:25 +00:00
pl A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
port A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
template OSF supports pthreads, per Philip Yarra. 2003-07-15 17:28:36 +00:00
test Apply (a somewhat revised version of) Greg Mullane's patch to eliminate 2003-07-29 00:03:19 +00:00
tools No need for Static.Entries, use -rHEAD. 2003-07-25 02:11:17 +00:00
tutorial elog mop-up. 2003-07-27 17:10:07 +00:00
utils Re-add Win32 missing files, I think. 2002-11-02 02:00:35 +00:00
DEVELOPERS
Makefile Assorted fixes for Cygwin: 2002-09-05 18:28:46 +00:00
Makefile.global.in Add thread.c for libpq threading, and hook it into libpq/configure. 2003-06-14 14:35:42 +00:00
Makefile.shlib Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
bcc32.mak Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
nls-global.mk Avoid shell syntax error if list of languages is empty. 2002-09-02 22:19:42 +00:00
win32.mak Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00