postgresql/src/test/regress
Tom Lane 29bf7b00a8 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:18:07 +00:00
..
data GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
expected Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly 2008-04-24 20:18:07 +00:00
input GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
output GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
sql Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly 2008-04-24 20:18:07 +00:00
GNUmakefile Ah, I finally realize why Magnus wanted to add a --bindir option to 2006-07-21 00:24:04 +00:00
Makefile Rewrite pg_regress as a C program instead of a shell script. 2006-07-19 02:37:00 +00:00
parallel_schedule Extend COPY to support COPY (SELECT ...) TO ... 2006-08-30 23:34:22 +00:00
pg_regress.c Fix a number of places that were making file-type tests infelicitously. 2008-03-31 01:32:17 +00:00
regress.c Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
regressplans.sh Tweak regressplans.sh to use any already-set PGOPTIONS. 2000-12-18 02:45:47 +00:00
resultmap Remove use of a regex character class in resultmap (for freebsd version 2006-08-03 17:04:00 +00:00
serial_schedule Extend COPY to support COPY (SELECT ...) TO ... 2006-08-30 23:34:22 +00:00