- 20 Nov, 1996 5 commits
-
-
Bruce Momjian authored
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
-
Bruce Momjian authored
PQexec handles the possibility of multiple results from one query by simply submitting an empty query after the first result and waiting for an 'I' message. Rules can generate errors with transaction abort after the first 'C' message was recieved (e.g. if a C-language function used in a rule calls elog(WARN, ...)). Thus we have to look for. Jan(wieck@sapserv.debis.de)
-
Bruce Momjian authored
been freed.
-
Bruce Momjian authored
mode properly. This will apply correctly to 1.09 & 2.0 sources. From David H. Bennett
-
Bruce Momjian authored
-
- 19 Nov, 1996 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
ended!
-
Bryan Henderson authored
-
- 18 Nov, 1996 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
Makefile.global.
-
Bryan Henderson authored
so you can also link pgtclsh.
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
as declaration".
-
- 17 Nov, 1996 10 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bryan Henderson authored
-
- 16 Nov, 1996 5 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 15 Nov, 1996 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Unallocate opaque.
-
Bruce Momjian authored
-