postgresql/src/test/regress
Tom Lane 5c068038ff Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly
checked to see if it's been initialized to all non-nulls.  The implicit NOT
NULL constraint was not being checked during the ALTER (in fact, not even if
there was an explicit NOT NULL too), because ATExecAddColumn neglected to
set the flag needed to make the test happen.  This has been broken since
the capability was first added, in 8.0.

Brendan Jurd, per a report from Kaloyan Iliev.
2008-04-24 20:17:50 +00:00
..
data Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
expected Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly 2008-04-24 20:17:50 +00:00
input Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
output Add regression tests for MONEY type. 2007-11-24 19:49:23 +00:00
sql Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly 2008-04-24 20:17:50 +00:00
GNUmakefile Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole 2008-04-10 22:25:26 +00:00
pg_regress_main.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pg_regress.c Fix a number of places that were making file-type tests infelicitously. 2008-03-31 01:31:43 +00:00
pg_regress.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
regress.c Simplify and standardize conversions between TEXT datums and ordinary C 2008-03-25 22:42:46 +00:00
regressplans.sh Tweak regressplans.sh to use any already-set PGOPTIONS. 2000-12-18 02:45:47 +00:00
resultmap Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
serial_schedule Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole 2008-04-10 22:25:26 +00:00