postgresql/src/backend/commands
Tom Lane 6daef2bca4 Remove hack in pg_tablespace_aclmask() that disallowed permissions
on pg_global even to superusers, and replace it with checks in various
other places to complain about invalid uses of pg_global.  This ends
up being a bit more code but it allows a more specific error message
to be given, and it un-breaks pg_tablespace_size() on pg_global.
Per discussion.
2007-10-12 18:55:12 +00:00
..
aggregatecmds.c
alter.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
analyze.c Simplify and rename some GUC variables, per various recent discussions: 2007-09-24 03:12:23 +00:00
async.c
cluster.c Disallow CLUSTER using an invalid index (that is, one left over from a failed 2007-09-29 18:05:20 +00:00
comment.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
conversioncmds.c
copy.c Perform post-escaping encoding validity checks on SQL literals and COPY input 2007-09-12 20:49:27 +00:00
dbcommands.c Remove hack in pg_tablespace_aclmask() that disallowed permissions 2007-10-12 18:55:12 +00:00
define.c
discard.c
explain.c Arrange to cache a ResultRelInfo in the executor's EState for relations that 2007-08-15 21:39:50 +00:00
functioncmds.c Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 2007-09-03 18:46:30 +00:00
indexcmds.c HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
lockcmds.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +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
operatorcmds.c
portalcmds.c
prepare.c
proclang.c Implement function-local GUC parameter settings, as per recent discussion. 2007-09-03 00:39:26 +00:00
schemacmds.c
sequence.c HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
tablecmds.c Remove hack in pg_tablespace_aclmask() that disallowed permissions 2007-10-12 18:55:12 +00:00
tablespace.c
trigger.c Redefine the lp_flags field of item pointers as having four states, rather 2007-09-12 22:10:26 +00:00
tsearchcmds.c Suppress testing the options of CREATE TEXT SEARCH DICTIONARY during 2007-08-22 22:30:20 +00:00
typecmds.c Improve consistency of the error messages generated when you try to use 2007-09-29 17:18:58 +00:00
user.c Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 2007-09-03 18:46:30 +00:00
vacuum.c HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
vacuumlazy.c Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage 2007-09-26 20:16:28 +00:00
variable.c
view.c Fix a couple of misbehaviors rooted in the fact that the default creation 2007-08-27 03:36:08 +00:00