aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/acl.h
Commit message (Expand)AuthorAge
* pgindent run.Bruce Momjian2002-09-04
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-29
* Update copyright to 2002.Bruce Momjian2002-06-20
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-21
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Back out has_table_privilege patch.Bruce Momjian2001-06-12
* OK -- here's take #5.Bruce Momjian2001-06-12
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-09
* Correct permissions-checking bugs associated with ancient decision toTom Lane2001-06-05
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-07
* Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane2000-10-02
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane2000-07-31
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Fix for ACL length problem on different platforms.Bruce Momjian1999-07-09
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-25
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-24
* Quick cleanupsMarc G. Fournier1998-02-23
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian1998-01-05
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier1997-05-22
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-12
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* -Wall based cleanup of include files, based from acl.h, and everythingMarc G. Fournier1996-11-04
* remove:Marc G. Fournier1996-10-31
* More cleanups of the include filesMarc G. Fournier1996-08-28