postgresql/src/backend
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
..
access Remove incorrect use of VARSIZE() on a toasted datum. We can just remove it 2007-10-11 18:19:58 +00:00
bootstrap Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 2007-08-02 23:39:45 +00:00
catalog Remove hack in pg_tablespace_aclmask() that disallowed permissions 2007-10-12 18:55:12 +00:00
commands Remove hack in pg_tablespace_aclmask() that disallowed permissions 2007-10-12 18:55:12 +00:00
executor HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
lib Increase the initial size of StringInfo buffers to 1024 bytes (from 256); 2007-08-12 20:18:06 +00:00
libpq Fix GSS API pointer checking. 2007-09-14 15:58:02 +00:00
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 2007-03-07 13:35:03 +00:00
nodes Fix the plan-invalidation mechanism to treat regclass constants that refer to 2007-10-11 18:05:27 +00:00
optimizer Ensure that the result of evaluating a function during constant-expression 2007-10-11 21:27:49 +00:00
parser Fix Assert failure in ExpandColumnRefStar --- what I thought was a can't 2007-09-27 17:42:03 +00:00
po Translation updates 2006-12-02 01:16:16 +00:00
port Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 2007-07-02 20:11:55 +00:00
postmaster Change Assert() to a plain test and elog, just to see if that works 2007-10-04 15:37:44 +00:00
regex Make dumpcolors() have tolerable performance when using 32-bit chr, 2007-10-06 16:18:09 +00:00
rewrite Make eval_const_expressions() preserve typmod when simplifying something like 2007-09-06 17:31:58 +00:00
snowball Add turkish stopword list. Thanks to Devrim GUNDUZ <devrim@CommandPrompt.com> 2007-09-07 14:46:43 +00:00
storage Dept. of second thoughts: fix loop in BgBufferSync so that the exit when 2007-09-25 22:11:48 +00:00
tcop Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. 2007-09-03 18:46:30 +00:00
tsearch Fix crash of to_tsvector() function on huge input: compareWORD() 2007-09-26 10:09:57 +00:00
utils Fix the plan-invalidation mechanism to treat regclass constants that refer to 2007-10-11 18:05:27 +00:00
Makefile Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00