postgresql/src/backend
Tom Lane 0a02d47a11 Enforces NOT NULL constraints to be applied against new PRIMARY KEY
columns in DefineIndex.  So, ALTER TABLE ... PRIMARY KEY will now
automatically add the NOT NULL constraint.  It appeared the alter_table
regression test wanted this to occur, as after the change the regression
test better matched in inline 'fails'/'succeeds' comments.

Rod Taylor
2003-01-02 19:29:22 +00:00
..
access This patch implements FOR EACH STATEMENT triggers, per my email to 2002-11-23 03:59:09 +00:00
bootstrap Revise executor APIs so that all per-query state structure is built in 2002-12-15 16:17:59 +00:00
catalog Fix ALTER TABLE ADD COLUMN to disallow the same column types that are 2002-12-16 18:39:22 +00:00
commands Enforces NOT NULL constraints to be applied against new PRIMARY KEY 2003-01-02 19:29:22 +00:00
executor Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as 2002-12-30 22:10:54 +00:00
lib pgindent run. 2002-09-04 20:31:48 +00:00
libpq Update SSL error message for improper permissions. Backpatch to 7.3.X. 2002-12-23 22:19:00 +00:00
main This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
nodes To suppress memory leakage in long-lived Lists, lremove() should pfree 2002-12-17 01:18:35 +00:00
optimizer Better solution to integer overflow problem in hash batch-number 2002-12-30 15:21:23 +00:00
parser Enforces NOT NULL constraints to be applied against new PRIMARY KEY 2003-01-02 19:29:22 +00:00
po Most of the code follows the American spelling of the word, which is 2002-11-19 17:21:40 +00:00
port This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
postmaster Back out V6 code, caused postmaster startup failure. 2002-12-06 04:37:05 +00:00
regex This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
rewrite To suppress memory leakage in long-lived Lists, lremove() should pfree 2002-12-17 01:18:35 +00:00
storage localbuf.c must be able to do blind writes. 2002-12-05 22:48:03 +00:00
tcop fastpath code neglected to check whether user has privileges to call the 2003-01-01 21:57:05 +00:00
utils Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as 2002-12-30 22:10:54 +00:00
Makefile Initial version of the SQL information schema 2002-12-14 00:24:35 +00:00
nls.mk Translation updates 2002-09-14 13:46:24 +00:00