summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
Commit message (Expand)AuthorAgeFilesLines
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+3
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-181-9/+11
* IsSystemRelationName() treats TOAST relations as system relations.Tom Lane2001-11-161-2/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-30/+30
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-141-11/+379
* Back out has_table_privilege patch.Bruce Momjian2001-06-121-756/+1
* OK -- here's take #5.Bruce Momjian2001-06-121-1/+756
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-091-67/+26
* Correct permissions-checking bugs associated with ancient decision toTom Lane2001-06-051-20/+15
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-271-19/+27
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-12/+12
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Make aclcontains() do something that's at least vaguely reasonable:Tom Lane2001-01-141-4/+10
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-6/+8
* aclitemout() shouldn't coredump when it finds an ACL itemTom Lane2000-11-281-10/+21
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-7/+11
* Fix bug reported by bobson: aclinsert3 would delete the 'world' entryTom Lane2000-11-031-32/+38
* Remove NO_SECURITY define.Bruce Momjian2000-10-161-3/+1
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-071-25/+59
* Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane2000-10-021-15/+13
* Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane2000-07-311-83/+66
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-6/+6
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-15/+6
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-3/+3
* Add:Bruce Momjian2000-01-261-2/+3
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-241-3/+3
* Add system indexes to match all caches.Bruce Momjian1999-11-221-3/+3
* Drive a stake through the heart of the last use of MAX_PARSE_BUFFERTom Lane1999-10-181-21/+25
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-4/+4
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Fix for ACL length problem on different platforms.Bruce Momjian1999-07-091-1/+5
* pgindent run over code.Bruce Momjian1999-05-251-4/+4
* I am sorry, I misinterpreted the still failing trigger regression test.Bruce Momjian1999-05-121-2/+2
* This patch fixes the bug that made it impossible to grant permissions toBruce Momjian1999-03-211-10/+29
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-7/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-5/+5
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-23/+23
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-11/+13
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-5/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-16/+17
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-4/+4
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-241-5/+6
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-2/+2
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-17/+17
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-17/+17
* Change some mallocs to palloc.Bruce Momjian1997-12-291-5/+3
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-2/+2
* Fix acl error, and remove duplicate pqtrace.Bruce Momjian1997-11-011-1/+10