aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
Commit message (Collapse)AuthorAge
...
* Change some mallocs to palloc.Bruce Momjian1997-12-29
|
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
|
* Fix acl error, and remove duplicate pqtrace.Bruce Momjian1997-11-01
|
* Inline memset() as MemSet().Bruce Momjian1997-09-18
|
* 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 ↵Bruce Momjian1997-09-08
| | | | indenting. Also static variable indenting.
* 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 ↵Bruce Momjian1997-08-19
| | | | NOT_USED.
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove ↵Bruce Momjian1997-08-12
| | | | some (void) casts that are unnecessary.
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-03
|
* Various compile errors concerning overflow due to shifts, unsigned, and bad ↵Bruce Momjian1997-07-24
| | | | prototypes, from Solaris, from Diab Jerius
* Allow underscores in user names.Bruce Momjian1997-07-10
|
* There is a bug in aclinsert3 in the code which update the acl arrays.Bruce Momjian1996-11-20
| | | | | | | | | | | When an acl item is added or updated the new entry is deleted if it has no permissions and the acl array is shrinked. This is is done by decrementing the number of items without updating the corresponding array size. The array with the incorrect size is later read by pg_aclcheck and the entry count is used to allocate a new array while the array size is used to copy the old one. This causes a memory corruption and a backend crash. This happens only to normal user as the administrator bypasses acl checks. Massimo Dal Zotto
* Fix for error when viewing group access privs.Bruce Momjian1996-11-17
|
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
|
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-06
|
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06
|
* Produce a clean compile of backend...Marc G. Fournier1996-11-03
|
* At this rate, maybe next year sometime I'll get this done...Marc G. Fournier1996-08-27
| | | | | Goals: reduce the difficulty of porting from platform to platform, release to release, but moving as much as possible into config.h
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09