Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | There is a bug in aclinsert3 in the code which update the acl arrays. | Bruce Momjian | 1996-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 Momjian | 1996-11-17 | |
| | ||||
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | |
| | ||||
* | Another directory that compiles with no errors, and few warnings | Marc G. Fournier | 1996-11-06 | |
| | ||||
* | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1996-11-06 | |
| | ||||
* | Produce a clean compile of backend... | Marc G. Fournier | 1996-11-03 | |
| | ||||
* | At this rate, maybe next year sometime I'll get this done... | Marc G. Fournier | 1996-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_01 | Marc G. Fournier | 1996-07-09 | |