- Jan 05, 1998
-
-
Bruce Momjian authored
-
- Dec 29, 1997
-
-
Bruce Momjian authored
-
- Nov 24, 1997
-
-
Bruce Momjian authored
-
- Nov 01, 1997
-
-
Bruce Momjian authored
-
- Sep 18, 1997
-
-
Bruce Momjian authored
-
- Sep 08, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
-
- Sep 07, 1997
-
-
Bruce Momjian authored
-
- Aug 19, 1997
-
-
Bruce Momjian authored
-
- Aug 12, 1997
-
-
Bruce Momjian authored
Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary.
-
- Aug 03, 1997
-
-
Bruce Momjian authored
-
- Jul 24, 1997
-
-
Bruce Momjian authored
Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius
-
- Jul 10, 1997
-
-
Bruce Momjian authored
-
- Nov 20, 1996
-
-
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
-
- Nov 17, 1996
-
-
Bruce Momjian authored
-
- Nov 10, 1996
-
-
Bruce Momjian authored
-
- Nov 06, 1996
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
- Nov 03, 1996
-
-
Marc G. Fournier authored
-
- Aug 27, 1996
-
-
Marc G. Fournier authored
Goals: reduce the difficulty of porting from platform to platform, release to release, but moving as much as possible into config.h
-
- Jul 09, 1996
-