postgresql/src/backend
Tom Lane 154f26ff59 RemoveAttrDefaultById() neglected to obtain exclusive lock on the
relation being modified.  In most paths of control we'd already have
such a lock, but if we were dropping the default due to a cascaded
delete of some function it depended on, maybe not.
2002-08-02 21:54:34 +00:00
..
access ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
bootstrap ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
catalog RemoveAttrDefaultById() neglected to obtain exclusive lock on the 2002-08-02 21:54:34 +00:00
commands ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
executor Remove _deadcode. 2002-07-24 19:16:43 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Remove certain Makefile dependencies by using full pathnames in 2002-07-15 21:34:05 +00:00
main Update copyright to 2002. 2002-06-20 20:29:54 +00:00
nodes Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 2002-07-29 22:14:11 +00:00
optimizer ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
parser ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
po Improve lexer's error reporting. You get the whole token mentioned now 2002-05-01 17:12:08 +00:00
port Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
postmaster oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
regex Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
rewrite ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
storage * -Remove LockMethodTable.prio field, not used (Bruce) 2002-08-01 05:18:34 +00:00
tcop The attached patch removes the last remnants of support for 2002-07-30 16:55:45 +00:00
tioga Update copyright to 2002. 2002-06-20 20:29:54 +00:00
utils ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
Makefile Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00