- 27 Nov, 1996 12 commits
-
-
Bryan Henderson authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
by scanning PROC structures of all running backend.
-
Vadim B. Mikheev authored
PROC structure (it's for new TransactionIdIsInProgress func).
-
Vadim B. Mikheev authored
and to InvalidTransactionId in CommitTransaction & AbortTransaction (it's for new TransactionIdIsInProgress func).
-
Vadim B. Mikheev authored
-
Bryan Henderson authored
-
- 26 Nov, 1996 7 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
"may be used before being set" warnings.
-
Bryan Henderson authored
-
Bryan Henderson authored
-
- 25 Nov, 1996 3 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bruce Momjian authored
-
- 24 Nov, 1996 5 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
- 23 Nov, 1996 2 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
- 22 Nov, 1996 5 commits
-
-
Bruce Momjian authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
- 21 Nov, 1996 3 commits
-
-
Vadim B. Mikheev authored
memory allocation for ItemPointerData of heap' tuple is useless because of FormRetrieveIndexResult makes neccessary palloc.
-
Vadim B. Mikheev authored
memory allocation for ItemPointerData of heap' tuple is useless because of FormRetrieveIndexResult makes neccessary palloc.
-
Vadim B. Mikheev authored
memory allocation for ItemPointerData of heap' tuple is useless because of FormRetrieveIndexResult makes neccessary palloc.
-
- 20 Nov, 1996 3 commits
-
-
Bruce Momjian authored
D'Arcy J.M. Cain | Democracy is three wolves
-
Bruce Momjian authored
D'Arcy J.M. Cain | Democracy is three wolves
-
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
-