postgresql/src/backend/commands
Tom Lane 84c123be1d Allow new values to be added to an existing enum type.
After much expenditure of effort, we've got this to the point where the
performance penalty is pretty minimal in typical cases.

Andrew Dunstan, reviewed by Brendan Jurd, Dean Rasheed, and Tom Lane
2010-10-24 23:05:41 -04:00
..
aggregatecmds.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
alter.c Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE 2010-09-26 14:41:03 +03:00
analyze.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
async.c ProcessIncomingNotify *must* reset notifyInterruptOccurred when called. 2010-09-23 17:16:51 -04:00
cluster.c Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE. 2010-10-07 21:46:46 -04:00
comment.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
constraint.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
conversioncmds.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
copy.c Support triggers on views. 2010-10-10 13:45:07 -04:00
dbcommands.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
define.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
discard.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
explain.c Support MergeAppend plans, to allow sorted output from append relations. 2010-10-14 16:57:57 -04:00
foreigncmds.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
functioncmds.c Improve handling of domains over arrays. 2010-10-21 16:07:17 -04:00
indexcmds.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
lockcmds.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
Makefile Add a SECURITY LABEL command. 2010-09-27 20:55:27 -04:00
opclasscmds.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
operatorcmds.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
portalcmds.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
prepare.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
proclang.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
schemacmds.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
seclabel.c Add a SECURITY LABEL command. 2010-09-27 20:55:27 -04:00
sequence.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
tablecmds.c Support triggers on views. 2010-10-10 13:45:07 -04:00
tablespace.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
trigger.c Support triggers on views. 2010-10-10 13:45:07 -04:00
tsearchcmds.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
typecmds.c Allow new values to be added to an existing enum type. 2010-10-24 23:05:41 -04:00
user.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
vacuum.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
vacuumlazy.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
variable.c Prevent show_session_authorization from crashing when session_authorization 2010-09-23 16:53:16 -04:00
view.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00