postgresql/src/include/utils
Tom Lane 4ab8e69094 has_table_privilege spawns scions has_database_privilege, has_function_privilege,
has_language_privilege, has_schema_privilege to let SQL queries test
all the new privilege types in 7.3.  Also, add functions pg_table_is_visible,
pg_type_is_visible, pg_function_is_visible, pg_operator_is_visible,
pg_opclass_is_visible to test whether objects contained in schemas are
visible in the current search path.  Do some minor cleanup to centralize
accesses to pg_database, as well.
2002-08-09 16:45:16 +00:00
..
acl.h Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 2002-07-29 22:14:11 +00:00
array.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
ascii.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
bit.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
builtins.h has_table_privilege spawns scions has_database_privilege, has_function_privilege, 2002-08-09 16:45:16 +00:00
cash.h Use PostgreSQL's standard declaration for a 32-bit integer to define 2001-11-06 16:27:31 +00:00
catcache.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
date.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
datetime.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
datum.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
dynahash.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
dynamic_loader.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
elog.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
exc.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
excid.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fcache.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fmgrtab.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
formatting.h Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
geo_decls.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
guc.h Here are two patches. The guc_and_tablefunc patch addresses the two 2002-07-30 16:20:03 +00:00
hsearch.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
inet.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
int8.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
inval.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
logtape.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
lsyscache.h Preliminary code review for anonymous-composite-types patch: fix breakage 2002-08-05 02:30:50 +00:00
memutils.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
nabstime.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
numeric.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
palloc.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_crc.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_locale.h Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
pg_lzcompress.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
portal.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
ps_status.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rel.h Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
relcache.h Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
selfuncs.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
sets.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
syscache.h ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
timestamp.h Define macros for handling typmod manipulation for date/time types. 2002-08-04 06:42:18 +00:00
tqual.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tuplesort.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tuplestore.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
varbit.h Allow bit string constants without fully-specified length declaration. 2002-08-04 06:33:59 +00:00