]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/acl.c
has_table_privilege spawns scions has_database_privilege, has_function_privilege,
[postgresql] / src / backend / utils / adt / acl.c
2002-08-09 Tom Lanehas_table_privilege spawns scions has_database_privileg...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-26 Tom LaneAdd current_schema() and current_schemas() inquiry...
2002-04-21 Tom LaneRestructure AclItem representation so that we can have...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-11-16 Tom LaneIsSystemRelationName() treats TOAST relations as system...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-06-14 Tom Lanehas_table_privilege functions from Joe Conway (with...
2001-06-12 Bruce MomjianBack out has_table_privilege patch.
2001-06-12 Bruce MomjianOK -- here's take #5.
2001-06-09 Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-06-05 Tom LaneCorrect permissions-checking bugs associated with ancie...
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-14 Tom LaneMake aclcontains() do something that's at least vaguely...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-28 Tom Laneaclitemout() shouldn't coredump when it finds an ACL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-03 Tom LaneFix bug reported by bobson: aclinsert3 would delete...
2000-10-16 Bruce MomjianRemove NO_SECURITY define.
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-10-02 Tom LaneMake default ACL be consistent --- ie, starting point...
2000-07-31 Tom LaneMake acl-related functions safe for TOAST. Mark pg_cla...
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-11-24 Bruce MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-10-18 Tom LaneDrive a stake through the heart of the last use of...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-09 Bruce MomjianFix for ACL length problem on different platforms.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-12 Bruce MomjianI am sorry, I misinterpreted the still failing trigger...
1999-03-21 Bruce MomjianThis patch fixes the bug that made it impossible to...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-24 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-29 Bruce MomjianChange some mallocs to palloc.
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-01 Bruce MomjianFix acl error, and remove duplicate pqtrace.
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-08-03 Bruce MomjianCleanup for NAMEDATALEN use.
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-07-10 Bruce MomjianAllow underscores in user names.
1996-11-20 Bruce MomjianThere is a bug in aclinsert3 in the code which update...
1996-11-17 Bruce MomjianFix for error when viewing group access privs.
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-06 Marc G. FournierAnother directory that compiles with no errors, and...
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-11-03 Marc G. FournierProduce a clean compile of backend...
1996-08-27 Marc G. FournierAt this rate, maybe next year sometime I'll get this...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01