postgresql/src
Tom Lane d707495452 Fix thinko in recent patch to change temp-table permissions behavior:
this is an aclmask function and does not have the same return convention
as aclcheck functions.  Also adjust the behavior so that users without
CREATE TEMP permission still have USAGE permission on their session's
temp schema.  This allows privileged code to create a temp table and
make it accessible to code that's not got the same privilege.  (Since
the default permissions on a table are no-access, an explicit grant on
the table will still be needed; but I see no reason that the temp schema
itself should prohibit such access.)
2004-05-28 16:17:14 +00:00
..
backend Fix thinko in recent patch to change temp-table permissions behavior: 2004-05-28 16:17:14 +00:00
bin Change pg_ctl to be in C. This was the final shell script and is 2004-05-27 03:37:55 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by 2004-05-28 05:13:32 +00:00
interfaces *) inet_(client|server)_(addr|port)() and necessary documentation for 2004-05-26 18:35:51 +00:00
makefiles Rename irix5 port to irix. 2004-05-19 21:37:43 +00:00
pl Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
port Move pgkill out into /port so pg_ctl can use it on Win32. 2004-05-27 13:08:57 +00:00
template Rename irix5 port to irix. 2004-05-19 21:37:43 +00:00
test The added aggregates are: 2004-05-26 15:26:28 +00:00
timezone Seems we forgot the installdirs target in this makefile. 2004-05-28 03:53:33 +00:00
tools Do thread testing from configure in a much cleaner fashion. 2004-04-27 19:51:12 +00:00
tutorial Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
utils For application to HEAD, following community review. 2004-02-25 19:41:23 +00:00
bcc32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Integrate timezone library to be called only from Win32. 2004-04-30 04:31:52 +00:00
Makefile.global.in Make --without-docdir configure option actually work, per Manfred. 2004-05-23 15:24:32 +00:00
Makefile.shlib Rename irix5 port to irix. 2004-05-19 21:37:43 +00:00
nls-global.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00