postgresql/src/backend/commands
Tom Lane b7fe5f70d3 Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted
tablespace permissions failures when copying an index that is in the
database's default tablespace.  A side-effect of the change is that explicitly
specifying the default tablespace no longer triggers a permissions check;
this is not how it was done in pre-8.3 releases but is argued to be more
consistent.  Per bug #3921 from Andrew Gilligan.  (Note: I argued in the
subsequent discussion that maybe LIKE shouldn't copy index tablespaces
at all, but since no one indicated agreement with that idea, I've refrained
from doing it.)
2008-02-07 17:09:51 +00:00
..
aggregatecmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
alter.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
analyze.c Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 2008-01-03 21:23:15 +00:00
async.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
cluster.c Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these 2008-01-30 19:46:48 +00:00
comment.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
conversioncmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
copy.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
dbcommands.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
define.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
discard.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
explain.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
functioncmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
indexcmds.c Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted 2008-02-07 17:09:51 +00:00
lockcmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
Makefile Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
opclasscmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
operatorcmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
portalcmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
prepare.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
proclang.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
schemacmds.c Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 2008-01-03 21:23:15 +00:00
sequence.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tablecmds.c Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted 2008-02-07 17:09:51 +00:00
tablespace.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
trigger.c Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events 2008-01-02 23:34:42 +00:00
tsearchcmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
typecmds.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
user.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
vacuum.c Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 2008-01-03 21:23:15 +00:00
vacuumlazy.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
variable.c Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 2008-01-03 21:23:15 +00:00
view.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00