postgresql/src/include/storage
Tom Lane 0eaa36a16a Bring syntax of role-related commands into SQL compliance. To avoid
syntactic conflicts, both privilege and role GRANT/REVOKE commands have
to use the same production for scanning the list of tokens that might
eventually turn out to be privileges or role names.  So, change the
existing GRANT/REVOKE code to expect a list of strings not pre-reduced
AclMode values.  Fix a couple other minor issues while at it, such as
InitializeAcl function name conflicting with a Windows system function.
2005-06-28 19:51:26 +00:00
..
backendid.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
block.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
buf_internals.h Split the shared-memory array of PGPROC pointers out of the sinval 2005-05-19 21:35:48 +00:00
buf.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
buffile.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
bufmgr.h Remove unnecessary calls of FlushRelationBuffers: there is no need 2005-03-20 22:00:54 +00:00
bufpage.h Implement sharable row-level locks, and use them for foreign key references 2005-04-28 21:47:18 +00:00
fd.h Simplify uses of readdir() by creating a function ReadDir() that 2005-06-19 21:34:03 +00:00
freespace.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
ipc.h Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
item.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
itemid.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
itempos.h Add parentheses to macros when args are used in computations. Without 2005-05-25 21:40:43 +00:00
itemptr.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
large_object.h Adjust lo_open() so that specifying INV_READ without INV_WRITE creates 2005-06-13 02:26:53 +00:00
lmgr.h Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
lock.h Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
lwlock.h Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
off.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_sema.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_shmem.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pmsignal.h Bring syntax of role-related commands into SQL compliance. To avoid 2005-06-28 19:51:26 +00:00
pos.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
proc.h Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
procarray.h Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
relfilenode.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
s_lock.h Add spinlock support for Itanium processor with Intel compiler. 2005-03-10 21:41:01 +00:00
shmem.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
sinval.h Split the shared-memory array of PGPROC pointers out of the sinval 2005-05-19 21:35:48 +00:00
sinvaladt.h Split the shared-memory array of PGPROC pointers out of the sinval 2005-05-19 21:35:48 +00:00
smgr.h Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
spin.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00