summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
AgeCommit message (Expand)Author
2002-12-05More cleanup of userid to be AclId rather than Oid.Bruce Momjian
2002-11-13Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-11-10Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian
2002-09-24Change default privileges for languages and functions to be PUBLIC USAGETom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-03Arrange for the default permissions on a database to allow temp tableTom Lane
2002-08-27This patches replaces a few more usages of strcpy() and sprintf() whenBruce Momjian
2002-08-26Modify array operations to include array's element type OID in theTom Lane
2002-08-09has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-27Restructure aclcheck error reporting to make permission-failureTom Lane
2002-04-26Add current_schema() and current_schemas() inquiry functions.Tom Lane
2002-04-21Restructure AclItem representation so that we can have more than eightTom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-21Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-02-18Privileges on functions and procedural languagesPeter Eisentraut
2001-11-16IsSystemRelationName() treats TOAST relations as system relations.Tom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-06-14has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane
2001-06-12Back out has_table_privilege patch.Bruce Momjian
2001-06-12OK -- here's take #5.Bruce Momjian
2001-06-09Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut
2001-06-05Correct permissions-checking bugs associated with ancient decision toTom Lane
2001-05-27Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-14Make aclcontains() do something that's at least vaguely reasonable:Tom Lane
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-11-28aclitemout() shouldn't coredump when it finds an ACL itemTom Lane
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-11-03Fix bug reported by bobson: aclinsert3 would delete the 'world' entryTom Lane
2000-10-16Remove NO_SECURITY define.Bruce Momjian
2000-10-07Arrange that no database accesses are attempted during parser() --- thisTom Lane
2000-10-02Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane
2000-07-31Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-26Add:Bruce Momjian
1999-11-24Add pg_statistic index, add missing Hiroshi file.Bruce Momjian
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-10-18Drive a stake through the heart of the last use of MAX_PARSE_BUFFERTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-09Fix for ACL length problem on different platforms.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-12I am sorry, I misinterpreted the still failing trigger regression test.Bruce Momjian